Query Metrics
273
Database Queries
73
Different statements
318.28 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.53 ms |
SELECT tl_page.* FROM tl_page WHERE (tl_page.type = 'root' AND (tl_page.dns = ? OR tl_page.dns = ''))
Parameters:
[
"theeventhouse.bioweb.fr"
]
|
| 2 | 0.17 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 40.49 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" ] |
| 4 | 1.91 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"
]
|
| 5 | 1.26 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"
]
|
| 6 | 14.49 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"
]
|
| 7 | 0.24 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 0.61 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias = ? OR tl_page.alias = ?
Parameters:
[ "index" "/" ] |
| 9 | 0.36 ms |
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[] |
| 10 | 0.46 ms |
SELECT tl_cookiebar.* FROM tl_cookiebar WHERE tl_cookiebar.`id` = ? LIMIT 0,1
Parameters:
[
1
]
|
| 11 | 0.45 ms |
SELECT tl_cookie_group.* FROM tl_cookie_group WHERE tl_cookie_group.pid=? AND tl_cookie_group.published='1' ORDER BY tl_cookie_group.sorting
Parameters:
[
1
]
|
| 12 | 0.48 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
1
]
|
| 13 | 0.42 ms |
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
2
]
|
| 14 | 0.45 ms |
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id` = ? LIMIT 0,1
Parameters:
[
37
]
|
| 15 | 0.32 ms |
SELECT * FROM tl_theme WHERE tl_theme.`id` = ? LIMIT 0,1
Parameters:
[
3
]
|
| 16 | 1.21 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(249,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,169,0,0,186,239,185,242,182) ORDER BY FIND_IN_SET(`tl_module`.`id`, '249,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,169,0,0,186,239,185,242,182')
Parameters:
[] |
| 17 | 0.99 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1764988560) AND (tl_article.stop='' OR tl_article.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[ "module" "tl_article" 226 "header" "Tagline" "main" "footer" ] |
| 18 | 1.66 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 19 | 0.83 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca8724f1f3311ef89b06c2408b0350e"
]
|
| 20 | 1.20 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<=1764988560) AND (p2.stop='' OR p2.stop>1764988560)) 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<=1764988560) AND (p1.stop='' OR p1.stop>1764988560) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 21 | 0.76 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,306,307,288) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,290,306,307,288')
Parameters:
[] |
| 22 | 0.73 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<=1764988560) AND (p2.stop='' OR p2.stop>1764988560)) 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<=1764988560) AND (p1.stop='' OR p1.stop>1764988560) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 23 | 0.48 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<=1764988560) AND (tl_article.stop='' OR tl_article.stop>1764988560) ORDER BY tl_article.sorting
Parameters:
[ 226 "header" ] |
| 24 | 0.83 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 324 "tl_article" ] |
| 25 | 0.37 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('e4cd1968c9fe11f085c200155dfadcae')) ORDER BY tl_files.uuid!=UNHEX('e4cd1968c9fe11f085c200155dfadcae')
Parameters:
[] |
| 26 | 0.34 ms |
SELECT * FROM `tl_files` WHERE uuid = ?
Parameters:
[
b"C‹€\x1AÉþ\x11ð…Â\x00\x15]úÜ®"
]
|
| 27 | 0.62 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path` = ? LIMIT 0,1
Parameters:
[
"files/images/common/logo-tagline.png"
]
|
| 28 | 0.36 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 29 | 0.52 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 30 | 0.62 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<=1764988560) AND (tl_article.stop='' OR tl_article.stop>1764988560) ORDER BY tl_article.sorting
Parameters:
[ 226 "Tagline" ] |
| 31 | 0.55 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<=1764988560) AND (tl_article.stop='' OR tl_article.stop>1764988560) ORDER BY tl_article.sorting
Parameters:
[ 226 "main" ] |
| 32 | 1.41 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 325 "tl_article" ] |
| 33 | 0.61 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 34 | 0.52 ms |
SELECT * FROM `tl_files` WHERE uuid = ?
Parameters:
[
b"õ85¬Ê\x1A\x11ð¾Œ2F¯y#"
]
|
| 35 | 0.51 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.`path` = ? LIMIT 0,1
Parameters:
[
"files/images/backgrounds/pexels-vika-glitter-392079-3844014.jpg"
]
|
| 36 | 0.67 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
226
]
|
| 37 | 1.45 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 453 "tl_article" ] |
| 38 | 1.07 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
256
]
|
| 39 | 0.79 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:
[] |
| 40 | 1.49 ms |
SHOW FULL COLUMNS FROM tl_news_category
Parameters:
[] |
| 41 | 0.51 ms |
SHOW INDEXES FROM `tl_news_category`
Parameters:
[] |
| 42 | 1.27 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.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 43 | 0.90 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1764988560) AND (tl_page.stop='' OR tl_page.stop>1764988560) LIMIT 0,1
Parameters:
[
306
]
|
| 44 | 1.31 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
]
|
| 45 | 0.88 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:
[
3
]
|
| 46 | 0.84 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:
[
34
]
|
| 47 | 0.89 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
]
|
| 48 | 1.22 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:
[
7
]
|
| 49 | 1.34 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:
[
20
]
|
| 50 | 1.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:
[
27
]
|
| 51 | 1.03 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
]
|
| 52 | 0.95 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:
[
21
]
|
| 53 | 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:
[
28
]
|
| 54 | 0.83 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:
[
9
]
|
| 55 | 0.84 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:
[
22
]
|
| 56 | 0.89 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
]
|
| 57 | 0.85 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
]
|
| 58 | 0.87 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:
[
23
]
|
| 59 | 1.04 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:
[
30
]
|
| 60 | 0.91 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:
[
11
]
|
| 61 | 0.90 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:
[
24
]
|
| 62 | 0.85 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
]
|
| 63 | 0.84 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:
[
12
]
|
| 64 | 1.14 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:
[
25
]
|
| 65 | 1.30 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
]
|
| 66 | 1.43 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:
[
13
]
|
| 67 | 0.96 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:
[
26
]
|
| 68 | 0.95 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
]
|
| 69 | 0.82 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:
[
14
]
|
| 70 | 0.90 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:
[
15
]
|
| 71 | 1.20 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:
[
16
]
|
| 72 | 1.09 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:
[
17
]
|
| 73 | 1.01 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:
[
18
]
|
| 74 | 0.93 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:
[
19
]
|
| 75 | 1.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.id IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 2 1 ] |
| 76 | 0.81 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:
[
7
]
|
| 77 | 1.10 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:
[
7
]
|
| 78 | 1.04 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 7 1 ] |
| 79 | 0.54 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('7')
Parameters:
[] |
| 80 | 0.46 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"e2f7358cd06011f0b1ad00155dfadc91"
]
|
| 81 | 0.73 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
]
|
| 82 | 0.99 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
]
|
| 83 | 1.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.id IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 8 1 ] |
| 84 | 0.41 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('8')
Parameters:
[] |
| 85 | 0.53 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 "" 1764988560 "" 1764988560 ] |
| 86 | 0.42 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca871dc1f3311ef89b06c2408b0350e"
]
|
| 87 | 0.63 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:
[
9
]
|
| 88 | 1.03 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:
[
9
]
|
| 89 | 0.92 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 9 1 ] |
| 90 | 0.34 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('9')
Parameters:
[] |
| 91 | 0.68 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
]
|
| 92 | 0.93 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
]
|
| 93 | 0.90 ms |
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 10 1 ] |
| 94 | 0.39 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('10')
Parameters:
[] |
| 95 | 0.48 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 "" 1764988560 "" 1764988560 ] |
| 96 | 0.81 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:
[
11
]
|
| 97 | 1.07 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:
[
11
]
|
| 98 | 1.19 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 11 1 ] |
| 99 | 0.38 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('11')
Parameters:
[] |
| 100 | 0.82 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:
[
12
]
|
| 101 | 1.05 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:
[
12
]
|
| 102 | 1.08 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 12 1 ] |
| 103 | 0.38 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('12')
Parameters:
[] |
| 104 | 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=?) LIMIT 0,1
Parameters:
[
13
]
|
| 105 | 0.99 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:
[
13
]
|
| 106 | 1.08 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 13 1 ] |
| 107 | 0.41 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('13')
Parameters:
[] |
| 108 | 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:
[
14
]
|
| 109 | 1.01 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:
[
14
]
|
| 110 | 0.98 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 14 1 ] |
| 111 | 0.38 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('14')
Parameters:
[] |
| 112 | 0.81 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:
[
15
]
|
| 113 | 1.05 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:
[
15
]
|
| 114 | 1.10 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 15 1 ] |
| 115 | 0.62 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('15')
Parameters:
[] |
| 116 | 0.82 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:
[
16
]
|
| 117 | 1.01 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:
[
16
]
|
| 118 | 1.06 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 16 1 ] |
| 119 | 0.41 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('16')
Parameters:
[] |
| 120 | 0.92 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:
[
17
]
|
| 121 | 1.07 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:
[
17
]
|
| 122 | 1.03 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 17 1 ] |
| 123 | 0.41 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('17')
Parameters:
[] |
| 124 | 0.84 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:
[
18
]
|
| 125 | 1.04 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:
[
18
]
|
| 126 | 1.04 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 18 1 ] |
| 127 | 0.53 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('18')
Parameters:
[] |
| 128 | 0.80 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:
[
19
]
|
| 129 | 0.99 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:
[
19
]
|
| 130 | 1.10 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 19 1 ] |
| 131 | 0.45 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('19')
Parameters:
[] |
| 132 | 1.50 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 461 "tl_article" ] |
| 133 | 1.14 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
258
]
|
| 134 | 0.64 ms |
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(7) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '7')
Parameters:
[] |
| 135 | 1.05 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.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 136 | 0.96 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1764988560) AND (tl_page.stop='' OR tl_page.stop>1764988560) LIMIT 0,1
Parameters:
[
307
]
|
| 137 | 0.99 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
]
|
| 138 | 0.80 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:
[
3
]
|
| 139 | 0.83 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:
[
34
]
|
| 140 | 0.89 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
]
|
| 141 | 1.11 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:
[
7
]
|
| 142 | 0.82 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:
[
20
]
|
| 143 | 0.86 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
]
|
| 144 | 1.18 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
]
|
| 145 | 1.17 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:
[
21
]
|
| 146 | 1.12 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
]
|
| 147 | 1.20 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:
[
9
]
|
| 148 | 1.02 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:
[
22
]
|
| 149 | 0.94 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
]
|
| 150 | 0.96 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
]
|
| 151 | 1.04 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:
[
23
]
|
| 152 | 1.15 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:
[
30
]
|
| 153 | 1.17 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:
[
11
]
|
| 154 | 1.23 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:
[
24
]
|
| 155 | 1.20 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
]
|
| 156 | 1.20 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:
[
12
]
|
| 157 | 1.18 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:
[
25
]
|
| 158 | 1.23 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
]
|
| 159 | 1.23 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:
[
13
]
|
| 160 | 1.25 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:
[
26
]
|
| 161 | 1.05 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
]
|
| 162 | 1.00 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:
[
14
]
|
| 163 | 1.19 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:
[
15
]
|
| 164 | 1.21 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:
[
16
]
|
| 165 | 1.58 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:
[
17
]
|
| 166 | 1.36 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:
[
18
]
|
| 167 | 1.74 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:
[
19
]
|
| 168 | 1.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 IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 3 1 ] |
| 169 | 1.03 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1764988560) AND (tl_page.stop='' OR tl_page.stop>1764988560) LIMIT 0,1
Parameters:
[
307
]
|
| 170 | 1.63 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:
[
20
]
|
| 171 | 1.54 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 20 1 ] |
| 172 | 0.71 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('20')
Parameters:
[] |
| 173 | 0.78 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1cab12f71f3311ef89b06c2408b0350e"
]
|
| 174 | 1.17 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:
[
21
]
|
| 175 | 1.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 IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 21 1 ] |
| 176 | 0.71 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('21')
Parameters:
[] |
| 177 | 1.19 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:
[
22
]
|
| 178 | 1.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 IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 22 1 ] |
| 179 | 0.54 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('22')
Parameters:
[] |
| 180 | 1.19 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:
[
23
]
|
| 181 | 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 (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 23 1 ] |
| 182 | 0.65 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('23')
Parameters:
[] |
| 183 | 0.80 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (38) AND tl_news.pid IN (7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 184 | 1.21 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:
[
24
]
|
| 185 | 1.22 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 24 1 ] |
| 186 | 0.66 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('24')
Parameters:
[] |
| 187 | 1.14 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:
[
25
]
|
| 188 | 1.22 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 25 1 ] |
| 189 | 0.60 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('25')
Parameters:
[] |
| 190 | 0.76 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (39) AND tl_news.pid IN (7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 191 | 1.39 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:
[
26
]
|
| 192 | 1.22 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 26 1 ] |
| 193 | 0.55 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('26')
Parameters:
[] |
| 194 | 1.68 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<=1764988560) AND (tl_content.stop='' OR tl_content.stop>1764988560) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[ 462 "tl_article" ] |
| 195 | 1.38 ms |
SELECT tl_module.* FROM tl_module WHERE tl_module.`id` = ? LIMIT 0,1
Parameters:
[
262
]
|
| 196 | 1.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.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
1
]
|
| 197 | 1.20 ms |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1764988560) AND (tl_page.stop='' OR tl_page.stop>1764988560) LIMIT 0,1
Parameters:
[
306
]
|
| 198 | 1.35 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
]
|
| 199 | 1.11 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:
[
3
]
|
| 200 | 1.22 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:
[
34
]
|
| 201 | 1.23 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
]
|
| 202 | 1.25 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:
[
7
]
|
| 203 | 1.24 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:
[
20
]
|
| 204 | 1.26 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
]
|
| 205 | 1.27 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
]
|
| 206 | 1.30 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:
[
21
]
|
| 207 | 1.10 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
]
|
| 208 | 1.15 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:
[
9
]
|
| 209 | 1.13 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:
[
22
]
|
| 210 | 1.06 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
]
|
| 211 | 1.06 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
]
|
| 212 | 1.03 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:
[
23
]
|
| 213 | 1.10 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:
[
30
]
|
| 214 | 1.22 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:
[
11
]
|
| 215 | 1.21 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:
[
24
]
|
| 216 | 1.11 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
]
|
| 217 | 1.22 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:
[
12
]
|
| 218 | 1.22 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:
[
25
]
|
| 219 | 1.13 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
]
|
| 220 | 1.21 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:
[
13
]
|
| 221 | 1.18 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:
[
26
]
|
| 222 | 1.13 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
]
|
| 223 | 1.22 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:
[
14
]
|
| 224 | 1.18 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:
[
15
]
|
| 225 | 1.14 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:
[
16
]
|
| 226 | 1.15 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:
[
17
]
|
| 227 | 1.02 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:
[
18
]
|
| 228 | 1.35 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:
[
19
]
|
| 229 | 1.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 IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 4 1 ] |
| 230 | 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:
[
27
]
|
| 231 | 1.10 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
]
|
| 232 | 1.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 IN (4,34,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 27 1 ] |
| 233 | 0.54 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('27')
Parameters:
[] |
| 234 | 0.66 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 235 | 0.83 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1cab12cd1f3311ef89b06c2408b0350e"
]
|
| 236 | 0.93 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
]
|
| 237 | 1.13 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
]
|
| 238 | 1.22 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 28 1 ] |
| 239 | 0.66 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('28')
Parameters:
[] |
| 240 | 0.86 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 241 | 0.92 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
]
|
| 242 | 1.25 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
]
|
| 243 | 1.22 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 29 1 ] |
| 244 | 0.65 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('29')
Parameters:
[] |
| 245 | 0.78 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 246 | 1.03 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:
[
30
]
|
| 247 | 1.19 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:
[
30
]
|
| 248 | 1.19 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 30 1 ] |
| 249 | 0.48 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('30')
Parameters:
[] |
| 250 | 1.22 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
]
|
| 251 | 1.34 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
]
|
| 252 | 1.26 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 31 1 ] |
| 253 | 0.69 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('31')
Parameters:
[] |
| 254 | 0.74 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (39,40,41) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 255 | 0.92 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
]
|
| 256 | 1.59 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
]
|
| 257 | 1.19 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 32 1 ] |
| 258 | 0.55 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('32')
Parameters:
[] |
| 259 | 0.54 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 260 | 0.89 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
]
|
| 261 | 1.14 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
]
|
| 262 | 1.19 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,3,2,7,20,27,8,21,28,9,22,29,10,23,30,11,24,31,12,25,32,13,26,33,14,15,16,17,18,19)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[ 33 1 ] |
| 263 | 0.62 ms |
SELECT news_id FROM tl_news_categories WHERE category_id IN ('33')
Parameters:
[] |
| 264 | 1.08 ms |
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (40,41) AND tl_news.pid IN (8,7) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[ 1 "" 1764988560 "" 1764988560 ] |
| 265 | 0.86 ms |
SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1764988560) AND (tl_article.stop='' OR tl_article.stop>1764988560) ORDER BY tl_article.sorting
Parameters:
[ 226 "footer" ] |
| 266 | 1.75 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<=1764988560) AND (p2.stop='' OR p2.stop>1764988560)) 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<=1764988560) AND (p1.stop='' OR p1.stop>1764988560) ORDER BY p1.sorting
Parameters:
[
225
]
|
| 267 | 1.49 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<=1764988560) AND (tl_page.stop='' OR tl_page.stop>1764988560) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300,305')
Parameters:
[] |
| 268 | 1.13 ms |
SELECT * FROM tl_tiles WHERE (start='' OR start<1764988592) AND (stop='' OR stop>1764988592) AND published=1 ORDER by sorting ASC
Parameters:
[] |
| 269 | 0.61 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"e003b9502fb611ef97896c2408b0350e"
]
|
| 270 | 1.50 ms |
SELECT p.id FROM tl_page p WHERE (p.id IN (?, ?)) AND (p.hofff_st IN (?, ?)) AND ((p.hofff_st != 'hofff_st_disableTree' OR FIND_IN_SET(p.id, ?) > ( SELECT COALESCE(MAX(FIND_IN_SET(p2.id, ?)), -1) FROM tl_page AS p2 WHERE p2.id IN (?, ?) AND p2.hofff_st = 'hofff_st_parent' ))) ORDER BY FIND_IN_SET(p.id, ?) ASC LIMIT 1
Parameters:
[ 225 226 "hofff_st_tree" "hofff_st_disableTree" "225,226" "225,226" 225 226 "225,226" ] |
| 271 | 0.76 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
"1ca872241f3311ef89b06c2408b0350e"
]
|
| 272 | 1.05 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:
[] |
| 273 | 0.91 ms |
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a578444a0b411eea6f26c2408b0350e'),UNHEX('e706adfbc47b11f08a3d6c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a578444a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('e706adfbc47b11f08a3d6c2408b0350e')
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.