這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Speed Up – Page Cache

描述

Speed Up – Page Cache was constructed for made caching dead simple. Simple one-click install. That’s it.

When a page is rendered, php and mysql are used. Therefore, system needs RAM and CPU.
If many visitors come to a site, system uses lots of RAM and CPU so page is rendered so slowly. In this case, you need a cache system not to render page again and again. Cache system generates a static html file and saves. Other users reach to static html page.

After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

The static html files will be served to the vast majority of your users:
– Users who are not logged in.
– Users who have not left a comment on your blog.
– Or users who have not viewed a password protected post.
99% of your visitors will be served static html files. One cached file can be served thousands of times.

In addition, the site speed is used in Google’s search ranking algorithm so cache plugins that can improve your page load time will also improve your SEO ranking.

安裝

  1. Upload the complete speed-up-page-cache folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

2023年2月26日 1 reply
Questo plugin soddisfa pienamente i requisiti dello stato di salute Wordpress, inoltre grazie a Speed Up Page Cache il tempo di risposta del server mi si è ridotto di 4 volte. Grazie Simone!
2022年10月9日 1 reply
This plugin is miraculous! I wonder why only 50 of so have chosen to install. Simple to setup, this instantly boosts TTFB for static pages. People, don’t miss out on this gem. Hope the developer keeps up the great work!
2023年8月19日 1 reply
<!– wp:paragraph –> <p class=””>Helo,<br><br>I have another suggestion for “Cache exception urls”:<br>exclude url using wildcard (*) e.g. /blog/*<br> This will exclude all url containing /blog/ for e.g.<br> /blog/boat<br> /blog/another</p> <!– /wp:paragraph –> <!– wp:paragraph –> <p class=””>thx</p> <!– /wp:paragraph –>
2020年1月11日 1 reply
If you just need a simple page caching plugin, this is the one to use. It’s lightweight and very fast. Support is excellent.
閱讀全部7個評價

貢獻者及開發者

“Speed Up – Page Cache” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Speed Up – Page Cache 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.19

  • Tested up to WordPress 6.0

1.0.18

  • Fix mkdir

1.0.17

  • Tested up to WordPress 5.9

1.0.16

  • Tested up to WordPress 5.8

1.0.15

  • Tested up to WordPress 5.7

1.0.14

  • Tested up to WordPress 5.5

1.0.13

  • Better opcache invalidation
  • Add filter speed_up_page_cache_cacheable.

1.0.12

  • Better opcache invalidation
  • Better file cache invalidation

1.0.11

  • Purge blog page whe publish a post

1.0.10

  • Readme update

1.0.9

  • Tested up to WordPress 5.3
  • Add action listener for clean_post_cache

1.0.8

  • Purge taxonomy pagination

1.0.7

  • Small fix
  • Add monthly cron scheduler option

1.0.6

  • Exclude wp-login.php from cache
  • Exclude 404 page not found from cache
  • Exclude rest request from cache
  • Exclude feed from cache
  • Add weekly cron scheduler option

1.0.5

  • Add options in admin page

1.0.4

  • Better admin page

1.0.3

  • Add admin bar utility for flush cache
  • Add plugin page (draft)

1.0.2

  • Add action supc_purge_cache_post.
  • Read me.

1.0.1

  • Read me.

1.0.0

  • Initial release.