Query Metrics
35
Database Queries
31
Different statements
93.60 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.43 ms |
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type = 'root'
Parameters:
[] |
| 2 | 0.93 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?)
Parameters:
[ "artiste/artiste-1" "artiste" ] |
| 3 | 0.21 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 49.59 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 = 'theeventhouse_prod' 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:
[ "theeventhouse_prod" "theeventhouse_prod" ] |
| 5 | 1.92 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:
[
"theeventhouse_prod"
]
|
| 6 | 1.51 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 = 'theeventhouse_prod' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
"theeventhouse_prod"
]
|
| 7 | 15.88 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:
[
"theeventhouse_prod"
]
|
| 8 | 0.35 ms |
SELECT DATABASE()
Parameters:
[] |
| 9 | 0.81 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
307
]
|
| 10 | 0.49 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
225
]
|
| 11 | 0.23 ms |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
| 12 | 0.37 ms |
SELECT tl_cookiebar.* FROM tl_cookiebar WHERE tl_cookiebar.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
| 13 | 0.32 ms |
SELECT tl_cookie_group.* FROM tl_cookie_group WHERE tl_cookie_group.pid=? AND tl_cookie_group.published='1' ORDER BY tl_cookie_group.sorting
Parameters:
[
1
]
|
| 14 | 2.84 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
1
]
|
| 15 | 1.73 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
2
]
|
| 16 | 0.50 ms |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id` = ? LIMIT 0,1
Parameters:
[
23
]
|
| 17 | 0.39 ms |
SELECT * FROM tl_theme WHERE tl_theme.`id` = ? LIMIT 0,1
Parameters:
[
3
]
|
| 18 | 2.38 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(164,158,233,237,234,235,239,236,159,160,233,188,234,235,190,236,161,165,162,190,239,163,0,168,0,150,172,171,151,169,0,0,186,239,185,242,182) ORDER BY FIND_IN_SET(`tl_module`.`id`, '164,158,233,237,234,235,239,236,159,160,233,188,234,235,190,236,161,165,162,190,239,163,0,168,0,150,172,171,151,169,0,0,186,239,185,242,182')
Parameters:
[] |
| 19 | 1.19 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<=1764993960) AND (tl_content.stop='' OR tl_content.stop>1764993960) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1764993960) AND (tl_article.stop='' OR tl_article.stop>1764993960) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 308 "header" "Tagline" "main" "footer" ] |
| 20 | 0.90 ms |
SELECT tl_content.* FROM tl_content WHERE tl_content.`id` = ? LIMIT 0,1
Parameters:
[
5789
]
|
| 21 | 0.96 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
255
]
|
| 22 | 0.54 ms |
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(7) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '7')
Parameters:
[] |
| 23 | 0.83 ms |
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(7) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1764993960) AND (tl_news.stop='' OR tl_news.stop>1764993960) LIMIT 0,1
Parameters:
[
"artiste-1"
]
|
| 24 | 0.53 ms |
SELECT tl_user.* FROM tl_user WHERE tl_user.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
| 25 | 0.65 ms |
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[ "tl_news" 38 ] |
| 26 | 0.50 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"f53835acca1a11f0be8cad3246af7923"
]
|
| 27 | 0.30 ms |
SELECT category_id FROM tl_news_categories WHERE news_id IN ('38')
Parameters:
[] |
| 28 | 1.05 ms |
SHOW FULL COLUMNS FROM tl_news_category
Parameters:
[] |
| 29 | 0.50 ms |
SHOW INDEXES FROM `tl_news_category`
Parameters:
[] |
| 30 | 0.90 ms |
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (3,23)) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 31 | 0.84 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1764993960) AND (tl_page.stop='' OR tl_page.stop>1764993960) LIMIT 0,1
Parameters:
[
307
]
|
| 32 | 0.65 ms |
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id=?) LIMIT 0,1
Parameters:
[
23
]
|
| 33 | 0.43 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1cab12f71f3311ef89b06c2408b0350e"
]
|
| 34 | 0.52 ms |
SELECT COUNT(*) AS count FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1764993960) AND (tl_content.stop='' OR tl_content.stop>1764993960) AND tl_content.tstamp!=0
Parameters:
[ 38 "tl_news" ] |
| 35 | 1.44 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<=1764993960) AND (tl_content.stop='' OR tl_content.stop>1764993960) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 38 "tl_news" ] |
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.