Archive

Posts Tagged ‘memcache’

Evo_nginx_boost – a small update

July 19th, 2009

By your request, we have changes the manner of cache deletion used upon the performance of a POST request. For now, we have deleted cache for the entire page that originated the POST. Imagine that we have to handle a very large news archive. Each news item is written to memcache with a validity period of 24h or more. If a new comment was placed under any of those records, the memcache was cleared for all records. This solution may be useful from time to time, but not for a news site with several thousands of records, as the TYPO3 CMS runs needlessly.

Read more…

  • Share/Save/Bookmark

Bartosz Aninowski TYPO3 Dodaj nowy tag, memcache, performance

TYPO3, memcache and nginx on amazon EC2

April 18th, 2009

Amazon Web Service is a set of various services. Their scope is so wide that we couldn’t possibility describe them in a few sentences. My everyday work, however, would not be possible without two of them.

S3 – Simple Storage Service, which I will describe in another article on Content Distribution Networks in TYPO3 CMS.

EC2 – Elastic Compute Cloud – used to test various configurations of any implemented solution. In your average conditions it is hard to test the application’s behaviour on e.g. 6 different servers. That takes time – either in the server room or in-house – and always involves costs and wasted time. EC2 allows us to run any number of server units, and the low cost allows us to experiment as much as we need. Read more…

  • Share/Save/Bookmark

Bartosz Aninowski TYPO3 amazon, AWS, memcache, nginx, TYPO3

See what you can do with upcoming version of evo_nginx_boost

April 15th, 2009

We’re testing  upcoming version of evo_nginx_boost CMS TYPO3. What is evo_nginx_boost and how it works, you can read here: How to boost/speed up your TYPO3 website with nginx.

Checkout this video to see new features in actions :)

Read more…

  • Share/Save/Bookmark

Bartosz Aninowski TYPO3 memcache, nginx, performance, wydajność

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