Speed up your site by using file cache and APC
When a user requests a page Elxis computes this request and generates the proper HTML output. This procedure might be slow especially if complex queries have to be executed against the database. By using cache Elxis will store the generated output elsewhere than the database so that future requests for that data can be retrieved from cache and thus served faster. Elxis has 2 caching options that can be used independantly from the other, file cache and APC.
When a user requests a page Elxis computes this request and generates the proper HTML output. This procedure might be slow especially if complex queries have to be executed against the database. By using cache Elxis will store the generated output elsewhere than the database so that future requests for that data can be retrieved from cache and thus served faster. Elxis has 2 caching options that can be used independantly from the other, file cache and APC.