GET https://dls.c5.bargon.net/

Query Metrics

85 Database Queries
41 Different statements
195.90 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
62.07 ms
(31.68%)
1
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 = 'c3_dls'
            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:
[
  "c3_dls"
  "c3_dls"
]
18.70 ms
(9.55%)
10
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<=1775291460) AND (p2.stop='' OR p2.stop>1775291460)) 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<=1775291460) AND (p1.stop='' OR p1.stop>1775291460) ORDER BY p1.sorting
Parameters:
[
  1
]
18.54 ms
(9.47%)
1
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:
[
  "c3_dls"
]
10.68 ms
(5.45%)
10
SELECT id FROM tl_catalog WHERE tablename=? LIMIT 0,1
Parameters:
[
  "tl_content"
]
9.50 ms
(4.85%)
5
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<=1775291460) AND (tl_content.stop='' OR tl_content.stop>1775291460) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  213
  "tl_article"
]
7.90 ms
(4.03%)
8
SELECT tl_files.* FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "7c4d5768683b11ee881f8ada7f861d63"
]
6.24 ms
(3.18%)
4
SELECT tl_page.* FROM tl_page WHERE CAST(tl_page.alias AS BINARY)=? LIMIT 0,1
Parameters:
[
  "/sortiment/produktkategorien/brote"
]
5.62 ms
(2.87%)
4
SELECT * FROM tl_page WHERE type=? OR type=?
Parameters:
[
  "root"
  "rootfallback"
]
4.47 ms
(2.28%)
4
SELECT DATABASE()
Parameters:
[]
3.60 ms
(1.84%)
1
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:
[
  "c3_dls"
]
3.37 ms
(1.72%)
1
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 = 'c3_dls' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "c3_dls"
]
3.27 ms
(1.67%)
2
SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns=? OR tl_page.dns=''))
Parameters:
[
  "dls.c5.bargon.net"
]
2.92 ms
(1.49%)
3
SELECT tl_image_size_item.* FROM tl_image_size_item WHERE tl_image_size_item.pid=? AND tl_image_size_item.invisible=0 AND tl_image_size_item.tstamp>0 ORDER BY sorting ASC
Parameters:
[
  15
]
2.60 ms
(1.33%)
3
SELECT tl_image_size.* FROM tl_image_size WHERE tl_image_size.`id`=? LIMIT 0,1
Parameters:
[
  "15"
]
2.52 ms
(1.28%)
1
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "c3_dls"
]
2.10 ms
(1.07%)
2
SELECT tl_page.* FROM tl_page WHERE tl_page.alias=? OR tl_page.alias=?
Parameters:
[
  "index"
  "/"
]
2.09 ms
(1.07%)
1
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(92,93,4,0,94) ORDER BY FIND_IN_SET(`tl_module`.`id`, '92,93,4,0,94')
Parameters:
[]
1.86 ms
(0.95%)
1
SELECT * FROM tl_article WHERE NOT EXISTS( SELECT * FROM tl_page WHERE tl_article.pid = tl_page.id)
Parameters:
[]
1.78 ms
(0.91%)
1
SELECT * FROM tl_catalog ORDER BY `pTable` DESC, `tablename` ASC
Parameters:
[]
1.70 ms
(0.87%)
1
SHOW FULL COLUMNS FROM ctlg_category
Parameters:
[]
1.64 ms
(0.84%)
1
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<=1775291460) AND (tl_content.stop='' OR tl_content.stop>1775291460) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1775291460) AND (tl_article.stop='' OR tl_article.stop>1775291460) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[
  "module"
  "tl_article"
  2
  "main"
]
1.64 ms
(0.84%)
1
SELECT * FROM tl_catalog_fields WHERE `pid` = ( SELECT id FROM tl_catalog WHERE `tablename` = ? LIMIT 1 ) AND invisible != "1" ORDER BY `sorting`
Parameters:
[
  "tl_page"
]
1.52 ms
(0.78%)
1
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "91"
]
1.49 ms
(0.76%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(5,38,6,77,76,3) ORDER BY FIND_IN_SET(`tl_page`.`id`, '5,38,6,77,76,3')
Parameters:
[]
1.47 ms
(0.75%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.type=? AND (tl_page.dns=? OR tl_page.dns=?) LIMIT 0,1
Parameters:
[
  "root"
  "dls.c5.bargon.net"
  ""
]
1.38 ms
(0.70%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.`type`=?
Parameters:
[
  "root"
]
1.31 ms
(0.67%)
1
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<=1775291460) AND (tl_article.stop='' OR tl_article.stop>1775291460) ORDER BY tl_article.sorting
Parameters:
[
  2
  "main"
]
1.26 ms
(0.64%)
1
SHOW INDEXES FROM `ctlg_category`
Parameters:
[]
1.19 ms
(0.61%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(68,48,49,50,18,60,101) ORDER BY FIND_IN_SET(`tl_page`.`id`, '68,48,49,50,18,60,101')
Parameters:
[]
1.11 ms
(0.56%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(45,46,75,47,61,71) ORDER BY FIND_IN_SET(`tl_page`.`id`, '45,46,75,47,61,71')
Parameters:
[]
1.06 ms
(0.54%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(14,15,16,17,43,44) ORDER BY FIND_IN_SET(`tl_page`.`id`, '14,15,16,17,43,44')
Parameters:
[]
1.04 ms
(0.53%)
1
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
  13
]
1.00 ms
(0.51%)
1
SELECT * FROM tl_dk_mmenu_config WHERE tl_dk_mmenu_config.`id`=? LIMIT 0,1
Parameters:
[
  1
]
0.99 ms
(0.51%)
1
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(69,70) ORDER BY FIND_IN_SET(`tl_page`.`id`, '69,70')
Parameters:
[]
0.96 ms
(0.49%)
1
SELECT * FROM tl_page WHERE id=? LIMIT 1
Parameters:
[
  1
]
0.96 ms
(0.49%)
1
SELECT * FROM tl_catalog WHERE tablename = ? LIMIT 1
Parameters:
[
  "ctlg_category"
]
0.93 ms
(0.47%)
1
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[]
0.90 ms
(0.46%)
1
SELECT * FROM ctlg_category ORDER BY title DESC
Parameters:
[]
0.84 ms
(0.43%)
1
SELECT * FROM tl_catalog WHERE `tablename` = ? LIMIT 0,1
Parameters:
[
  "tl_page"
]
0.83 ms
(0.43%)
1
SELECT id FROM tl_catalog WHERE tablename = ?
Parameters:
[
  "tl_page"
]
0.83 ms
(0.42%)
1
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
  1
]

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.