GET https://contao-ecommerce.ci-com.fr/catalogue

Query Metrics

52 Database Queries
25 Different statements
106.85 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT urlPrefix, urlSuffix FROM tl_page WHERE type = 'root'
Parameters:
[]
2 0.69 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?)
Parameters:
[
  "catalogue"
]
3 0.15 ms
SELECT DATABASE()
Parameters:
[]
4 81.61 ms
SELECT
       c.TABLE_NAME,
       c.COLUMN_NAME        AS field,
           IF(
        c.DATA_TYPE = 'longtext'
        AND EXISTS(
            SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c
            WHERE i_c.CONSTRAINT_SCHEMA = 'er3llg_contao_ecommerce'
            AND i_c.TABLE_NAME = c.TABLE_NAME
            AND i_c.CHECK_CLAUSE = CONCAT(
                'json_valid(`',
                    c.COLUMN_NAME,
                '`)'
            )
        ),
        'json',
        c.DATA_TYPE
    )                   AS type,
       c.COLUMN_TYPE,
       c.CHARACTER_MAXIMUM_LENGTH,
       c.CHARACTER_OCTET_LENGTH,
       c.NUMERIC_PRECISION,
       c.NUMERIC_SCALE,
       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 c.TABLE_NAME,
         c.ORDINAL_POSITION
Parameters:
[
  "er3llg_contao_ecommerce"
  "er3llg_contao_ecommerce"
]
5 2.59 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 TABLE_NAME,
         SEQ_IN_INDEX
Parameters:
[
  "er3llg_contao_ecommerce"
]
6 1.61 ms
SELECT
            k.TABLE_NAME,
            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION,
            c.UPDATE_RULE,
            c.DELETE_RULE
FROM information_schema.key_column_usage k
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 c.CONSTRAINT_SCHEMA = ?
AND k.REFERENCED_COLUMN_NAME IS NOT NULL
ORDER BY k.TABLE_NAME,
         k.CONSTRAINT_NAME,
         k.ORDINAL_POSITION
