Query Metrics
104
Database Queries
56
Different statements
188.12 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
54.49 ms (28.96%) |
1 |
SELECT c.TABLE_NAME, c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'c3_dls' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.COLUMN_TYPE ) AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
Parameters:
[ "c3_dls" "c3_dls" ] |
|
16.33 ms (8.68%) |
1 |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
"c3_dls"
]
|
|
11.18 ms (5.94%) |
11 |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_content"
]
|
|
11.07 ms (5.88%) |
13 |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"tl_page"
]
|
|
8.87 ms (4.71%) |
8 |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"tl_page"
]
|
|
7.08 ms (3.77%) |
5 |
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1775303160) AND (p2.stop='' OR p2.stop>1775303160)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1775303160) AND (p1.stop='' OR p1.stop>1775303160) ORDER BY p1.sorting
Parameters:
[
1
]
|
|
5.66 ms (3.01%) |
4 |
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[ "root" "rootfallback" ] |
|
3.49 ms (1.86%) |
4 |
SELECT DATABASE()
Parameters:
[] |
|
3.48 ms (1.85%) |
1 |
SELECT * FROM ctlg_product ORDER BY title DESC,dls_article_number DESC
Parameters:
[] |
|
3.42 ms (1.82%) |
2 |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
"91"
]
|
|
3.39 ms (1.80%) |
2 |
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1775303160) AND (tl_content.stop='' OR tl_content.stop>1775303160) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 237 "tl_article" ] |
|
3.22 ms (1.71%) |
1 |
SELECT TABLE_NAME, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
"c3_dls"
]
|
|
2.99 ms (1.59%) |
1 |
SELECT DISTINCT k.TABLE_NAME, k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'c3_dls' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
"c3_dls"
]
|
|
2.81 ms (1.49%) |
3 |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"d8f5f6f1afa611ee9e768ada7f861d63"
]
|
|
2.29 ms (1.21%) |
2 |
SELECT * FROM ctlg_product WHERE ctlg_product.`alias` = ? AND CAST(ctlg_product.`tstamp` AS SIGNED) > ? AND ( ctlg_product.`start` = ? OR CAST(ctlg_product.`start` AS SIGNED) <= ? ) AND ( ctlg_product.`stop` = ? OR CAST(ctlg_product.`stop` AS SIGNED) > ? ) AND ctlg_product.`invisible` != ?
Parameters:
[ "bio-laugenbrezel" "0" "" "1775303160" "" "1775303160" "1" ] |
|
2.02 ms (1.07%) |
2 |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?)
Parameters:
[ "detail/bio-laugenbrezel" "detail" ] |
|
2.02 ms (1.07%) |
2 |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
6
]
|
|
1.98 ms (1.05%) |
1 |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(39,40,86,67,0,94) ORDER BY FIND_IN_SET(`tl_module`.`id`, '39,40,86,67,0,94')
Parameters:
[] |
|
1.80 ms (0.96%) |
1 |
SELECT * FROM tl_article WHERE NOT EXISTS( SELECT * FROM tl_page WHERE tl_article.pid = tl_page.id)
Parameters:
[] |
|
1.77 ms (0.94%) |
2 |
SELECT * FROM tl_page WHERE id=? LIMIT 1
Parameters:
[
1
]
|
|
1.71 ms (0.91%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"c3_dls"
]
|
|
1.66 ms (0.88%) |
2 |
SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1
Parameters:
[
"ctlg_category"
]
|
|
1.49 ms (0.79%) |
1 |
SELECT tl_content.id, tl_module.type, tl_article.inColumn as `column` FROM tl_content, tl_module, tl_article WHERE tl_content.pid=tl_article.id AND tl_content.module=tl_module.id AND tl_content.type=? AND tl_content.ptable=? AND tl_article.pid=? AND tl_article.inColumn IN (?) AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1775303160) AND (tl_content.stop='' OR tl_content.stop>1775303160) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775303160) AND (tl_article.stop='' OR tl_article.stop>1775303160) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 99 "main" ] |
|
1.36 ms (0.73%) |
1 |
SHOW FULL COLUMNS FROM ctlg_product
Parameters:
[] |
|
1.31 ms (0.70%) |
1 |
SELECT tl_form_field.* FROM tl_form_field WHERE tl_form_field.pid=? AND tl_form_field.invisible=0 AND tl_form_field.tstamp!=0 ORDER BY tl_form_field.sorting
Parameters:
[
2
]
|
|
1.29 ms (0.69%) |
1 |
SELECT * FROM tl_catalog ORDER BY `pTable` DESC, `tablename` ASC
Parameters:
[] |
|
1.27 ms (0.68%) |
1 |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/Logo.svg"
]
|
|
1.27 ms (0.68%) |
1 |
SHOW FULL COLUMNS FROM ctlg_category
Parameters:
[] |
|
1.18 ms (0.63%) |
1 |
SELECT id FROM tl_catalog WHERE tablename = ?
Parameters:
[
"tl_page"
]
|
|
1.17 ms (0.62%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
"64"
]
|
|
1.17 ms (0.62%) |
1 |
SELECT * FROM ctlg_category WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_category.`alias` AS CHAR))) OR FIND_IN_SET(?,LOWER(CAST(ctlg_category.`alias` AS CHAR))) OR FIND_IN_SET(?,LOWER(CAST(ctlg_category.`alias` AS CHAR))) ) AND CAST(ctlg_category.`tstamp` AS SIGNED) > ? AND ( ctlg_category.`start` = ? OR CAST(ctlg_category.`start` AS SIGNED) <= ? ) AND ( ctlg_category.`stop` = ? OR CAST(ctlg_category.`stop` AS SIGNED) > ? ) AND ctlg_category.`invisible` != ?
Parameters:
[ "99-angebote" "broetchen" "bio-broetchen-baguettes" "0" "" "1775303160" "" "1775303160" "1" ] |
|
1.17 ms (0.62%) |
1 |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"®qy\x05iÓ\x11îˆ\x1FŠÚ\x7F†\x1Dc"
]
|
|
1.12 ms (0.59%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(68,48,49,50,18,60,101) ORDER BY FIND_IN_SET(`tl_page`.`id`, '68,48,49,50,18,60,101')
Parameters:
[] |
|
1.11 ms (0.59%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(5,38,77,76,3) ORDER BY FIND_IN_SET(`tl_page`.`id`, '5,38,6,77,76,3')
Parameters:
[] |
|
1.09 ms (0.58%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(14,15,16,17,43,44) ORDER BY FIND_IN_SET(`tl_page`.`id`, '14,15,16,17,43,44')
Parameters:
[] |
|
1.08 ms (0.57%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(45,46,75,47,61,71) ORDER BY FIND_IN_SET(`tl_page`.`id`, '45,46,75,47,61,71')
Parameters:
[] |
|
1.07 ms (0.57%) |
1 |
SELECT * FROM ctlg_sale WHERE ctlg_sale.`pid` = ? AND CAST(ctlg_sale.`tstamp` AS SIGNED) > ? AND ( ctlg_sale.`start` = ? OR CAST(ctlg_sale.`start` AS SIGNED) <= ? ) AND ( ctlg_sale.`stop` = ? OR CAST(ctlg_sale.`stop` AS SIGNED) > ? ) AND ctlg_sale.`invisible` != ? ORDER BY ctlg_sale.`sorting` ASC
Parameters:
[ "29" "0" "" "1775303160" "" "1775303160" "1" ] |
|
1.05 ms (0.56%) |
1 |
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'
Parameters:
[] |
|
1.03 ms (0.55%) |
1 |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
"219"
]
|
|
1.03 ms (0.55%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.type=? AND (tl_page.dns=? OR tl_page.dns=?) LIMIT 0,1
Parameters:
[ "root" "dls.c5.bargon.net" "" ] |
|
1.03 ms (0.55%) |
1 |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
9
]
|
|
1.02 ms (0.54%) |
1 |
SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775303160) AND (tl_article.stop='' OR tl_article.stop>1775303160) ORDER BY tl_article.sorting
Parameters:
[ 99 "main" ] |
|
1.02 ms (0.54%) |
1 |
SELECT * FROM ctlg_cereals WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_cereals.`alias` AS CHAR))) ) AND CAST(ctlg_cereals.`tstamp` AS SIGNED) > ? AND ( ctlg_cereals.`start` = ? OR CAST(ctlg_cereals.`start` AS SIGNED) <= ? ) AND ( ctlg_cereals.`stop` = ? OR CAST(ctlg_cereals.`stop` AS SIGNED) > ? ) AND ctlg_cereals.`invisible` != ?
Parameters:
[ "weizen" "0" "" "1775303160" "" "1775303160" "1" ] |
|
1.02 ms (0.54%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(69,70) ORDER BY FIND_IN_SET(`tl_page`.`id`, '69,70')
Parameters:
[] |
|
0.95 ms (0.51%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.`type`=?
Parameters:
[
"root"
]
|
|
0.92 ms (0.49%) |
1 |
SELECT tl_form.* FROM tl_form WHERE tl_form.id=? LIMIT 0,1
Parameters:
[
"2"
]
|
|
0.92 ms (0.49%) |
1 |
SELECT tl_image_size_item.* FROM tl_image_size_item WHERE tl_image_size_item.pid=? AND tl_image_size_item.invisible=0 AND tl_image_size_item.tstamp>0 ORDER BY sorting ASC
Parameters:
[
6
]
|
|
0.86 ms (0.46%) |
1 |
SELECT * FROM ctlg_allergy WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_allergy.`alias` AS CHAR))) OR FIND_IN_SET(?,LOWER(CAST(ctlg_allergy.`alias` AS CHAR))) ) AND CAST(ctlg_allergy.`tstamp` AS SIGNED) > ? AND ( ctlg_allergy.`start` = ? OR CAST(ctlg_allergy.`start` AS SIGNED) <= ? ) AND ( ctlg_allergy.`stop` = ? OR CAST(ctlg_allergy.`stop` AS SIGNED) > ? ) AND ctlg_allergy.`invisible` != ?
Parameters:
[ "milch-milcherzeugnisse" "glutenhaltiges-getreide" "0" "" "1775303160" "" "1775303160" "1" ] |
|
0.86 ms (0.46%) |
1 |
SELECT * FROM ctlg_icons WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_icons.`alias` AS CHAR))) )
Parameters:
[ "" ] |
|
0.85 ms (0.45%) |
1 |
SELECT * FROM ctlg_production_method WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_production_method.`alias` AS CHAR))) ) AND CAST(ctlg_production_method.`tstamp` AS SIGNED) > ? AND ( ctlg_production_method.`start` = ? OR CAST(ctlg_production_method.`start` AS SIGNED) <= ? ) AND ( ctlg_production_method.`stop` = ? OR CAST(ctlg_production_method.`stop` AS SIGNED) > ? ) AND ctlg_production_method.`invisible` != ?
Parameters:
[ "hefe" "0" "" "1775303160" "" "1775303160" "1" ] |
|
0.84 ms (0.45%) |
1 |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
|
0.82 ms (0.43%) |
1 |
SHOW INDEXES FROM `ctlg_category`
Parameters:
[] |
|
0.78 ms (0.41%) |
1 |
SELECT * FROM ctlg_category ORDER BY title DESC
Parameters:
[] |
|
0.76 ms (0.40%) |
1 |
SELECT tl_image_size.* FROM tl_image_size WHERE tl_image_size.`id`=? LIMIT 0,1
Parameters:
[
6
]
|
|
0.76 ms (0.40%) |
1 |
SHOW INDEXES FROM `ctlg_product`
Parameters:
[] |
|
0.74 ms (0.40%) |
1 |
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
1
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
No loaded entities.