Query Metrics

20 Database Queries
10 Different statements
58.58 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 26.23 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.status AS status_2, c0_.creationdate AS creationdate_3, c0_.updateddate AS updateddate_4, c0_.publisheddate AS publisheddate_5, c0_.archiveddate AS archiveddate_6, c0_.author_id AS author_id_7, c0_.content_id AS content_id_8, c0_.category_id AS category_id_9 FROM cbrcarticle c0_ WHERE c0_.publisheddate IS NOT NULL AND c0_.archiveddate IS NULL ORDER BY c0_.creationdate DESC
Parameters:
[]
2 5.83 ms
SELECT t0.id AS id_1, t0.shortresume AS shortresume_2, t0.text AS text_3, t0.signature AS signature_4, t0.image1 AS image1_5, t0.document1 AS document1_6, t0.updated_at AS updated_at_7, t0.contentblob AS contentblob_8, t0.documentname AS documentname_9, t10.id AS id_11, t10.title AS title_12, t10.status AS status_13, t10.creationdate AS creationdate_14, t10.updateddate AS updateddate_15, t10.publisheddate AS publisheddate_16, t10.archiveddate AS archiveddate_17, t10.author_id AS author_id_18, t10.content_id AS content_id_19, t10.category_id AS category_id_20 FROM cbrcarticle_content t0 LEFT JOIN cbrcarticle t10 ON t10.content_id = t0.id WHERE t0.id = ?
Parameters:
[
  6
]
3 0.41 ms
SELECT DATABASE()
Parameters:
[]
4 2.32 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "maixmebouzdev"
]
5 0.39 ms
SELECT DATABASE()
Parameters:
[]
6 2.24 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "maixmebouzdev"
]
7 0.41 ms
SELECT DATABASE()
Parameters:
[]
8 1.74 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_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "maixmebouzdev"
  "cbrc_migration_versions"
]
9 0.37 ms
SELECT DATABASE()
Parameters:
[]
10 2.25 ms
SELECT DISTINCT            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.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'maixmebouzdev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "maixmebouzdev"
  "cbrc_migration_versions"
]
11 2.40 ms
SELECT       c.COLUMN_NAME        AS field,
       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' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "maixmebouzdev"
  "maixmebouzdev"
  "cbrc_migration_versions"
]
12 0.36 ms
SELECT DATABASE()
Parameters:
[]
13 2.40 ms
SELECT        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 = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "maixmebouzdev"
  "cbrc_migration_versions"
]
14 1.87 ms
SELECT * FROM cbrc_migration_versions
Parameters:
[]
15 0.39 ms
SELECT DATABASE()
Parameters:
[]
16 1.20 ms
SELECT t0.id AS id_1, t0.shortresume AS shortresume_2, t0.text AS text_3, t0.signature AS signature_4, t0.image1 AS image1_5, t0.document1 AS document1_6, t0.updated_at AS updated_at_7, t0.contentblob AS contentblob_8, t0.documentname AS documentname_9, t10.id AS id_11, t10.title AS title_12, t10.status AS status_13, t10.creationdate AS creationdate_14, t10.updateddate AS updateddate_15, t10.publisheddate AS publisheddate_16, t10.archiveddate AS archiveddate_17, t10.author_id AS author_id_18, t10.content_id AS content_id_19, t10.category_id AS category_id_20 FROM cbrcarticle_content t0 LEFT JOIN cbrcarticle t10 ON t10.content_id = t0.id WHERE t0.id = ?
Parameters:
[
  5
]
17 4.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.bgcolor AS bgcolor_3, t0.textcolor AS textcolor_4 FROM cbrcarticle_category t0 WHERE t0.id = ?
Parameters:
[
  3
]
18 1.04 ms
SELECT t0.id AS id_1, t0.shortresume AS shortresume_2, t0.text AS text_3, t0.signature AS signature_4, t0.image1 AS image1_5, t0.document1 AS document1_6, t0.updated_at AS updated_at_7, t0.contentblob AS contentblob_8, t0.documentname AS documentname_9, t10.id AS id_11, t10.title AS title_12, t10.status AS status_13, t10.creationdate AS creationdate_14, t10.updateddate AS updateddate_15, t10.publisheddate AS publisheddate_16, t10.archiveddate AS archiveddate_17, t10.author_id AS author_id_18, t10.content_id AS content_id_19, t10.category_id AS category_id_20 FROM cbrcarticle_content t0 LEFT JOIN cbrcarticle t10 ON t10.content_id = t0.id WHERE t0.id = ?
Parameters:
[
  2
]
19 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.bgcolor AS bgcolor_3, t0.textcolor AS textcolor_4 FROM cbrcarticle_category t0 WHERE t0.id = ?
Parameters:
[
  1
]
20 1.25 ms
SELECT t0.id AS id_1, t0.shortresume AS shortresume_2, t0.text AS text_3, t0.signature AS signature_4, t0.image1 AS image1_5, t0.document1 AS document1_6, t0.updated_at AS updated_at_7, t0.contentblob AS contentblob_8, t0.documentname AS documentname_9, t10.id AS id_11, t10.title AS title_12, t10.status AS status_13, t10.creationdate AS creationdate_14, t10.updateddate AS updateddate_15, t10.publisheddate AS publisheddate_16, t10.archiveddate AS archiveddate_17, t10.author_id AS author_id_18, t10.content_id AS content_id_19, t10.category_id AS category_id_20 FROM cbrcarticle_content t0 LEFT JOIN cbrcarticle t10 ON t10.content_id = t0.id WHERE t0.id = ?
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.