Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Speed Up – Page Cache

Descrizione

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.

Installazione

  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

Recensioni

26 Febbraio 2023 1 risposta
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 Ottobre 2022 1 risposta
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 Agosto 2023 1 risposta
<!-- 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 Gennaio 2020 1 risposta
If you just need a simple page caching plugin, this is the one to use. It's lightweight and very fast. Support is excellent.
Leggi tutte le recensioni di 7

Contributi e sviluppo

“Speed Up – Page Cache” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Speed Up – Page Cache” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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.