Query Metrics
226
Database Queries
77
Different statements
184.15 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.52 ms |
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type = 'root'
Parameters:
[] |
| 2 | 0.92 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?,?)
Parameters:
[ "animations/categorie/enfants__teambuilding__groupe__noel__etudiants" "animations/categorie" "animations" ] |
| 3 | 0.32 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 40.23 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 | 3.23 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.31 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 | 14.38 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.20 ms |
SELECT DATABASE()
Parameters:
[] |
| 9 | 0.49 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
225
]
|
| 10 | 0.24 ms |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
| 11 | 0.33 ms |
SELECT tl_cookiebar.* FROM tl_cookiebar WHERE tl_cookiebar.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
| 12 | 0.36 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
]
|
| 13 | 0.36 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
1
]
|
| 14 | 0.35 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
2
]
|
| 15 | 0.41 ms |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id` = ? LIMIT 0,1
Parameters:
[
32
]
|
| 16 | 0.32 ms |
SELECT * FROM tl_theme WHERE tl_theme.`id` = ? LIMIT 0,1
Parameters:
[
3
]
|
| 17 | 1.23 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,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,0,186,239,185,242,182')
Parameters:
[] |
| 18 | 0.74 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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 306 "Tagline" "Tagline" "right" "main" "footer" ] |
| 19 | 0.63 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca8724f1f3311ef89b06c2408b0350e"
]
|
| 20 | 1.06 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<=1765002240) AND (p2.stop='' OR p2.stop>1765002240)) 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<=1765002240) AND (p1.stop='' OR p1.stop>1765002240) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 21 | 0.50 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(226,290,307,288) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,290,306,307,288')
Parameters:
[] |
| 22 | 0.68 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<=1765002240) AND (p2.stop='' OR p2.stop>1765002240)) 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<=1765002240) AND (p1.stop='' OR p1.stop>1765002240) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 23 | 0.67 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<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) ORDER BY tl_article.sorting
Parameters:
[ 306 "Tagline" ] |
| 24 | 0.56 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<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) ORDER BY tl_article.sorting
Parameters:
[ 306 "Tagline" ] |
| 25 | 1.72 ms |
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<=1765002240) AND (tl_page.stop='' OR tl_page.stop>1765002240) ORDER BY tl_page.sorting LIMIT 0,1
Parameters:
[
225
]
|
| 26 | 0.89 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<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) ORDER BY tl_article.sorting
Parameters:
[ 306 "right" ] |
| 27 | 2.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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 458 "tl_article" ] |
| 28 | 2.22 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
257
]
|
| 29 | 0.32 ms |
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(8) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '8')
Parameters:
[] |
| 30 | 1.75 ms |
SHOW FULL COLUMNS FROM tl_news_category
Parameters:
[] |
| 31 | 0.74 ms |
SHOW INDEXES FROM `tl_news_category`
Parameters:
[] |
| 32 | 3.20 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 (SELECT category_id FROM tl_news_categories WHERE news_id IN (SELECT id FROM tl_news WHERE pid IN (8) AND (start=? OR start<=?) AND (stop=? OR stop>?) AND published=?))) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ "" 1765002240 "" 1765002300 1 1 ] |
| 33 | 5.07 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "enfants__teambuilding__groupe__noel__etudiants" "enfants__teambuilding__groupe__noel__etudiants" 1 ] |
| 34 | 0.76 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
4
]
|
| 35 | 2.53 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
2
]
|
| 36 | 0.46 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
27
]
|
| 37 | 0.42 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
28
]
|
| 38 | 0.42 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
8
]
|
| 39 | 1.48 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
29
]
|
| 40 | 0.44 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
10
]
|
| 41 | 2.45 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
31
]
|
| 42 | 0.45 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
32
]
|
| 43 | 2.45 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
33
]
|
| 44 | 0.50 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 34 1 ] |
| 45 | 2.37 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 (SELECT category_id FROM tl_news_categories WHERE news_id IN (SELECT id FROM tl_news WHERE pid IN (8) AND (start=? OR start<=?) AND (stop=? OR stop>?) AND published=?))) AND (tl_news_category.id IN (4,34,2,27,28,8,29,10,31,32,33)) AND ((tl_news_category.alias IN ('enfants','teambuilding','groupe','noel','etudiants') OR translation.alias IN ('enfants','teambuilding','groupe','noel','etudiants'))) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ "" 1765002240 "" 1765002300 1 1 ] |
| 46 | 0.79 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:
[
27
]
|
| 47 | 0.43 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:
[
28
]
|
| 48 | 0.55 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:
[
29
]
|
| 49 | 3.28 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:
[
32
]
|
| 50 | 0.41 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:
[
33
]
|
| 51 | 0.53 ms |
SELECT news_id FROM tl_news_categories
Parameters:
[] |
| 52 | 0.31 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (33,34,35,37,38,39,40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 53 | 0.37 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:
[
27
]
|
| 54 | 0.33 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:
[
28
]
|
| 55 | 0.75 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:
[
29
]
|
| 56 | 0.34 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:
[
32
]
|
| 57 | 0.34 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:
[
33
]
|
| 58 | 0.32 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:
[
4
]
|
| 59 | 0.47 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
4
]
|
| 60 | 0.45 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 4 1 ] |
| 61 | 1.23 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 (SELECT category_id FROM tl_news_categories WHERE news_id IN (SELECT id FROM tl_news WHERE pid IN (8) AND (start=? OR start<=?) AND (stop=? OR stop>?) AND published=?))) AND (tl_news_category.id IN (4,34,2,27,28,8,29,10,31,32,33)) AND ((tl_news_category.alias IN ('enfants','teambuilding','groupe','noel','etudiants') OR translation.alias IN ('enfants','teambuilding','groupe','noel','etudiants'))) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ "" 1765002240 "" 1765002300 1 1 ] |
| 62 | 1.31 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:
[
27
]
|
| 63 | 0.46 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:
[
28
]
|
| 64 | 0.57 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:
[
29
]
|
| 65 | 0.35 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:
[
32
]
|
| 66 | 0.50 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:
[
33
]
|
| 67 | 0.47 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:
[
27
]
|
| 68 | 1.18 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:
[
28
]
|
| 69 | 0.40 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:
[
29
]
|
| 70 | 0.36 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:
[
32
]
|
| 71 | 0.34 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:
[
33
]
|
| 72 | 0.51 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:
[
27
]
|
| 73 | 0.48 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
27
]
|
| 74 | 0.83 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 27 1 ] |
| 75 | 0.38 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(27) AND published=1
Parameters:
[] |
| 76 | 0.23 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('27')
Parameters:
[] |
| 77 | 0.31 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 78 | 0.31 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1cab12cd1f3311ef89b06c2408b0350e"
]
|
| 79 | 0.38 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:
[
28
]
|
| 80 | 0.50 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
28
]
|
| 81 | 0.41 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 28 1 ] |
| 82 | 0.24 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(28) AND published=1
Parameters:
[] |
| 83 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('28')
Parameters:
[] |
| 84 | 0.30 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 85 | 0.40 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:
[
29
]
|
| 86 | 0.46 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
29
]
|
| 87 | 0.41 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 29 1 ] |
| 88 | 0.24 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(29) AND published=1
Parameters:
[] |
| 89 | 0.21 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('29')
Parameters:
[] |
| 90 | 0.29 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 91 | 0.42 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:
[
31
]
|
| 92 | 0.50 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
31
]
|
| 93 | 0.41 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 31 1 ] |
| 94 | 0.23 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(31) AND published=1
Parameters:
[] |
| 95 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('31')
Parameters:
[] |
| 96 | 0.30 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (39,40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 97 | 0.37 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:
[
32
]
|
| 98 | 0.47 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
32
]
|
| 99 | 0.40 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 32 1 ] |
| 100 | 0.25 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(32) AND published=1
Parameters:
[] |
| 101 | 0.21 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('32')
Parameters:
[] |
| 102 | 0.25 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 103 | 0.35 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:
[
33
]
|
| 104 | 0.45 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
33
]
|
| 105 | 0.40 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 33 1 ] |
| 106 | 0.23 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(33) AND published=1
Parameters:
[] |
| 107 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('33')
Parameters:
[] |
| 108 | 0.31 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 109 | 0.30 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(4) AND published=1
Parameters:
[] |
| 110 | 0.25 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(27,28,29,30,31,32,33) AND published=1
Parameters:
[] |
| 111 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('27','28','29','30','31','32','33','4')
Parameters:
[] |
| 112 | 0.28 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (39,40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 113 | 0.36 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:
[
2
]
|
| 114 | 0.46 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
2
]
|
| 115 | 0.45 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 2 1 ] |
| 116 | 1.11 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 (SELECT category_id FROM tl_news_categories WHERE news_id IN (SELECT id FROM tl_news WHERE pid IN (8) AND (start=? OR start<=?) AND (stop=? OR stop>?) AND published=?))) AND (tl_news_category.id IN (4,34,2,27,28,8,29,10,31,32,33)) AND ((tl_news_category.alias IN ('enfants','teambuilding','groupe','noel','etudiants') OR translation.alias IN ('enfants','teambuilding','groupe','noel','etudiants'))) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ "" 1765002240 "" 1765002300 1 1 ] |
| 117 | 0.37 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:
[
27
]
|
| 118 | 0.35 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:
[
28
]
|
| 119 | 0.35 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:
[
29
]
|
| 120 | 0.66 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:
[
32
]
|
| 121 | 0.34 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:
[
33
]
|
| 122 | 0.37 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:
[
27
]
|
| 123 | 0.34 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:
[
28
]
|
| 124 | 0.39 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:
[
29
]
|
| 125 | 0.36 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:
[
32
]
|
| 126 | 0.35 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:
[
33
]
|
| 127 | 0.34 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:
[
8
]
|
| 128 | 0.48 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
8
]
|
| 129 | 0.40 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 8 1 ] |
| 130 | 0.23 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(8) AND published=1
Parameters:
[] |
| 131 | 0.22 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('8')
Parameters:
[] |
| 132 | 0.30 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 133 | 0.28 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca871dc1f3311ef89b06c2408b0350e"
]
|
| 134 | 0.87 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:
[
10
]
|
| 135 | 0.51 ms |
SELECT id, @pid := pid FROM tl_news_category WHERE id = ? UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid UNION SELECT id, @pid := pid FROM tl_news_category WHERE id = @pid
Parameters:
[
10
]
|
| 136 | 0.47 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 (4,34,2,27,28,8,29,10,31,32,33)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 10 1 ] |
| 137 | 0.24 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(10) AND published=1
Parameters:
[] |
| 138 | 0.40 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('10')
Parameters:
[] |
| 139 | 0.45 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 140 | 0.25 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(2) AND published=1
Parameters:
[] |
| 141 | 0.28 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(7,8,9,10,11,12,13,14,15,16,17,18,19) AND published=1
Parameters:
[] |
| 142 | 0.22 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('7','8','9','10','11','12','13','14','15','16','17','18','19','2')
Parameters:
[] |
| 143 | 0.29 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (33,34,37,40,41) AND tl_news.pid IN (8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 144 | 0.39 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<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) ORDER BY tl_article.sorting
Parameters:
[ 306 "main" ] |
| 145 | 0.75 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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 449 "tl_article" ] |
| 146 | 0.51 ms |
SELECT tl_content.* FROM tl_content WHERE tl_content.`id` = ? LIMIT 0,1
Parameters:
[
5551
]
|
| 147 | 0.45 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "enfants__teambuilding__groupe__noel__etudiants" "enfants__teambuilding__groupe__noel__etudiants" 1 ] |
| 148 | 0.64 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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 450 "tl_article" ] |
| 149 | 0.58 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
252
]
|
| 150 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "enfants" "enfants" 1 ] |
| 151 | 0.43 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "teambuilding" "teambuilding" 1 ] |
| 152 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "groupe" "groupe" 1 ] |
| 153 | 0.45 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "noel" "noel" 1 ] |
| 154 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "etudiants" "etudiants" 1 ] |
| 155 | 0.24 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(27) AND published=1
Parameters:
[] |
| 156 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('27')
Parameters:
[] |
| 157 | 0.21 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(28) AND published=1
Parameters:
[] |
| 158 | 0.21 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('28')
Parameters:
[] |
| 159 | 0.22 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(32) AND published=1
Parameters:
[] |
| 160 | 0.20 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('32')
Parameters:
[] |
| 161 | 0.22 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(33) AND published=1
Parameters:
[] |
| 162 | 0.21 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('33')
Parameters:
[] |
| 163 | 0.22 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(29) AND published=1
Parameters:
[] |
| 164 | 0.19 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('29')
Parameters:
[] |
| 165 | 0.29 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.pid IN(8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?) AND tl_news.id IN(40,40,41,40,40,41,40,41)
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 166 | 0.41 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "enfants" "enfants" 1 ] |
| 167 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "teambuilding" "teambuilding" 1 ] |
| 168 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "groupe" "groupe" 1 ] |
| 169 | 0.43 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "noel" "noel" 1 ] |
| 170 | 0.42 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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[ "etudiants" "etudiants" 1 ] |
| 171 | 0.62 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(27) AND published=1
Parameters:
[] |
| 172 | 0.27 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('27')
Parameters:
[] |
| 173 | 0.23 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(28) AND published=1
Parameters:
[] |
| 174 | 2.88 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('28')
Parameters:
[] |
| 175 | 0.22 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(32) AND published=1
Parameters:
[] |
| 176 | 0.17 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('32')
Parameters:
[] |
| 177 | 0.18 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(33) AND published=1
Parameters:
[] |
| 178 | 0.17 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('33')
Parameters:
[] |
| 179 | 0.18 ms |
SELECT id, pid FROM tl_news_category WHERE pid IN(29) AND published=1
Parameters:
[] |
| 180 | 0.15 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('29')
Parameters:
[] |
| 181 | 0.46 ms |
SELECT tl_news.* FROM tl_news WHERE tl_news.pid IN(8) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?) AND tl_news.id IN(40,40,41,40,40,41,40,41) ORDER BY tl_news.date DESC
Parameters:
[ 1 "" 1765002240 "" 1765002240 ] |
| 182 | 0.26 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('1cab12db1f3311ef89b06c2408b0350e'),UNHEX('1cab12db1f3311ef89b06c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('1cab12db1f3311ef89b06c2408b0350e'), tl_files.uuid!=UNHEX('1cab12db1f3311ef89b06c2408b0350e')
Parameters:
[] |
| 183 | 0.38 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
309
]
|
| 184 | 0.54 ms |
SELECT tl_user.* FROM tl_user WHERE tl_user.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
| 185 | 0.34 ms |
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[ "tl_news" 41 ] |
| 186 | 0.26 ms |
SELECT category_id FROM tl_news_categories WHERE news_id IN ('41')
Parameters:
[] |
| 187 | 0.46 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 (4,8,28,29,31,33)) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 188 | 1.48 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1765002240) AND (tl_page.stop='' OR tl_page.stop>1765002240) LIMIT 0,1
Parameters:
[
306
]
|
| 189 | 0.35 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:
[
8
]
|
| 190 | 0.32 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:
[
4
]
|
| 191 | 2.48 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:
[
34
]
|
| 192 | 1.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=?) LIMIT 0,1
Parameters:
[
4
]
|
| 193 | 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=?) LIMIT 0,1
Parameters:
[
34
]
|
| 194 | 0.46 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:
[
4
]
|
| 195 | 0.38 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:
[
34
]
|
| 196 | 0.35 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:
[
4
]
|
| 197 | 0.43 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:
[
34
]
|
| 198 | 0.79 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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 41 "tl_news" ] |
| 199 | 0.27 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"5bd64d57d05d11f0b1ad00155dfadc91"
]
|
| 200 | 0.26 ms |
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[ "tl_news" 40 ] |
| 201 | 0.22 ms |
SELECT category_id FROM tl_news_categories WHERE news_id IN ('40')
Parameters:
[] |
| 202 | 0.40 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 (2,10,27,28,29,31,32,33)) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 203 | 0.34 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:
[
4
]
|
| 204 | 0.32 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:
[
34
]
|
| 205 | 0.32 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:
[
4
]
|
| 206 | 0.31 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:
[
34
]
|
| 207 | 0.32 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:
[
4
]
|
| 208 | 0.32 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:
[
34
]
|
| 209 | 0.32 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:
[
10
]
|
| 210 | 0.32 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:
[
4
]
|
| 211 | 0.32 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:
[
34
]
|
| 212 | 0.34 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:
[
4
]
|
| 213 | 0.32 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:
[
34
]
|
| 214 | 0.33 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:
[
4
]
|
| 215 | 0.33 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:
[
34
]
|
| 216 | 0.62 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<=1765002240) AND (tl_content.stop='' OR tl_content.stop>1765002240) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 40 "tl_news" ] |
| 217 | 0.24 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"88e547eed05e11f0b1ad00155dfadc91"
]
|
| 218 | 0.32 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<=1765002240) AND (tl_article.stop='' OR tl_article.stop>1765002240) ORDER BY tl_article.sorting
Parameters:
[ 306 "footer" ] |
| 219 | 0.78 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<=1765002240) AND (p2.stop='' OR p2.stop>1765002240)) 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<=1765002240) AND (p1.stop='' OR p1.stop>1765002240) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 220 | 0.53 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<=1765002240) AND (tl_page.stop='' OR tl_page.stop>1765002240) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300,305')
Parameters:
[] |
| 221 | 0.44 ms |
SELECT * FROM tl_tiles WHERE (start='' OR start<1765002291) AND (stop='' OR stop>1765002291) AND published=1 ORDER by sorting ASC
Parameters:
[] |
| 222 | 0.32 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"e003b9502fb611ef97896c2408b0350e"
]
|
| 223 | 0.47 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 306 "hofff_st_tree" "hofff_st_disableTree" "225,306" "225,306" 225 306 "225,306" ] |
| 224 | 0.27 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca872241f3311ef89b06c2408b0350e"
]
|
| 225 | 0.32 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:
[] |
| 226 | 0.27 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a578444a0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a578444a0b411eea6f26c2408b0350e')
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.