Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Speed Up – Page Cache

Deskripsi

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.

Instalasi

  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

Ulasan

26 Februari 2023 1 balasan
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!
9 Oktober 2022 1 balasan
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!
19 Agustus 2023 1 balasan
<!-- 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 -->
11 Januari 2020 1 balasan
If you just need a simple page caching plugin, this is the one to use. It's lightweight and very fast. Support is excellent.
Baca semua 7 ulasan

Kontributor & Pengembang

“Speed Up – Page Cache” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Log Perubahan

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.