Prefetching content
You would probably like to prefetch your content in order for
your clients not to experience the one second delay of generating
the content. This can be achieved by using wget to "crawl" the site
at a given interval (set up a cronjob for your preference and
again, replace example.com with your domain):
mkdir removeme/
cd removeme
nice -19 wget -r --cache=off -q http://www.example.com/
cd ..
rm -rf remove_me/


No selection was clipped for this page.
Loading...