GET https://www.essensei.fr/publication/product-owners-ressourcez-vous

Query Metrics

95 Database Queries
48 Different statements
185.24 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.20 ms
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type='root'
Parameters:
[]
2 1.13 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?,?)
Parameters:
[
  "publication/product-owners-ressourcez-vous"
  "publication"
]
3 0.44 ms
SELECT DATABASE()
Parameters:
[]
4 75.88 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 = 'essensei_v2_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:
[
  "essensei_v2_prod"
  "essensei_v2_prod"
]
5 3.63 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:
[
  "essensei_v2_prod"
]
6 1.88 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 = 'essensei_v2_prod' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "essensei_v2_prod"
]
7 19.51 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:
[
  "essensei_v2_prod"
]
8 0.52 ms
SELECT DATABASE()
Parameters:
[]
9 0.98 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  297
]
10 0.92 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  317
]
11 0.67 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  225
]
12 0.62 ms
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[]
13 0.55 ms
SELECT tl_cookiebar.* FROM tl_cookiebar WHERE tl_cookiebar.`id`=? LIMIT 0,1
Parameters:
[
  1
]
14 0.48 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
]
15 0.88 ms
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
  1
]
16 0.58 ms
SELECT tl_cookie.* FROM tl_cookie WHERE tl_cookie.pid=? AND tl_cookie.published='1' ORDER BY tl_cookie.sorting
Parameters:
[
  2
]
17 0.73 ms
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
  37
]
18 0.57 ms
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
  3
]
19 2.40 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(249,164,160,233,188,234,235,263,190,236,161,165,162,190,240,163,0,168,0,169,0,0,186,239,185,242,182) ORDER BY FIND_IN_SET(`tl_module`.`id`, '249,164,160,233,188,234,235,263,190,236,161,165,162,190,240,163,0,168,0,169,0,0,186,239,185,242,182')
Parameters:
[]
20 0.86 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
  298
]
21 0.64 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "1ca8724f1f3311ef89b06c2408b0350e"
]
22 2.35 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<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  225
]
23 1.19 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(226,306,322,307,290) ORDER BY FIND_IN_SET(`tl_page`.`id`, '226,306,322,307,317,290')
Parameters:
[]
24 1.31 ms
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  307
]
25 1.00 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(310,312,311,315) ORDER BY FIND_IN_SET(`tl_page`.`id`, '310,312,311,315')
Parameters:
[]
26 1.23 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<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  317
]
27 0.83 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(318,319) ORDER BY FIND_IN_SET(`tl_page`.`id`, '297,318,319')
Parameters:
[]
28 1.68 ms
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  225
]
29 1.30 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<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  307
]
30 1.33 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<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  317
]
31 1.00 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(309) 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<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) ORDER BY FIND_IN_SET(`tl_page`.`id`, '309')
Parameters:
[]
32 0.76 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<=1768618800) AND (tl_article.stop='' OR tl_article.stop>1768618800) ORDER BY tl_article.sorting
Parameters:
[
  298
  "header"
]
33 0.78 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<=1768618800) AND (tl_article.stop='' OR tl_article.stop>1768618800) ORDER BY tl_article.sorting
Parameters:
[
  298
  "Tagline"
]
34 0.85 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<=1768618800) AND (tl_article.stop='' OR tl_article.stop>1768618800) ORDER BY tl_article.sorting
Parameters:
[
  298
  "main"
]
35 1.56 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<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  409
  "tl_article"
]
36 1.17 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  202
]
37 0.70 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:
[]
38 1.06 ms
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(6) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1768618800) AND (tl_news.stop='' OR tl_news.stop>1768618800) LIMIT 0,1
Parameters:
[
  "product-owners-ressourcez-vous"
]
39 0.91 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) LIMIT 0,1
Parameters:
[
  298
]
40 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<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) LIMIT 0,1
Parameters:
[
  298
]
41 0.81 ms
SELECT tl_user.* FROM tl_user WHERE tl_user.`id`=? LIMIT 0,1
Parameters:
[
  5
]
42 0.72 ms
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[
  "tl_news"
  65
]
43 0.68 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccfa596420611f0bc8645a19a9312a5"
]
44 0.60 ms
SELECT category_id FROM tl_news_categories WHERE news_id IN ('65')
Parameters:
[]
45 1.61 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"
  65
]
46 2.08 ms
SELECT COUNT(*) AS count FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0
Parameters:
[
  65
  "tl_news"
]
47 2.22 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  65
  "tl_news"
]
48 0.68 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf832c420611f0944545a19a9312a5"
]
49 0.61 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf7e40420611f0962445a19a9312a5"
]
50 0.56 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8048420611f0b8f845a19a9312a5"
]
51 0.59 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf7f44420611f0b07545a19a9312a5"
]
52 0.63 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8714420611f09aa145a19a9312a5"
]
53 0.55 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8232420611f082f545a19a9312a5"
]
54 0.63 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf88ea420611f0880145a19a9312a5"
]
55 0.64 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf89da420611f0894145a19a9312a5"
]
56 0.61 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf861a420611f09aaa45a19a9312a5"
]
57 0.60 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8138420611f0adc945a19a9312a5"
]
58 0.58 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf850c420611f0830245a19a9312a5"
]
59 0.60 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8804420611f0b23445a19a9312a5"
]
60 0.58 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "dccf8412420611f0b46245a19a9312a5"
]
61 1.32 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "262"
]
62 1.02 ms
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(6) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1768618800) AND (tl_news.stop='' OR tl_news.stop>1768618800) LIMIT 0,1
Parameters:
[
  "product-owners-ressourcez-vous"
]
63 0.66 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id != 65 AND tl_news.id IN (64) AND tl_news.pid IN(6) AND tl_news.published='1' AND (tl_news.start='' OR tl_news.start<='1768618800') AND (tl_news.stop='' OR tl_news.stop>'1768618800')
Parameters:
[]
64 0.74 ms
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(6) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1768618800) AND (tl_news.stop='' OR tl_news.stop>1768618800) LIMIT 0,1
Parameters:
[
  "product-owners-ressourcez-vous"
]
65 0.76 ms
SELECT tl_news.* FROM tl_news WHERE tl_news.id != 65 AND tl_news.id IN (64) AND tl_news.pid IN(6) AND tl_news.published='1' AND (tl_news.start='' OR tl_news.start<='1768618800') AND (tl_news.stop='' OR tl_news.stop>'1768618800') ORDER BY tl_news.date DESC LIMIT 0,10
Parameters:
[]
66 0.64 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('dccf91a0420611f080a245a19a9312a5')) ORDER BY tl_files.uuid!=UNHEX('dccf91a0420611f080a245a19a9312a5')
Parameters:
[]
67 0.99 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) LIMIT 0,1
Parameters:
[
  298
]
68 0.68 ms
SELECT tl_user.* FROM tl_user WHERE tl_user.`id`=? LIMIT 0,1
Parameters:
[
  4
]
69 0.62 ms
SELECT COUNT(*) AS count FROM tl_comments WHERE tl_comments.source=? AND tl_comments.parent=? AND tl_comments.published=1
Parameters:
[
  "tl_news"
  64
]
70 0.49 ms
SELECT category_id FROM tl_news_categories WHERE news_id IN ('64')
Parameters:
[]
71 0.57 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
  "533"
]
72 1.39 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<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  533
  "tl_article"
]
73 0.74 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid`=? ORDER BY tl_article.sorting
Parameters:
[
  298
]
74 1.13 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.`id`=? LIMIT 0,1
Parameters:
[
  "6045"
]
75 0.80 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
  "288"
]
76 0.44 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "1ca872591f3311ef89b06c2408b0350e"
]
77 0.79 ms
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(6) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1768618800) AND (tl_news.stop='' OR tl_news.stop>1768618800) LIMIT 0,1
Parameters:
[
  "product-owners-ressourcez-vous"
]
78 0.78 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
  317
  297
  298
  "hofff_st_tree"
  "hofff_st_disableTree"
  "225,317,297,298"
  "225,317,297,298"
  225
  317
  297
  298
  "225,317,297,298"
]
79 1.21 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<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  535
  "tl_article"
]
80 0.62 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.id=? LIMIT 0,1
Parameters:
[
  534
]
81 1.35 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<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  534
  "tl_article"
]
82 1.33 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  260
]
83 1.40 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<=1768618800) AND (tl_content.stop='' OR tl_content.stop>1768618800) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  494
  "tl_article"
]
84 1.09 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  276
]
85 0.70 ms
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(17,15) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '17,15')
Parameters:
[]
86 1.06 ms
SELECT tl_news.* FROM tl_news WHERE CAST(tl_news.alias AS BINARY)=? AND tl_news.pid IN(17,15) AND tl_news.published=1 AND (tl_news.start='' OR tl_news.start<=1768618800) AND (tl_news.stop='' OR tl_news.stop>1768618800) LIMIT 0,1
Parameters:
[
  "product-owners-ressourcez-vous"
]
87 0.48 ms
SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.id IN (64) AND tl_news.pid IN(17,15) AND tl_news.published='1' AND (tl_news.start='' OR tl_news.start<='1768618800') AND (tl_news.stop='' OR tl_news.stop>'1768618800')
Parameters:
[]
88 0.69 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<=1768618800) AND (tl_article.stop='' OR tl_article.stop>1768618800) ORDER BY tl_article.sorting
Parameters:
[
  298
  "footer"
]
89 1.84 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<=1768618800) AND (p2.stop='' OR p2.stop>1768618800)) 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<=1768618800) AND (p1.stop='' OR p1.stop>1768618800) ORDER BY p1.sorting
Parameters:
[
  225
]
90 1.31 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<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) ORDER BY FIND_IN_SET(`tl_page`.`id`, '300,305')
Parameters:
[]
91 0.99 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768618800) AND (tl_page.stop='' OR tl_page.stop>1768618800) LIMIT 0,1
Parameters:
[
  300
]
92 0.74 ms
SELECT * FROM tl_tiles WHERE (start='' OR start<1768618844) AND (stop='' OR stop>1768618844) AND published=1 ORDER by sorting ASC
Parameters:
[]
93 0.70 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "e003b9502fb611ef97896c2408b0350e"
]
94 0.97 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:
[]
95 0.57 ms
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid IN(UNHEX('7a578444a0b411eea6f26c2408b0350e'),UNHEX('7a57831aa0b411eea6f26c2408b0350e')) ORDER BY tl_files.uuid!=UNHEX('7a578444a0b411eea6f26c2408b0350e'), tl_files.uuid!=UNHEX('7a57831aa0b411eea6f26c2408b0350e')
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.