GET https://contao5.env-test.fr/actualites/categorie/categorie-2

Query Metrics

96 Database Queries
58 Different statements
109.40 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.98 ms
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'
Parameters:
[]
2 0.70 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?,?)
Parameters:
[
  "actualites/categorie/categorie-2"
  "actualites/categorie"
  "actualites"
]
3 0.19 ms
SELECT DATABASE()
Parameters:
[]
4 51.75 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 = 'contao5_test'
            AND i_c.TABLE_NAME = c.TABLE_NAME
            AND i_c.CHECK_CLAUSE = CONCAT(
                'json_valid(`',
                    c.COLUMN_NAME,
                '`)'
            )
        ),
        'json',
        c.COLUMN_TYPE
    )       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
Parameters:
[
  "contao5_test"
  "contao5_test"
]
5 3.13 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:
[
  "contao5_test"
]
6 1.78 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 = 'contao5_test' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "contao5_test"
]
7 6.58 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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "contao5_test"
]
8 0.23 ms
SELECT DATABASE()
Parameters:
[]
9 1.11 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  225
]
10 0.31 ms
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[]
11 1.67 ms
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
  32
]
12 0.28 ms
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
  3
]
13 1.49 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(181,164,158,233,237,234,235,240,238,231,236,159,160,233,188,234,235,191,239,190,236,161,165,162,196,190,240,238,239,163,0,168,0,150,172,171,151,169,0,0,0,186,239,185,242,182) ORDER BY FIND_IN_SET(`tl_module`.`id`, '181,164,158,233,237,234,235,240,238,231,236,159,160,233,188,234,235,191,239,190,236,161,165,162,196,190,240,238,239,163,0,168,0,150,172,171,151,169,0,0,0,186,239,185,242,182')
Parameters:
[]
14 0.57 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,295) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,295')
Parameters:
[]
15 0.50 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,294,293) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,294,293')
Parameters:
[]
16 0.37 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  0
]
17 0.34 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  0
]
18 0.32 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "1ca8724f1f3311ef89b06c2408b0350e"
]
19 0.84 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
  "299"
]
20 1.52 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<=1734948000) AND (p2.stop='' OR p2.stop>1734948000)) 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<=1734948000) AND (p1.stop='' OR p1.stop>1734948000) ORDER BY p1.sorting
Parameters:
[
  225
]
21 0.86 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(226,302,296,288,301) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,302,290,295,296,297,288,301')
Parameters:
[]
22 0.60 ms
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1734948000) AND (p2.stop='' OR p2.stop>1734948000)) 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<=1734948000) AND (p1.stop='' OR p1.stop>1734948000) ORDER BY p1.sorting
Parameters:
[
  290
]
23 0.41 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
  "9"
]
24 0.36 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  24
]
25 0.34 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  1
]
26 0.63 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<=1734948000) AND (p2.stop='' OR p2.stop>1734948000)) 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<=1734948000) AND (p1.stop='' OR p1.stop>1734948000) ORDER BY p1.sorting
Parameters:
[
  225
]
27 0.58 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<=1734948000) AND (p2.stop='' OR p2.stop>1734948000)) 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<=1734948000) AND (p1.stop='' OR p1.stop>1734948000) ORDER BY p1.sorting
Parameters:
[
  290
]
28 0.48 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,295) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,295')
Parameters:
[]
29 0.47 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(290,294,293) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY FIND_IN_SET(`tl_page`.`id`, '290,294,293')
Parameters:
[]
30 0.39 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1734948000) AND (tl_article.stop='' OR tl_article.stop>1734948000) ORDER BY tl_article.sorting
Parameters:
[
  297
  "Tagline"
]
31 0.33 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<=1734948000) AND (tl_article.stop='' OR tl_article.stop>1734948000) ORDER BY tl_article.sorting
Parameters:
[
  297
  "Tagline"
]
32 0.53 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.pid=? AND tl_page.type!='root' AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY tl_page.sorting LIMIT 0,1
Parameters:
[
  225
]
33 0.38 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<=1734948000) AND (tl_article.stop='' OR tl_article.stop>1734948000) ORDER BY tl_article.sorting
Parameters:
[
  297
  "right"
]
34 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<=1734948000) AND (tl_content.stop='' OR tl_content.stop>1734948000) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  442
  "tl_article"
]
35 0.61 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  245
]
36 0.29 ms
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(6) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '6')
Parameters:
[]
37 0.64 ms
SHOW FULL COLUMNS FROM tl_news_category
Parameters:
[]
38 0.29 ms
SHOW INDEXES FROM `tl_news_category`
Parameters:
[]
39 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 IN (SELECT category_id
FROM tl_news_categories
WHERE news_id IN (SELECT id FROM tl_news WHERE pid IN (6) AND (start=? OR start<=?) AND (stop=? OR stop>?) AND published=?))) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  ""
  1734948000
  ""
  1734948060
  1
  1
]
40 0.38 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND ((tl_news_category.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[
  "categorie-2"
  "categorie-2"
  1
]
41 0.62 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
]
42 0.40 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
]
43 0.42 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (2,3)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  0
  1
]
44 0.21 ms
SELECT news_id FROM tl_news_categories
Parameters:
[]
45 0.31 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (33,34,35,37) AND tl_news.pid IN (6) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[
  1
  ""
  1734948000
  ""
  1734948000
]
46 0.36 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id=?) LIMIT 0,1
Parameters:
[
  2
]
47 0.40 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 0.40 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
]
49 0.38 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (2,3)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  2
  1
]
50 0.28 ms
SELECT id, pid FROM tl_news_category WHERE pid IN(2) AND published=1
Parameters:
[]
51 0.24 ms
SELECT news_id FROM tl_news_categories WHERE category_id IN ('2')
Parameters:
[]
52 0.30 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (33,34,37) AND tl_news.pid IN (6) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[
  1
  ""
  1734948000
  ""
  1734948000
]
53 0.34 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id=?) LIMIT 0,1
Parameters:
[
  3
]
54 0.37 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (2,3)) AND (tl_news_category.pid=?) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  3
  1
]
55 0.31 ms
SELECT id, pid FROM tl_news_category WHERE pid IN(3) AND published=1
Parameters:
[]
56 0.21 ms
SELECT news_id FROM tl_news_categories WHERE category_id IN ('3')
Parameters:
[]
57 0.30 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (35,37) AND tl_news.pid IN (6) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?)
Parameters:
[
  1
  ""
  1734948000
  ""
  1734948000
]
58 0.60 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  247
]
59 1.07 ms
SELECT DISTINCT
                    t.*
                FROM tl_news_archive AS a
                    JOIN tl_news AS n ON (n.pid = a.id)
                    JOIN tl_tags_rel AS rTags ON (rTags.pid = n.id AND rTags.ptable = 'tl_news' AND rTags.field = 'tags')
                    JOIN tl_tags_rel AS r ON (r.pid = n.id AND r.ptable = 'tl_news' AND r.field = 'tags')
                    JOIN tl_tags AS t ON (t.id = r.tag_id)
                WHERE
                    rTags.tag_id in (1) AND a.id in (6) AND n.published='1' AND (n.start='' OR n.start<=1734948000) AND (n.stop='' OR n.stop>1734948000)
                ORDER BY t.tag ASC
