[TYPO3-dev] Odd multiple SELECTs in the BE

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Wed Jun 28 17:56:39 CEST 2006


Hi!

While running DBAL logging I noticed that the BE seems to repeate the same 
queries again and again.

eg I found these queries 6 (six!) times for a single click on a content 
element (web>page):

SELECT "pid", "uid", "title", "TSconfig", "is_siteroot", "storage_pid", 
"t3ver_oid", "t3ver_wsid", "t3ver_state", "t3ver_swapmode", "t3ver_stage" 
FROM "pages" WHERE "uid" = 104 AND "pages"."deleted" = 0

SELECT "content" FROM "cache_hash" WHERE "hash" = 
'5fa320ad925e75485b3bf0c4578435ff'

Any idea what is going on?

Masi




More information about the TYPO3-dev mailing list