Query Metrics
39
Database Queries
25
Different statements
86.32 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
38.82 ms (44.97%) |
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 = 'contao5_test' 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:
[ "contao5_test" "contao5_test" ] |
7.61 ms (8.82%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(300) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734932040) AND (tl_page.stop='' OR tl_page.stop>1734932040) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300')
Parameters:
[] |
7.37 ms (8.53%) |
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<=1734932040) AND (p2.stop='' OR p2.stop>1734932040)) 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<=1734932040) AND (p1.stop='' OR p1.stop>1734932040) ORDER BY p1.sorting
Parameters:
[
225
]
|
5.08 ms (5.88%) |
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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
"contao5_test"
]
|
4.83 ms (5.60%) |
1 |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
23
]
|
2.72 ms (3.15%) |
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:
[
"contao5_test"
]
|
2.60 ms (3.02%) |
4 |
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<=1734932040) AND (tl_article.stop='' OR tl_article.stop>1734932040) ORDER BY tl_article.sorting
Parameters:
[ 299 "header" ] |
1.94 ms (2.25%) |
2 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,295) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734932040) AND (tl_page.stop='' OR tl_page.stop>1734932040) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,295')
Parameters:
[] |
1.92 ms (2.23%) |
4 |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
225
]
|
1.85 ms (2.14%) |
2 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,294,293) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734932040) AND (tl_page.stop='' OR tl_page.stop>1734932040) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,294,293')
Parameters:
[] |
1.51 ms (1.75%) |
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 = 'contao5_test' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
"contao5_test"
]
|
1.47 ms (1.70%) |
1 |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(181,164,158,233,237,234,235,240,238,231,236,159,160,233,188,234,235,191,239,190,236,161,165,162,191,190,240,238,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`, '181,164,158,233,237,234,235,240,238,231,236,159,160,233,188,234,235,191,239,190,236,161,165,162,191,190,240,238,239,163,0,168,0,150,172,171,151,169,0,0,186,239,185,242,182')
Parameters:
[] |
1.31 ms (1.52%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(226,302,296,297,288,301) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,302,290,295,296,297,288,301')
Parameters:
[] |
1.12 ms (1.30%) |
1 |
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'
Parameters:
[] |
0.87 ms (1.01%) |
1 |
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<=1734932040) AND (tl_content.stop='' OR tl_content.stop>1734932040) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 410 "tl_article" ] |
0.70 ms (0.82%) |
2 |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca8724f1f3311ef89b06c2408b0350e"
]
|
0.70 ms (0.81%) |
1 |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
222
]
|
0.68 ms (0.79%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?)
Parameters:
[
"recherche"
]
|
0.61 ms (0.71%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.pid=? AND tl_page.type!='root' AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734932040) AND (tl_page.stop='' OR tl_page.stop>1734932040) ORDER BY tl_page.sorting LIMIT 0,1
Parameters:
[
225
]
|
0.55 ms (0.63%) |
2 |
SELECT DATABASE()
Parameters:
[] |
0.54 ms (0.63%) |
1 |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a644076a0b411eea6f26c2408b0350e'),UNHEX('7a644061a0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a644076a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('7a644061a0b411eea6f26c2408b0350e')
Parameters:
[] |
0.44 ms (0.51%) |
1 |
SELECT * FROM tl_tiles WHERE (start='' OR start<1734932091) AND (stop='' OR stop>1734932091) AND published=1 ORDER by sorting ASC
Parameters:
[] |
0.39 ms (0.45%) |
1 |
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
3
]
|
0.35 ms (0.40%) |
1 |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a578444a0b411eea6f26c2408b0350e'),UNHEX('7a57831aa0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a578444a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('7a57831aa0b411eea6f26c2408b0350e')
Parameters:
[] |
0.33 ms (0.39%) |
1 |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
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.
Entities Mapping
No loaded entities.