Page Cache Test (Server Side Caching)
tool in developement
About Page Cache Test (Server Side Caching)

Check if your page is serving cached pages. A page cache saves dynamically generated pages and serves the pre-generated (cached) page to reduce server load and site loading time (by avoiding the re-loading and execution of PHP scripts). Common caching methods are ZenCache and WP Rocket.

In order to pass this test you are advised to use a caching mechanism for your pages. There are three methods which can be used to caching your web pages:

  1. Alternative PHP caching
    • Alternative PHP Cache (APC) is an open source framework which caches data using intermediate PHP code. Most web programmers who are familiar with the PHP programming language can easily set up Alternative PHP Cache for your site.
  2. Quickcache
    • Quickcache is a lightweight page caching solution which was formerly known as jpcache. Quickcache caches the page output rather than compiling the PHP page, making it a superior version of page caching to the Alternative PHP caching. Quickcache can be quickly downloaded from their website and can reduce your page load time up to 80%.
  3. WP Super Cache
    • If you have a Wordpress website, WP Super Cache can be installed within seconds and without no programming knowledge.