Lightweight Performance Optimizer

外掛說明

Lightweight Performance Optimizer provides simple, safe optimizations for small-to-medium WordPress sites:

  • Simple Page Cache (stores HTML in uploads/lwpopt-cache)
  • Image Lazy Load (adds loading=”lazy” to images)
  • Heartbeat Control (adjust or disable heartbeat)

This plugin is minimal and intended to be privacy-friendly. It stores cache files in the WordPress uploads directory (wp-content/uploads/lwpopt-cache).

螢幕擷圖

安裝方式

  1. Upload the plugin ZIP via Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. Configure settings under Settings Performance Optimizer.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Lightweight Performance Optimizer〉的開發相關工作。

參與者

變更記錄

1.0.1

  • Fixed WP.org review issues: removed discouraged functions, proper sanitization, escaping, no WP_CONTENT_DIR, longer prefixes.