Why should I use your DNN Page Caching module
Every time a page on a DNN website loads, all those installed Modules need to be re-loaded. This takes time as the CMS has to query the database, the database then needs to return all the page information, this action is completed for every page load/refresh.
psPageCache works by creating and storing a cached HTML version of every page on whichever DNN website it is installed on. Instead of the CMS having to access the database each time a page is loaded, this cached version is sent back to the user instead. This drastically reduces the waiting times for users as there is no need to re-build the page from the database for every page request.