Recent posts

Advanced mail subscription

The CMS TYPO3 extension repository already offers a few plugins that can...
09 January 2012

Convenient In/Out animation using expressions

We recently had an opportunity to make a set of instructional animations...
16 December 2012

Nginx boost extension

Introduction  The Evo_nginx_boost plugin allows us to cache pages...
14 December 2011

Tags

... pages directly from memcache. All it takes is a simple modification to the typo3_src/index.php file. The PHP process sends the exact memcache contents to the browser. As the focus is on high performance, the data is not serialized or processed in any way. Requirements PHP 5.X with memcache supportNGINX server...
http://blog.thedigitals.pl/en/nginx-boost-extension/ 14-12-11 Score: 0,44 33 %
... XHProf provides the ability to compare data from various calls. For example, we can compare changes before and after making a change in the critical part of the code, to check how they influenced the performance. Not so long ago, we had a problem generation times being too long when the page contained images. When we installed XProf, it turned out that PHP spends too much time on directory and file...
http://blog.thedigitals.pl/en/typo3-code-profiling-using-xhprof/ 09-02-10 Score: 0,91 69 %
... going on. Developers at Facebook has decided once again to make public the effect of their many months of work. This time it's something really cool, especially for those who are interested in performance and optimization app HipHop in contrast to the APC or eAccelerator is not in itself a compiler code. From what Haiping Zhao have described it is a tool to transform the code. Automatically...
http://blog.thedigitals.pl/en/a-little-hiphop-performed-by-the-php/ 02-02-10 Score: 1,32 100 %
... – the new framework that will the foundation for Typo3 v5. Everything there looks exceptional in terms of flexibility and ease of application development (true, the boys have some small problems with performance, but I'm sure that they can sort it out with a little time :) ). Flow3 and Typo3 v. 5 are technologies of the future, but we can have a glimpse of their advantages right now, thanks to the extbase...
http://blog.thedigitals.pl/en/a-look-into-the-future-typo3-43-and-extbase/ 19-07-09 Score: 0,67 50 %
...Nginx boost - a small update 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...
http://blog.thedigitals.pl/en/nginx-boost-a-small-update/ 19-07-09 Score: 0,90 68 %
... page - from 10 to 30. Although the loading time for 30 results had risen to 0.9 sec from 0.4 sec, the overall search traffic fell by 20 per cent. That shows how important a search engine (and its performance) is for a website. I don't want my blog to be solely about performance problems. However, when working on large sites you should constantly keep performance issues in mind, especially when...
http://blog.thedigitals.pl/en/mnogosearch-engine-with-mm-forum/ 02-04-09 Score: 1,31 99 %
... 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...
http://blog.thedigitals.pl/en/how-to-boostspeed-up-your-typo3-website-with-nginx/ 21-03-09 Score: 0,63 48 %
###SPINNER###