Administrators, MozillaWiki team
918
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
==== Varnish ==== | ==== Varnish ==== | ||
[http://varnish-cache.org/ Varnish] is a blazing fast caching proxy, and is in place to be able to serve cached content to end-users, so we don't have to rely on the browsers cache all the time. For instance, API requests will be cached by varnish for a little while, so even if users shift-reloads, we won't take the performance hit more than every n seconds/minutes. | |||
[http://hg.mozilla.org/labs/raindrop/file/tip/hosting/raindrop-cache/varnish.vcl varnish.vcl] | |||
[http://hg.mozilla.org/labs/raindrop/file/tip/hosting/raindrop-ssl/varnish.sysconfig /etc/sysconfig/varnish] | |||
=== Processor === | === Processor === |