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.

常見問題集

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).