Parameters:
[]
60 0.48 ms
SELECT
                    COUNT(*) as count
                FROM tl_news_archive AS a
                    JOIN tl_news AS n ON (n.pid = a.id)
                    JOIN tl_tags_rel AS rTags ON (rTags.pid = n.id AND rTags.ptable = 'tl_news' AND rTags.field = 'tags')
                    JOIN tl_tags_rel AS r ON (r.pid = n.id AND r.ptable = 'tl_news' AND r.field = 'tags')
                    JOIN tl_tags AS t ON (t.id = r.tag_id)
                WHERE
                    rTags.tag_id in (1) AND a.id in (6) AND t.id=? AND n.published='1' AND (n.start='' OR n.start<=1734948000) AND (n.stop='' OR n.stop>1734948000)
Parameters:
[
  1
]
61 0.45 ms
SELECT
                    COUNT(*) as count
                FROM tl_news_archive AS a
                    JOIN tl_news AS n ON (n.pid = a.id)
                    JOIN tl_tags_rel AS rTags ON (rTags.pid = n.id AND rTags.ptable = 'tl_news' AND rTags.field = 'tags')
                    JOIN tl_tags_rel AS r ON (r.pid = n.id AND r.ptable = 'tl_news' AND r.field = 'tags')
                    JOIN tl_tags AS t ON (t.id = r.tag_id)
                WHERE
                    rTags.tag_id in (1) AND a.id in (6) AND t.id=? AND n.published='1' AND (n.start='' OR n.start<=1734948000) AND (n.stop='' OR n.stop>1734948000)
