[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]
Bernhard Kraft
kraftb at kraftb.at
Tue Apr 11 16:35:00 CEST 2006
Patrick Gaumond wrote:
> I've received additional info of the feature by Kasper and it was not
> meant to enhance individual page rendering time...
I also found this feature nice and investigated it a little bit ....
I wanted to try to get a version which can deliver a page without making a single
request to DB.
And I did it :)
But the results where not as good as expected. When no single query was made the overall
rendering speed of a FE page decreased from 120-130ms to about 110ms. But then after adding
additional code which inhibits the "mysql_connect" at all (no db connection is made) when
this is possible.
I could reduce rendering time down to 90ms ....
But then I made stress tests using the "ab" tools supplied with apache and noticed that the
fully-file-cached version was even slower than the DB-version .... no clue why.
If anybody is interested in this patch I can send it to you .... just mail me via private mail
(recently I don't read the lists too often - sorry)
greest,
Bernhard
More information about the TYPO3-dev
mailing list