Query Metrics
56
Database Queries
24
Different statements
33.04 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
15.34 ms (46.43%) |
1 |
SELECT c.TABLE_NAME, c.COLUMN_NAME AS field, IF( c.DATA_TYPE = 'longtext' AND EXISTS( SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'ob5aqk_siatel_preprod' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.DATA_TYPE ) AS type, c.COLUMN_TYPE, c.CHARACTER_MAXIMUM_LENGTH, c.CHARACTER_OCTET_LENGTH, c.NUMERIC_PRECISION, c.NUMERIC_SCALE, 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 c.TABLE_NAME, c.ORDINAL_POSITION
Parameters:
[ "ob5aqk_siatel_preprod" "ob5aqk_siatel_preprod" ] |
|
5.05 ms (15.29%) |
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:
[
"ob5aqk_siatel_preprod"
]
|
|
2.31 ms (6.99%) |
13 |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
2
]
|
|
2.20 ms (6.66%) |
5 |
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<=1781356500) AND (tl_content.stop='' OR tl_content.stop>1781356500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 1 "tl_article" ] |
|
1.48 ms (4.47%) |
2 |
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<=1781356500) AND (p2.stop='' OR p2.stop>1781356500)) 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<=1781356500) AND (p1.stop='' OR p1.stop>1781356500) ORDER BY p1.sorting
Parameters:
[
3
]
|
|
0.86 ms (2.61%) |
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<=1781356500) AND (tl_content.stop='' OR tl_content.stop>1781356500) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1781356500) AND (tl_article.stop='' OR tl_article.stop>1781356500) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 2 "main" ] |
|
0.83 ms (2.53%) |
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 TABLE_NAME, SEQ_IN_INDEX
Parameters:
[
"ob5aqk_siatel_preprod"
]
|
|
0.58 ms (1.74%) |
6 |
SELECT * FROM `tl_files` WHERE uuid = ?
Parameters:
[
b"ŽBÙ$f=\x11ñ˜ïcB)ÔÌÇ"
]
|
|
0.54 ms (1.64%) |
1 |
SELECT k.TABLE_NAME, k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION, c.UPDATE_RULE, c.DELETE_RULE FROM information_schema.key_column_usage k 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 c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME, k.CONSTRAINT_NAME, k.ORDINAL_POSITION
Parameters:
[ "ob5aqk_siatel_preprod" "ob5aqk_siatel_preprod" ] |
|
0.48 ms (1.47%) |
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<=1781356500) AND (tl_article.stop='' OR tl_article.stop>1781356500) ORDER BY tl_article.sorting
Parameters:
[ 2 "main" ] |
|
0.39 ms (1.18%) |
5 |
SELECT * FROM tl_files WHERE tl_files.`path` = ? LIMIT 0,1
Parameters:
[
"files/images/partenaires/ars-300x233 1.png"
]
|
|
0.35 ms (1.07%) |
3 |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
3
]
|
|
0.35 ms (1.06%) |
2 |
SELECT * FROM tl_files WHERE tl_files.`uuid` = ? LIMIT 0,1
Parameters:
[
b"™¯\x1E¢ek\x11ñ§ÿ¹n‘›ú="
]
|
|
0.34 ms (1.03%) |
3 |
SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"4855c49a657811f1a18575ce65adcef9"
]
|
|
0.32 ms (0.96%) |
1 |
SELECT * FROM tl_theme WHERE tl_theme.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
|
0.29 ms (0.89%) |
1 |
SELECT tl_page.* FROM tl_page WHERE (tl_page.type = 'root' AND (tl_page.dns = ? OR tl_page.dns = ''))
Parameters:
[
"siatel.ci-com.fr"
]
|
|
0.25 ms (0.74%) |
2 |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
|
0.20 ms (0.61%) |
1 |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
|
0.18 ms (0.54%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias = ? OR tl_page.alias = ?
Parameters:
[ "index" "/" ] |
|
0.17 ms (0.51%) |
1 |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
|
0.17 ms (0.51%) |
1 |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(2,0,5,3) ORDER BY FIND_IN_SET(`tl_module`.`id`, '2,0,5,3')
Parameters:
[] |
|
0.16 ms (0.50%) |
1 |
SELECT DATABASE()
Parameters:
[] |
|
0.10 ms (0.30%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(4,5,6,7,8) ORDER BY FIND_IN_SET(`tl_page`.`id`, '4,5,6,7,8')
Parameters:
[] |
|
0.09 ms (0.28%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(14,15,16,17) ORDER BY FIND_IN_SET(`tl_page`.`id`, '14,15,16,17')
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| Contao\CoreBundle\Entity\Altcha | No errors. |
| Contao\CoreBundle\Entity\CrawlQueue | No errors. |
| Contao\CoreBundle\Entity\CronJob | No errors. |
| Contao\CoreBundle\Entity\TrustedDevice | No errors. |
| Contao\CoreBundle\Entity\WebauthnCredential | No errors. |
| Webauthn\CredentialRecord | No errors. |
| Webauthn\PublicKeyCredentialEntity | No errors. |
| Webauthn\PublicKeyCredentialUserEntity | No errors. |