Parameters:
[
  2
]
62 0.45 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<=1734948000) AND (tl_article.stop='' OR tl_article.stop>1734948000) ORDER BY tl_article.sorting
Parameters:
[
  297
  "main"
]
63 0.69 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<=1734948000) AND (tl_content.stop='' OR tl_content.stop>1734948000) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  417
  "tl_article"
]
64 0.52 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.`id`=? LIMIT 0,1
Parameters:
[
  5551
]
65 1.73 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<=1734948000) AND (tl_content.stop='' OR tl_content.stop>1734948000) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  408
  "tl_article"
]
66 0.73 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  199
]
67 0.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.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[
  "categorie-2"
  "categorie-2"
  1
]
68 0.29 ms
SELECT news_id FROM tl_news_categories WHERE category_id IN ('3')
Parameters:
[]
69 0.31 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.pid IN(6) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?) AND tl_news.id IN(35,37)
Parameters:
[
  1
  ""
  1734948000
  ""
  1734948000
]
70 0.45 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND ((tl_news_category.alias=? OR translation.alias=?)) AND (tl_news_category.published=?) LIMIT 0,1
Parameters:
[
  "categorie-2"
  "categorie-2"
  1
]
71 0.23 ms
SELECT news_id FROM tl_news_categories WHERE category_id IN ('3')
Parameters:
[]
72 0.52 ms
SELECT tl_news.* FROM tl_news WHERE tl_news.pid IN(6) AND tl_news.published=? AND (tl_news.start=? OR tl_news.start<=?) AND (tl_news.stop=? OR tl_news.stop>?) AND tl_news.id IN(35,37) ORDER BY tl_news.date LIMIT 0,2
Parameters:
[
  1
  ""
  1734948000
  ""
  1734948000
]
73 0.46 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('18c9066274b011e4893459743ac631a1'),UNHEX('cd59d714747911e4893459743ac631a1')) ORDER BY tl_files.uuid!=UNHEX('18c9066274b011e4893459743ac631a1'), tl_files.uuid!=UNHEX('cd59d714747911e4893459743ac631a1')
Parameters:
[]
74 0.62 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) LIMIT 0,1
Parameters:
[
  298
]
75 0.40 ms
SELECT tl_user.* FROM tl_user WHERE tl_user.`id`=? LIMIT 0,1
Parameters:
[
  1
]
76 0.32 ms
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[
  "tl_news"
  35
]
77 0.29 ms
SELECT category_id FROM tl_news_categories WHERE news_id IN ('35')
Parameters:
[]
78 0.39 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (3)) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  1
]
79 0.42 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) LIMIT 0,1
Parameters:
[
  297
]
80 0.42 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) LIMIT 0,1
Parameters:
[
  298
]
81 0.33 ms
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[
  "tl_news"
  37
]
82 0.32 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('a53ab1707be611efb8686c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('a53ab1707be611efb8686c2408b0350e')
Parameters:
[]
83 0.26 ms
SELECT category_id FROM tl_news_categories WHERE news_id IN ('37')
Parameters:
[]
84 0.40 ms
SELECT IFNULL(translation.id, tl_news_category.id) AS id, IFNULL(translation.language, tl_news_category.language) AS language, IFNULL(translation.lid, tl_news_category.lid) AS lid, tl_news_category.pid, tl_news_category.sorting, tl_news_category.tstamp, tl_news_category.cssClass, tl_news_category.image, tl_news_category.hideInList, tl_news_category.hideInReader, tl_news_category.excludeInRelated, tl_news_category.jumpTo, tl_news_category.published, IFNULL(translation.title, tl_news_category.title) AS title, IFNULL(translation.frontendTitle, tl_news_category.frontendTitle) AS frontendTitle, IFNULL(translation.alias, tl_news_category.alias) AS alias, IFNULL(translation.description, tl_news_category.description) AS description FROM tl_news_category tl_news_category LEFT OUTER JOIN tl_news_category translation ON tl_news_category.id=translation.lid AND translation.language='fr' WHERE (tl_news_category.lid=0) AND (tl_news_category.id IN (2,3)) AND (tl_news_category.published=?) ORDER BY tl_news_category.sorting
Parameters:
[
  1
]
85 0.45 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) LIMIT 0,1
Parameters:
[
  297
]
86 0.47 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) LIMIT 0,1
Parameters:
[
  297
]
87 0.70 ms
SELECT t.*
            FROM tl_tags AS t
                JOIN tl_tags_rel AS r ON (r.tag_id=t.id AND r.field=? AND r.ptable=?)
            WHERE r.pid=?
            ORDER BY t.tag ASC
Parameters:
[
  "tags"
  "tl_news"
  37
]
88 0.34 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
  "files/public/pdf/thumbnails/958.png"
]
89 0.27 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.`path`=? LIMIT 0,1
Parameters:
[
  "files/public/pdf/thumbnails/958.png"
]
90 0.38 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<=1734948000) AND (tl_article.stop='' OR tl_article.stop>1734948000) ORDER BY tl_article.sorting
Parameters:
[
  297
  "footer"
]
91 0.80 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<=1734948000) AND (p2.stop='' OR p2.stop>1734948000)) 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<=1734948000) AND (p1.stop='' OR p1.stop>1734948000) ORDER BY p1.sorting
Parameters:
[
  225
]
92 0.42 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(300) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1734948000) AND (tl_page.stop='' OR tl_page.stop>1734948000) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300')
Parameters:
[]
93 0.35 ms
SELECT * FROM tl_tiles WHERE (start='' OR start<1734948055) AND (stop='' OR stop>1734948055) AND published=1 ORDER by sorting ASC
Parameters:
[]
94 0.27 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "e003b9502fb611ef97896c2408b0350e"
]
95 0.32 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a644076a0b411eea6f26c2408b0350e'),UNHEX('7a644061a0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a644076a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('7a644061a0b411eea6f26c2408b0350e')
Parameters:
[]
96 0.29 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a578444a0b411eea6f26c2408b0350e'),UNHEX('7a57831aa0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a578444a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('7a57831aa0b411eea6f26c2408b0350e')
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

No loaded entities.