gcode-mirror / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 1 forks source link

Set up varnish for caching #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You should set up a varnish instance in front of your webserver to cache i.e. 
game visualizations. All pages that hit the database unnecessary should be 
cached. Rankings could be cached like 60 seconds. If you need any help to set 
it up, just shout.

Original issue reported on code.google.com by henrikno@gmail.com on 10 Sep 2010 at 9:12

GoogleCodeExporter commented 9 years ago
Another posibility would be to use memcached for heavily accessed parts

Original comment by u.petri on 11 Sep 2010 at 1:16