Magento Plugin that speeds up loading time - Too good to be true??
-
Hi everyone,
Has anyone ever used this plugin http://templates-master.com/magento-page-cache-extension.html? I am looking for solution for my Magento websites. They all seem to be a bit slow no matter what web host I use.
Thanks
Carla
-
Nope, it isn't too good to be true. Page caching is one of the smartest ways to increase speed.
How it works depends on the plugin, but usually it avoids making queries to DB, and processing by saving a copy of a page for a certain amount of time, so when the next person asks for it, the site will serve the saved version instead of generating it all over again.
EDIT: even on highly dynamic sites pages do not constantly change, for example, go to CNN now and go again in 1 hour, you will probably see the exact same thing but the latest news changed (most likely), but the rest of the page could be easily cached for 1 hour and avoid the re-generation so all those users accessing within that hour could be served with the cached copy instead of generating it thousands of more times (one for each visitor).
-
This post is deleted!