[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]

Dmitry Dulepov typo3 at fm-world.ru
Wed Mar 29 11:43:54 CEST 2006


Hi!

Patrick Gaumond wrote:
> I was curious about the new feature announced in 4.0RC2 relating to
> [FE][pageCacheToExternalFiles] and wanted to do some informal testing.
> 
> The results are in:
> 
> http://wiki.typo3.org/index.php/Performance_tuning#Testing_TYPO3_caching_vs._.5BFE.5D.5BpageCacheToExternalFiles.5D
> 
> BTW, I think it is a good idea to concentrate our Performance knowledge
> on this page!

Yesterday I moved a couple of tables to innodb storage (cache_pages,
cache_pagesections, fe_sessions, fe_session_data,
tx_macinabanners_banners) and added a couple of indexes. Request rate
was around 9 rq/s before and near 19 rq/s after.

Warning: this does not mean that all tables should be in innodb! It will
be a great mistake to move them all to innodb. Mentioned tables will
greatly benefit from innodb while "pages" and tt_content will actually
perform much better in myisam and degrade a lot with innodb.

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)




More information about the TYPO3-dev mailing list