It just saves the page as a static page
-
It just saves the page as a static page. No optimizations are done.
The only benefit is that there won’t be any page building process (running shortcodes, functions, connecting to the database).
It has a weird way to do it though… there is a JSON code injected at the top of each cache generated, which mean there is some post processing when a page is served. Probably to control the expires headers.
There shouldn’t be any noticeable scores improvement. It will mainly impact the TTFB. It still will be slightly slower to plugins using server redirections to serve cache (most of them do on Apache/LiteSpeed environments).
That’s why you will likely get less score-wise when comparing it to other performance plugins that handle cache + optimize things a bit.
Testing it gave me a blank page. It might not be working on all stacks properly.
- The topic ‘It just saves the page as a static page’ is closed to new replies.