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

... decided to use this solution, as the case with mm_forum had shown that deleting memcache for a single URL is definitely doing too little. This mechanism is not ideal, but we continue to improve it by working on record tagging for items written in the...
http://blog.thedigitals.pl/en/nginx-boost-a-small-update/ 19-07-09 Score: 0,84 18 %
... that will decrease these times to 1~3 milliseconds. We need to add the following condition: if (!isset($_GET['eID'])) to both ext_tables.php and ext_localconf.php files. Here's an example taken from mm_forum: //CODE:php: //ext_tables.php if (!defined('TYPO3_MODE')) die('Access denied.'); if(!isset($_GET['eID'])) { /* * Extend fe_user table */ $tempColumns = array(  'tx_mmforum_avatar' =>...
http://blog.thedigitals.pl/en/fighting-for-milliseconds-eid-and-ajax-call/ 18-07-09 Score: 1,02 21 %
... level. The problem is that the USER_INT type extensions are generated every time the page is refreshed after TYPO3 generates the headline of the page containing a tag title. A good example may be the mm_forum, where each thread in a standard installation has the same title, and not the name of the topic as we wish for. The solution is quite We should add the following code to the code of our USER_INT...
http://blog.thedigitals.pl/en/how-to-how-to-set-page-title-in-user-int-extension/ 26-06-09 Score: 1,13 24 %
...Mnogosearch engine with mm_forum Not so long ago, Google performed an experiment and increased the number of results on a single search 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...
http://blog.thedigitals.pl/en/mnogosearch-engine-with-mm-forum/ 02-04-09 Score: 4,78 100 %
###SPINNER###