Parameters:
[
  "er3llg_contao_ecommerce"
  "er3llg_contao_ecommerce"
]
7 3.59 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:
[
  "er3llg_contao_ecommerce"
]
8 0.45 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
  1
]
9 0.37 ms
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[]
10 0.37 ms
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id` = ? LIMIT 0,1
Parameters:
[
  1
]
11 0.38 ms
SELECT * FROM tl_theme WHERE tl_theme.`id` = ? LIMIT 0,1
Parameters:
[
  1
]
12 0.39 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(1,0) ORDER BY FIND_IN_SET(`tl_module`.`id`, '1,0')
Parameters:
[]
13 1.20 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<=1783696320) AND (tl_content.stop='' OR tl_content.stop>1783696320) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1783696320) AND (tl_article.stop='' OR tl_article.stop>1783696320) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting
Parameters:
[
  "module"
  "tl_article"
  4
  "main"
]
14 0.42 ms
SELECT * FROM tl_shop_settings WHERE id>? ORDER BY id ASC LIMIT 0,1
Parameters:
[
  0
]
15 0.27 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
  3
]
16 0.87 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
  4
]
17 0.95 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<=1783696320) AND (tl_article.stop='' OR tl_article.stop>1783696320) ORDER BY tl_article.sorting
Parameters:
[
  4
  "main"
]
18 0.81 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<=1783696320) AND (tl_content.stop='' OR tl_content.stop>1783696320) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  3
  "tl_article"
]
19 0.76 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1
Parameters:
[
  5
]
20 0.86 ms
SELECT p.id,p.name,p.alias,p.description_short,p.description,p.singleSRC FROM tl_shop_product p WHERE p.published='1' AND (p.archived='' OR p.archived IS NULL) AND (p.start='' OR p.start<=?) AND (p.stop='' OR p.stop>?) ORDER BY p.name ASC,p.id ASC LIMIT ?
Parameters:
[
  "1783696321"
  "1783696321"
  12
]
21 0.65 ms
SELECT id,pid,label,sku FROM tl_shop_product_variant WHERE pid IN (?, ?) AND active='1' AND (archived='' OR archived IS NULL) ORDER BY pid ASC,sorting ASC,id ASC
Parameters:
[
  1
  2
]
22 0.66 ms
SELECT tl_shop_product_variant.* FROM tl_shop_product_variant WHERE tl_shop_product_variant.`id` = ? LIMIT 0,1
Parameters:
[
  1
]
23 0.59 ms
SELECT * FROM tl_shop_product WHERE tl_shop_product.`id` = ? LIMIT 0,1
Parameters:
[
  1
]
24 0.36 ms
SELECT id FROM tl_shop_product_variant WHERE normalized_sku=? LIMIT 0,1
Parameters:
[
  "MUG-001"
]
25 0.54 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  1
  "EUR"
]
26 0.47 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
27 0.34 ms
SELECT id, pid, tracked, allow_backorder, physical_quantity, reserved_quantity FROM tl_shop_stock WHERE pid = ?
Parameters:
[
  1
]
28 0.13 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  1
  "EUR"
]
29 0.21 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
30 0.28 ms
SELECT tl_shop_product_variant.* FROM tl_shop_product_variant WHERE tl_shop_product_variant.`id` = ? LIMIT 0,1
Parameters:
[
  4
]
31 0.21 ms
SELECT * FROM tl_shop_product WHERE tl_shop_product.`id` = ? LIMIT 0,1
Parameters:
[
  2
]
32 0.24 ms
SELECT id FROM tl_shop_product_variant WHERE normalized_sku=? LIMIT 0,1
Parameters:
[
  "SKU-AU-TOP"
]
33 0.31 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  4
  "EUR"
]
34 0.13 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
35 0.16 ms
SELECT id, pid, tracked, allow_backorder, physical_quantity, reserved_quantity FROM tl_shop_stock WHERE pid = ?
Parameters:
[
  4
]
36 0.09 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  4
  "EUR"
]
37 0.11 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
38 0.21 ms
SELECT tl_shop_product_variant.* FROM tl_shop_product_variant WHERE tl_shop_product_variant.`id` = ? LIMIT 0,1
Parameters:
[
  5
]
39 0.16 ms
SELECT id FROM tl_shop_product_variant WHERE normalized_sku=? LIMIT 0,1
Parameters:
[
  "SKU-AU-TOP-02"
]
40 0.27 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  5
  "EUR"
]
41 0.13 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
42 0.21 ms
SELECT id, pid, tracked, allow_backorder, physical_quantity, reserved_quantity FROM tl_shop_stock WHERE pid = ?
Parameters:
[
  5
]
43 0.14 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  5
  "EUR"
]
44 0.10 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
45 0.21 ms
SELECT tl_shop_product_variant.* FROM tl_shop_product_variant WHERE tl_shop_product_variant.`id` = ? LIMIT 0,1
Parameters:
[
  6
]
46 0.15 ms
SELECT id FROM tl_shop_product_variant WHERE normalized_sku=? LIMIT 0,1
Parameters:
[
  "SKU-AU-TOP-03"
]
47 0.28 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  6
  "EUR"
]
48 0.12 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
49 0.18 ms
SELECT id, pid, tracked, allow_backorder, physical_quantity, reserved_quantity FROM tl_shop_stock WHERE pid = ?
Parameters:
[
  6
]
50 0.09 ms
SELECT id, pid, amount, currency, input_mode, tax_class_id, start, stop, priority FROM tl_shop_price WHERE (pid = ?) AND (currency = ?) AND (published = '1') ORDER BY priority DESC, start DESC, id DESC
Parameters:
[
  6
  "EUR"
]
51 0.10 ms
SELECT id, pid, rate_basis_points, country_code, start, stop, priority FROM tl_shop_tax_rate WHERE pid = ? AND published = ? AND start <= ? AND (stop IS NULL OR stop = 0 OR stop > ?) AND (country_code = ? OR country_code = ?) ORDER BY priority DESC, country_code DESC, id ASC
Parameters:
[
  1
  "1"
  1783696321
  1783696321
  "FR"
  ""
]
52 0.31 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.`pid` = ? ORDER BY tl_article.sorting
Parameters:
[
  4
]

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