Query Metrics
26
Database Queries
13
Different statements
42.64 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.45 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.62 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.74 ms |
SELECT DATABASE()
Parameters:
[] |
4 | 4.21 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"maixmebouzdev"
]
|
5 | 0.52 ms |
SELECT DATABASE()
Parameters:
[] |
6 | 3.72 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"maixmebouzdev"
]
|
7 | 0.53 ms |
SELECT DATABASE()
Parameters:
[] |
8 | 2.02 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.65 ms |
SELECT DATABASE()
Parameters:
[] |
10 | 3.05 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 | 3.48 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.62 ms |
SELECT DATABASE()
Parameters:
[] |
13 | 1.90 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 | 0.94 ms |
SELECT * FROM cbrc_migration_versions
Parameters:
[] |
15 | 0.71 ms |
SELECT DATABASE()
Parameters:
[] |
16 | 2.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 | 1.14 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.06 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.66 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 | 0.98 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
]
|
21 | 0.92 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
Parameters:
[] |
22 | 0.92 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.status AS status_3, t0.creationdate AS creationdate_4, t0.updateddate AS updateddate_5, t0.publisheddate AS publisheddate_6, t0.archiveddate AS archiveddate_7, t0.author_id AS author_id_8, t0.content_id AS content_id_9, t0.category_id AS category_id_10 FROM cbrcarticle t0 WHERE t0.category_id = ?
Parameters:
[
1
]
|
23 | 0.62 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.status AS status_3, t0.creationdate AS creationdate_4, t0.updateddate AS updateddate_5, t0.publisheddate AS publisheddate_6, t0.archiveddate AS archiveddate_7, t0.author_id AS author_id_8, t0.content_id AS content_id_9, t0.category_id AS category_id_10 FROM cbrcarticle t0 WHERE t0.category_id = ?
Parameters:
[
2
]
|
24 | 0.66 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.status AS status_3, t0.creationdate AS creationdate_4, t0.updateddate AS updateddate_5, t0.publisheddate AS publisheddate_6, t0.archiveddate AS archiveddate_7, t0.author_id AS author_id_8, t0.content_id AS content_id_9, t0.category_id AS category_id_10 FROM cbrcarticle t0 WHERE t0.category_id = ?
Parameters:
[
3
]
|
25 | 1.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.status AS status_3, t0.creationdate AS creationdate_4, t0.updateddate AS updateddate_5, t0.publisheddate AS publisheddate_6, t0.archiveddate AS archiveddate_7, t0.author_id AS author_id_8, t0.content_id AS content_id_9, t0.category_id AS category_id_10 FROM cbrcarticle t0 WHERE t0.category_id = ?
Parameters:
[
4
]
|
26 | 1.00 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_.category_id IS NULL ORDER BY c0_.creationdate DESC
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
Class | Mapping errors |
---|---|
App\Entity\CBRCArticle | No errors. |
App\Entity\CBRCUser | No errors. |
App\Entity\CBRCArticleContent | No errors. |
App\Entity\CBRCArticleCategory | No errors. |
App\Entity\CBRCArticleComment | No errors. |
App\Entity\CBRCUserDescription | No errors. |
App\Entity\CBRCPageContentUpdate | No errors. |
App\Entity\CBRCResetPassword | No errors. |
App\Entity\CBRCPageContent | No errors. |
App\Entity\CBRCArticleContentFile | No errors. |
App\Entity\CBRCAGCADocument | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |