Skip to main content

Posts

Showing posts with the label apache2

Cache (static) content from other website on my own webserver

My website is loading slowly and I ran this test: http://www.webpagetest.org/result/120227_MD_3CQZM/1/performance_optimization/ Which indicates that files stored on gametrackers.com is not being cached. Apache and joomla already cache content that is on my server. I'm using a script from gametrackers.com to show my teamspeak 3 statistics on my website 1 However this script sometimes loads slowly duo to issues with gametrackers.com server and that's why I'd like to store a copy of it on my own webserver as cache and refresh it every 30 minutes from the gametrackers website. If the gametrackers website is down(which is quite common) it should keep the last successful cache check. How would I do this with apache 2.4.1 and possibly php? If its possible I'd also like to use css sprites because webpagetest.org indicates: The following images served from gametracker.com should be combined into as few images as possible using CSS sprites. http://cache.www.gametrack