Beriyack Optimizations

설명

Beriyack Optimizations gives you back control over WordPress’s core features. Instead of installing multiple plugins for small tasks, enable only the optimizations you need from a single, simple, and intuitive settings page.

This plugin is ideal for site administrators who want to improve their site’s speed and security without adding unnecessary code.

Current Features:

  • Control the number of revisions: Define the exact number of revisions to keep per post/page (or -1 for unlimited).
  • Disable Emojis: Removes emoji-related scripts and styles to lighten your pages.
  • Disable XML-RPC: Blocks access to xmlrpc.php to prevent brute-force attacks.
  • Remove WordPress version: Hides your WordPress version from the public source code.
  • Remove RSS feed links: Cleans up your site’s header by removing links to RSS feeds.

Each feature is independent. You have full control.

Confidentialité

This plugin does not collect or store any personal data from your site’s visitors. All information managed by this plugin is retrieved from your existing WordPress database or configured by the site administrator.

설치

  1. In your WordPress dashboard, go to Plugins > Add New.
  2. Search for “Beriyack Optimizations”.
  3. Click Install Now and then Activate.
  4. Go to Settings > Beriyack Optimizations to choose which optimizations to enable.

You can also install the plugin manually by uploading the plugin folder to the /wp-content/plugins/ directory.

FAQ

Why disable XML-RPC?

The xmlrpc.php file is an old method for allowing third-party applications to communicate with your site. Today, it is largely replaced by the WordPress REST API and is a frequent target for brute-force attacks. Disabling it is a simple and effective security measure if you do not use applications that depend on it (like the old WordPress mobile app).

Will disabling emojis break my site?

No. Almost all modern browsers and operating systems display emojis natively. The script that WordPress loads is a compatibility solution for very old systems. Disabling it improves performance with no visible impact for the vast majority of your visitors.

What is the purpose of limiting revisions?

Every time you save a post, WordPress creates a copy (a revision). Over time, this can add thousands of unnecessary rows to your database, slowing it down. Limiting revisions (for example, to the last 5) is an excellent practice for maintaining a healthy database.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Beriyack Optimizations”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Beriyack Optimizations”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.2

  • Add: Official plugin icon for the WordPress.org directory.

1.4.1

  • Fix: Prefixing global variables to comply with WordPress coding standards and avoid potential conflicts.

1.4.0

  • Tweak: Simplified the interface for revision limiting.
  • Tweak: Final and robust fix for disabling XML-RPC.
  • Remove: Removed options for jQuery Migrate, Embeds, and Self-pings for better clarity and reliability.

1.3.1

  • Fix: Resolved a critical bug that prevented the settings page from displaying correctly and saving options.

1.3.0

  • Add: Option to disable the oEmbed feature and remove the wp-embed.min.js script.

1.2.0

  • Add: Option to remove the jQuery Migrate script.

1.1.0

  • Add: Option to remove RSS feed links.
  • Add: Option to disable self-pings.
  • Add: Option to remove the WordPress version.
  • Add: Settings page to enable/disable each feature.
  • Add: Translation file and preparation for internationalization.

1.0.0

  • Initial release with basic optimizations (revision limiting, disabling emojis and XML-RPC).