Query Metrics
76
Database Queries
36
Different statements
171.86 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.25 ms |
SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns=? OR tl_page.dns=''))
Parameters:
[
"azureatelecom.bioweb.fr"
]
|
| 2 | 0.37 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 67.55 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 = 'azureatelecom_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:
[ "azureatelecom_test" "azureatelecom_test" ] |
| 4 | 2.72 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:
[
"azureatelecom_test"
]
|
| 5 | 1.77 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 = 'azureatelecom_test' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
"azureatelecom_test"
]
|
| 6 | 18.11 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:
[
"azureatelecom_test"
]
|
| 7 | 0.47 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 1.12 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias=? OR tl_page.alias=?
Parameters:
[ "index" "/" ] |
| 9 | 0.59 ms |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
| 10 | 0.73 ms |
SELECT tl_cookiebar.* FROM tl_cookiebar WHERE tl_cookiebar.`id`=? LIMIT 0,1
Parameters:
[
1
]
|
| 11 | 1.26 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
]
|
| 12 | 1.36 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
1
]
|
| 13 | 0.71 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
2
]
|
| 14 | 0.95 ms |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
24
]
|
| 15 | 0.33 ms |
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
3
]
|
| 16 | 3.27 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(152,188,164,158,233,237,234,235,240,236,159,160,235,190,236,161,165,162,190,240,163,153,168,0,169,0,0,0,186,253,240,242,182) ORDER BY FIND_IN_SET(`tl_module`.`id`, '152,188,164,158,233,237,234,235,240,236,159,160,235,190,236,161,165,162,190,240,163,153,168,0,169,0,0,0,186,253,240,242,182')
Parameters:
[] |
| 17 | 1.48 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca8724f1f3311ef89b06c2408b0350e"
]
|
| 18 | 1.35 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(293,306) 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<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) ORDER BY FIND_IN_SET(`tl_page`.`id`, '293,306')
Parameters:
[] |
| 19 | 3.08 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<=1767823500) AND (p2.stop='' OR p2.stop>1767823500)) 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<=1767823500) AND (p1.stop='' OR p1.stop>1767823500) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 20 | 1.18 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(311,310,290,288) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,311,310,290,288')
Parameters:
[] |
| 21 | 1.36 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<=1767823500) AND (p2.stop='' OR p2.stop>1767823500)) 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<=1767823500) AND (p1.stop='' OR p1.stop>1767823500) ORDER BY p1.sorting
Parameters:
[
311
]
|
| 22 | 0.98 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(296,307) ORDER BY FIND_IN_SET(`tl_page`.`id`, '296,307')
Parameters:
[] |
| 23 | 1.00 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) LIMIT 0,1
Parameters:
[
296
]
|
| 24 | 0.93 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) LIMIT 0,1
Parameters:
[
296
]
|
| 25 | 1.60 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<=1767823500) AND (p2.stop='' OR p2.stop>1767823500)) 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<=1767823500) AND (p1.stop='' OR p1.stop>1767823500) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 26 | 1.31 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<=1767823500) AND (p2.stop='' OR p2.stop>1767823500)) 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<=1767823500) AND (p1.stop='' OR p1.stop>1767823500) ORDER BY p1.sorting
Parameters:
[
311
]
|
| 27 | 0.96 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) LIMIT 0,1
Parameters:
[
296
]
|
| 28 | 1.00 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) LIMIT 0,1
Parameters:
[
296
]
|
| 29 | 1.15 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(293,306) 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<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) ORDER BY FIND_IN_SET(`tl_page`.`id`, '293,306')
Parameters:
[] |
| 30 | 2.06 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<=1767823500) AND (tl_article.stop='' OR tl_article.stop>1767823500) ORDER BY tl_article.sorting
Parameters:
[ 226 "Tagline" ] |
| 31 | 4.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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 451 "tl_article" ] |
| 32 | 1.22 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('ac62d999992011f0a19e3c5576e982dc')) ORDER BY tl_files.uuid!=UNHEX('ac62d999992011f0a19e3c5576e982dc')
Parameters:
[] |
| 33 | 0.86 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<=1767823500) AND (tl_article.stop='' OR tl_article.stop>1767823500) ORDER BY tl_article.sorting
Parameters:
[ 226 "left" ] |
| 34 | 2.01 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 480 "tl_article" ] |
| 35 | 0.61 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
457
]
|
| 36 | 2.22 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 457 "tl_article" ] |
| 37 | 0.78 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 38 | 1.16 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
256
]
|
| 39 | 0.55 ms |
SELECT * FROM tl_rocksolid_slider WHERE tl_rocksolid_slider.`id`=? LIMIT 0,1
Parameters:
[
37
]
|
| 40 | 1.29 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('9859ea309d4011f0b92bd1ba95464df6'),UNHEX('a7aa1d48985111f0af476c2408b0350e'),UNHEX('a7aa1d57985111f0af476c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('9859ea309d4011f0b92bd1ba95464df6'), tl_files.uuid!=UNHEX('a7aa1d48985111f0af476c2408b0350e'), tl_files.uuid!=UNHEX('a7aa1d57985111f0af476c2408b0350e')
Parameters:
[] |
| 41 | 1.57 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.pid=UNHEX(?)
Parameters:
[
"a7aa1d57985111f0af476c2408b0350e"
]
|
| 42 | 0.62 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
458
]
|
| 43 | 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 458 "tl_article" ] |
| 44 | 0.68 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 45 | 1.05 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
251
]
|
| 46 | 0.55 ms |
SELECT * FROM tl_rocksolid_slider WHERE tl_rocksolid_slider.`id`=? LIMIT 0,1
Parameters:
[
35
]
|
| 47 | 1.06 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('8f1f7304986d11f08b7cd95296dfb867'),UNHEX('1a0ac05b985b11f0af476c2408b0350e'),UNHEX('8f1f72d2986d11f0a7b2d95296dfb867'),UNHEX('1a0ac043985b11f0af476c2408b0350e'),UNHEX('8f1f7296986d11f09849d95296dfb867'),UNHEX('8f1f7264986d11f0be84d95296dfb867'),UNHEX('1a0ac02d985b11f0af476c2408b0350e'),UNHEX('8f1f7228986d11f09e72d95296dfb867'),UNHEX('28c3e4e2985311f0abaaf5d30b087c00'),UNHEX('8f1f71f6986d11f0b0e9d95296dfb867'),UNHEX('8f1f71c4986d11f08944d95296dfb867'),UNHEX('8f1f7188986d11f0b57fd95296dfb867'),UNHEX('28c3e064985311f0b080f5d30b087c00')) ORDER BY tl_files.uuid!=UNHEX('8f1f7304986d11f08b7cd95296dfb867'), tl_files.uuid!=UNHEX('1a0ac05b985b11f0af476c2408b0350e'), tl_files.uuid!=UNHEX('8f1f72d2986d11f0a7b2d95296dfb867'), tl_files.uuid!=UNHEX('1a0ac043985b11f0af476c2408b0350e'), tl_files.uuid!=UNHEX('8f1f7296986d11f09849d95296dfb867'), tl_files.uuid!=UNHEX('8f1f7264986d11f0be84d95296dfb867'), tl_files.uuid!=UNHEX('1a0ac02d985b11f0af476c2408b0350e'), tl_files.uuid!=UNHEX('8f1f7228986d11f09e72d95296dfb867'), tl_files.uuid!=UNHEX('28c3e4e2985311f0abaaf5d30b087c00'), tl_files.uuid!=UNHEX('8f1f71f6986d11f0b0e9d95296dfb867'), tl_files.uuid!=UNHEX('8f1f71c4986d11f08944d95296dfb867'), tl_files.uuid!=UNHEX('8f1f7188986d11f0b57fd95296dfb867'), tl_files.uuid!=UNHEX('28c3e064985311f0b080f5d30b087c00')
Parameters:
[] |
| 48 | 1.33 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.pid=UNHEX(?)
Parameters:
[
"28c3e064985311f0b080f5d30b087c00"
]
|
| 49 | 0.56 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
459
]
|
| 50 | 1.36 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 459 "tl_article" ] |
| 51 | 0.75 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 52 | 0.63 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"deb19f6e985b11f0af476c2408b0350e"
]
|
| 53 | 0.57 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"deb19f7b985b11f0af476c2408b0350e"
]
|
| 54 | 0.57 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"deb19f5f985b11f0af476c2408b0350e"
]
|
| 55 | 0.80 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<=1767823500) AND (tl_article.stop='' OR tl_article.stop>1767823500) ORDER BY tl_article.sorting
Parameters:
[ 226 "main" ] |
| 56 | 1.47 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 460 "tl_article" ] |
| 57 | 0.52 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1f193c18985e11f0af476c2408b0350e"
]
|
| 58 | 0.56 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"4bd491bc985e11f0af476c2408b0350e"
]
|
| 59 | 2.08 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 461 "tl_article" ] |
| 60 | 0.62 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('9a3e9f2b992011f0a19e3c5576e982dc')) ORDER BY tl_files.uuid!=UNHEX('9a3e9f2b992011f0a19e3c5576e982dc')
Parameters:
[] |
| 61 | 0.70 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 62 | 0.79 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<=1767823500) AND (tl_article.stop='' OR tl_article.stop>1767823500) ORDER BY tl_article.sorting
Parameters:
[ 226 "footer" ] |
| 63 | 0.56 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
"463"
]
|
| 64 | 3.00 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<=1767823500) AND (tl_content.stop='' OR tl_content.stop>1767823500) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 463 "tl_article" ] |
| 65 | 0.76 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 66 | 0.71 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 67 | 0.75 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 68 | 1.19 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(293,306) 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<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) ORDER BY FIND_IN_SET(`tl_page`.`id`, '293,306')
Parameters:
[] |
| 69 | 1.10 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(300,305) 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<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300,305')
Parameters:
[] |
| 70 | 0.94 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1767823500) AND (tl_page.stop='' OR tl_page.stop>1767823500) LIMIT 0,1
Parameters:
[
300
]
|
| 71 | 0.75 ms |
SELECT * FROM tl_tiles WHERE (start='' OR start<1767823542) AND (stop='' OR stop>1767823542) AND published=1 ORDER by sorting ASC
Parameters:
[] |
| 72 | 0.99 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"e003b9502fb611ef97896c2408b0350e"
]
|
| 73 | 0.92 ms |
SELECT p.id FROM tl_page p WHERE (p.id IN (?, ?)) AND (p.hofff_st IN (?, ?)) AND ((p.hofff_st != 'hofff_st_disableTree' OR FIND_IN_SET(p.id, ?) > ( SELECT COALESCE(MAX(FIND_IN_SET(p2.id, ?)), -1) FROM tl_page AS p2 WHERE p2.id IN (?, ?) AND p2.hofff_st = 'hofff_st_parent' ))) ORDER BY FIND_IN_SET(p.id, ?) ASC LIMIT 1
Parameters:
[ 225 226 "hofff_st_tree" "hofff_st_disableTree" "225,226" "225,226" 225 226 "225,226" ] |
| 74 | 0.57 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca872241f3311ef89b06c2408b0350e"
]
|
| 75 | 1.20 ms |
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:
[] |
| 76 | 1.15 ms |
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:
[] |
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.