Query Metrics
120
Database Queries
56
Different statements
213.76 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.02 ms |
SELECT DATABASE()
Parameters:
[] |
| 2 | 0.75 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 1.86 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"c3_dls"
]
|
| 4 | 1.32 ms |
SELECT * FROM tl_catalog ORDER BY `pTable` DESC, `tablename` ASC
Parameters:
[] |
| 5 | 1.52 ms |
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[ "root" "rootfallback" ] |
| 6 | 1.03 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_content"
]
|
| 7 | 1.01 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_article"
]
|
| 8 | 1.21 ms |
SELECT id FROM tl_catalog WHERE tablename = ?
Parameters:
[
"tl_page"
]
|
| 9 | 1.79 ms |
SELECT * FROM tl_article WHERE NOT EXISTS( SELECT * FROM tl_page WHERE tl_article.pid = tl_page.id)
Parameters:
[] |
| 10 | 0.94 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"tl_page"
]
|
| 11 | 1.46 ms |
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"
]
|
| 12 | 1.47 ms |
SHOW FULL COLUMNS FROM ctlg_category
Parameters:
[] |
| 13 | 1.09 ms |
SHOW INDEXES FROM `ctlg_category`
Parameters:
[] |
| 14 | 1.06 ms |
SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1
Parameters:
[
"ctlg_category"
]
|
| 15 | 0.93 ms |
SELECT * FROM ctlg_category ORDER BY title DESC
Parameters:
[] |
| 16 | 1.17 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`type`=?
Parameters:
[
"root"
]
|
| 17 | 0.76 ms |
SELECT DATABASE()
Parameters:
[] |
| 18 | 64.73 ms |
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" ] |
| 19 | 3.65 ms |
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"
]
|
| 20 | 3.34 ms |
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"
]
|
| 21 | 22.33 ms |
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"
]
|
| 22 | 1.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 23 | 1.28 ms |
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'
Parameters:
[] |
| 24 | 1.36 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?)
Parameters:
[ "detail/stracciatellaschnitte" "detail" ] |
| 25 | 1.07 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
6
]
|
| 26 | 1.04 ms |
SELECT * FROM tl_page WHERE id=? LIMIT 1
Parameters:
[
1
]
|
| 27 | 1.13 ms |
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" "" ] |
| 28 | 0.91 ms |
SELECT * FROM tl_page WHERE id=? LIMIT 1
Parameters:
[
1
]
|
| 29 | 0.99 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?)
Parameters:
[ "detail/stracciatellaschnitte" "detail" ] |
| 30 | 1.17 ms |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
| 31 | 0.95 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_layout"
]
|
| 32 | 0.85 ms |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
9
]
|
| 33 | 0.86 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_module"
]
|
| 34 | 1.10 ms |
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[ "root" "rootfallback" ] |
| 35 | 0.92 ms |
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[ "root" "rootfallback" ] |
| 36 | 0.90 ms |
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[ "root" "rootfallback" ] |
| 37 | 0.83 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_cms_tag_settings"
]
|
| 38 | 0.76 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_theme"
]
|
| 39 | 0.73 ms |
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
1
]
|
| 40 | 1.48 ms |
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:
[] |
| 41 | 1.11 ms |
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<=1775302920) AND (tl_content.stop='' OR tl_content.stop>1775302920) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775302920) AND (tl_article.stop='' OR tl_article.stop>1775302920) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 99 "main" ] |
| 42 | 1.69 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
"91"
]
|
| 43 | 1.80 ms |
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<=1775302920) AND (p2.stop='' OR p2.stop>1775302920)) 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<=1775302920) AND (p1.stop='' OR p1.stop>1775302920) ORDER BY p1.sorting
Parameters:
[
1
]
|
| 44 | 0.99 ms |
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:
[] |
| 45 | 1.24 ms |
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<=1775302920) AND (p2.stop='' OR p2.stop>1775302920)) 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<=1775302920) AND (p1.stop='' OR p1.stop>1775302920) ORDER BY p1.sorting
Parameters:
[
5
]
|
| 46 | 0.98 ms |
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:
[] |
| 47 | 1.21 ms |
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<=1775302920) AND (p2.stop='' OR p2.stop>1775302920)) 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<=1775302920) AND (p1.stop='' OR p1.stop>1775302920) ORDER BY p1.sorting
Parameters:
[
38
]
|
| 48 | 0.99 ms |
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:
[] |
| 49 | 1.33 ms |
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<=1775302920) AND (p2.stop='' OR p2.stop>1775302920)) 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<=1775302920) AND (p1.stop='' OR p1.stop>1775302920) ORDER BY p1.sorting
Parameters:
[
6
]
|
| 50 | 1.27 ms |
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:
[] |
| 51 | 1.26 ms |
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<=1775302920) AND (p2.stop='' OR p2.stop>1775302920)) 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<=1775302920) AND (p1.stop='' OR p1.stop>1775302920) ORDER BY p1.sorting
Parameters:
[
76
]
|
| 52 | 0.98 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(69,70) ORDER BY FIND_IN_SET(`tl_page`.`id`, '69,70')
Parameters:
[] |
| 53 | 0.84 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_form_field"
]
|
| 54 | 0.70 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_form"
]
|
| 55 | 0.81 ms |
SELECT tl_form.* FROM tl_form WHERE tl_form.id=? LIMIT 0,1
Parameters:
[
"2"
]
|
| 56 | 0.97 ms |
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
]
|
| 57 | 1.09 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
56
]
|
| 58 | 0.88 ms |
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<=1775302920) AND (tl_article.stop='' OR tl_article.stop>1775302920) ORDER BY tl_article.sorting
Parameters:
[ 99 "main" ] |
| 59 | 1.24 ms |
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<=1775302920) AND (tl_content.stop='' OR tl_content.stop>1775302920) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 237 "tl_article" ] |
| 60 | 1.70 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
96
]
|
| 61 | 1.39 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_product"
]
|
| 62 | 1.35 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_product"
]
|
| 63 | 0.86 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_category"
]
|
| 64 | 0.94 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_category"
]
|
| 65 | 0.72 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_category"
]
|
| 66 | 0.73 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_allergy"
]
|
| 67 | 1.03 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_allergy"
]
|
| 68 | 0.73 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_allergy"
]
|
| 69 | 0.72 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_cereals"
]
|
| 70 | 0.91 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_cereals"
]
|
| 71 | 0.75 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_cereals"
]
|
| 72 | 0.74 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_production_method"
]
|
| 73 | 0.95 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_production_method"
]
|
| 74 | 0.75 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_production_method"
]
|
| 75 | 0.78 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_icons"
]
|
| 76 | 0.92 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_icons"
]
|
| 77 | 0.76 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_icons"
]
|
| 78 | 1.35 ms |
SHOW FULL COLUMNS FROM ctlg_product
Parameters:
[] |
| 79 | 1.02 ms |
SHOW INDEXES FROM `ctlg_product`
Parameters:
[] |
| 80 | 1.43 ms |
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:
[ "stracciatellaschnitte" "0" "" "1775302920" "" "1775302920" "1" ] |
| 81 | 0.98 ms |
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:
[ "stracciatellaschnitte" "0" "" "1775302920" "" "1775302920" "1" ] |
| 82 | 0.82 ms |
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
"ctlg_sale"
]
|
| 83 | 1.00 ms |
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
"ctlg_sale"
]
|
| 84 | 0.87 ms |
SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1
Parameters:
[
"ctlg_product"
]
|
| 85 | 3.34 ms |
SELECT * FROM ctlg_product ORDER BY title DESC,dls_article_number DESC
Parameters:
[] |
| 86 | 0.88 ms |
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:
[ "242" "0" "" "1775302920" "" "1775302920" "1" ] |
| 87 | 1.07 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_files"
]
|
| 88 | 0.82 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"70b9724bc21611e6b371001c42000273"
]
|
| 89 | 1.15 ms |
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" "kuchen" "blechkuchen" "0" "" "1775302920" "" "1775302920" "1" ] |
| 90 | 0.88 ms |
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))) 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:
[ "eier-eiererzeugnisse" "milch-milcherzeugnisse" "glutenhaltiges-getreide" "0" "" "1775302920" "" "1775302920" "1" ] |
| 91 | 0.77 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"602a180f405d11efa0078ada7f861d63"
]
|
| 92 | 0.76 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"603a338d405d11efa0078ada7f861d63"
]
|
| 93 | 0.70 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"604ab03e405d11efa0078ada7f861d63"
]
|
| 94 | 0.79 ms |
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:
[ "dinkel" "0" "" "1775302920" "" "1775302920" "1" ] |
| 95 | 0.76 ms |
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:
[ "backmittel" "0" "" "1775302920" "" "1775302920" "1" ] |
| 96 | 0.72 ms |
SELECT * FROM ctlg_icons WHERE ( FIND_IN_SET(?,LOWER(CAST(ctlg_icons.`alias` AS CHAR))) )
Parameters:
[
"saisonal"
]
|
| 97 | 0.74 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"137c593d0ed511eb83d8ba7dbb6bb969"
]
|
| 98 | 1.28 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_image_size_item"
]
|
| 99 | 0.72 ms |
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
"tl_image_size"
]
|
| 100 | 0.77 ms |
SELECT tl_image_size.* FROM tl_image_size WHERE tl_image_size.`id`=? LIMIT 0,1
Parameters:
[
6
]
|
| 101 | 0.91 ms |
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
]
|
| 102 | 0.80 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
"219"
]
|
| 103 | 1.31 ms |
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<=1775302920) AND (tl_content.stop='' OR tl_content.stop>1775302920) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 219 "tl_article" ] |
| 104 | 1.01 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"®qy\x05iÓ\x11îˆ\x1FŠÚ\x7F†\x1Dc"
]
|
| 105 | 0.95 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/Logo.svg"
]
|
| 106 | 1.32 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
"64"
]
|
| 107 | 1.23 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"·Œÿ€iÓ\x11îˆ\x1FŠÚ\x7F†\x1Dc"
]
|
| 108 | 0.77 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"0…I+„^\x11ŠÚ\x7F†\x1Dc"
]
|
| 109 | 0.72 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"%fg¤„^\x11ŠÚ\x7F†\x1Dc"
]
|
| 110 | 0.76 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"yë·õáá\x11î½YŠÚ\x7F†\x1Dc"
]
|
| 111 | 0.73 ms |
SELECT * FROM `tl_files` WHERE uuid=?
Parameters:
[
b"Å\x1FMsB«\x11ŠÚ\x7F†\x1Dc"
]
|
| 112 | 0.83 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/demeter_logo.svg"
]
|
| 113 | 0.81 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/Logo_OG.png"
]
|
| 114 | 0.85 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/bio_eu.png"
]
|
| 115 | 0.88 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/template/redesign24/img/fairbio.png"
]
|
| 116 | 0.81 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
"files/content/content_bilder/ueber_uns/zertifizierungen/sfd-unterstuetzer-2024-logo-rahmen-160px.jpg"
]
|
| 117 | 0.94 ms |
SELECT tl_image_size.* FROM tl_image_size WHERE tl_image_size.`id`=? LIMIT 0,1
Parameters:
[
"19"
]
|
| 118 | 0.79 ms |
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:
[
19
]
|
| 119 | 0.99 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
"4"
]
|
| 120 | 0.76 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
"57"
]
|
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.