javascript - script for open all pages of my website -
I have a website with WordPress. I have installed the plugin "Quick Cash" to optimize it now it's fast
- I make a bit of change and upload it in a production environment.
- I clear the cache
- Now when every page, post, Wordpress is first visited, it loads very slowly ( First time )
- Again, I try to cache all the links on the website, and therefore serve the users with the latest changes quickly.
I have thought of creating a script to do this for me :-) Anybody can help me, please?
One of the methods of rebuilding the cache is to write crawler commandline script, Reads the database and then uses curls to kill them. It may be that this script has been crooned for running hourly or even with intervals to save the ability of the server in between the hits.
If you want to do it manually, then you can create a plugin that kills all URLs and after each other, the functionality actually is the same.
- Now when every page, post, Wordpress is first visited, it loads very slowly ( First time )
Comments
Post a Comment