Archive

Posts Tagged ‘speed up’

How to boost/speed up your TYPO3 website with nginx.

March 21st, 2009

NOTICE. New version available. Now you can use evo_nginx_boost without nginx. You need ony TYPO3 and memcache. New manual of evo_nginx_boost – http://techblog.evo.pl/en/evo_nginx_boost-extension/

TYPO3 cache

The TYPO3 performance issue is often a subject of discussion. I found a number of various tricks, which can speed up the page generation time, including nc_staticfilecache and dmc_highperformance modules. The latest alpha version of TYPO3 contains radical changes in the caching mechanism, enabling us to choose from various support functions, such as file, memcache, database or apc.

Problem

All of the above solutions, with the exception of nc_staticfilecache, have one thing in common: in order to read cache, one has to invoke a php process, read and parse the cached data, and then send the information to the browser.
Let’s perform a simple test using the ab tool. We will check the number of queries per second for a complex Web site.

Read more…

  • Share/Save/Bookmark

Bartosz Aninowski TYPO3 boost, memcache, nginx, performance, speed up, TYPO3