After extensive testing of various caching techniques, we have just enabled additional level of pages caching for anonymous users. We are using Varnish to do the hard job, keeping Lighttpd serving Wikidot pages for logged-in users.
Pages are cached for 3 minutes, and subsequent requests of the same URL to our backend service (based on PHP FastCGI processes) are queued in order to improve overall stability and performance.
Caching is applied only is the following conditions are met:
11 Read more