Linux 软件免费装
Banner图

Mesi Cache

开发者 andresmesi
更新时间 2025年12月17日 23:22
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

cache html performance apache static

下载

1.2.4 1.2.5

详情介绍:

Mesi Cache converts your WordPress site into a fully static HTML version served directly by Apache. Once a page is cached, it is delivered instantly without executing PHP or querying MySQL. This design removes the need for PHP-FPM and database access on every visit, reducing server load to almost zero. The result is a pure static experience with instant page delivery and total control over your server resources. Mesi Cache is minimalist, open, and transparent. It integrates cleanly with .htaccess, uses no cron jobs, and requires no external services. What it does The plugin code is open, commented, and easy to extend.\ Developers can add features like preloading or CDN hooks using ChatGPT, Gemini, or manual edits.

安装:

  1. Upload the mesi-cache folder to /wp-content/plugins/.
  2. Activate it from the WordPress “Plugins” menu.
  3. Go to Settings -> Mesi Cache to configure.
  4. Click Generate / Update MESI-Cache Block to write .htaccess rules.
  5. Optionally click Generate All to prebuild all cached pages.

升级注意事项:

Back up your .htaccess before updating, as rewrite rules may change.

常见问题:

Does it work with subfolder installations (like /wp/)?

Yes. The plugin detects your path and writes correct .htaccess rules.

Does it cache logged-in users or admin pages?

No. Logged-in users and administrators always bypass the cache.

Does it still use PHP or MySQL to serve cached pages?

No. Cached pages are delivered directly by Apache with zero PHP execution.

Can I clear the cache manually?

Yes. Use Settings → Mesi Cache → Clear All Cache or delete wp-content/uploads/mesi-cache/.

Is it compatible with Nginx or LiteSpeed?

It is optimized for Apache .htaccess. Nginx rules can be written manually.

更新日志:

1.2.5 1.2.4