Query Metrics
17
Database Queries
11
Different statements
4.91 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.23 ms (24.97%) |
1 |
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:
[ "noblenative" "noblenative" "doctrine_migration_versions" ] |
|
0.80 ms (16.28%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
0.76 ms (15.39%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"noblenative"
]
|
|
0.41 ms (8.44%) |
1 |
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 = 'noblenative' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "noblenative" "doctrine_migration_versions" ] |
|
0.41 ms (8.32%) |
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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "noblenative" "doctrine_migration_versions" ] |
|
0.38 ms (7.72%) |
1 |
SELECT DISTINCT s0_.id AS id_0, s0_.name AS name_1, s0_.sku AS sku_2, s0_.description AS description_3, s0_.image AS image_4, s0_.sizechart AS sizechart_5, s0_.howitwork AS howitwork_6, s0_.product_category AS product_category_7, s0_.uid AS uid_8, s0_.status AS status_9 FROM brand_category b1_, style s0_ WHERE b1_.brand = ? AND b1_.category = s0_.id AND s0_.status = ?
Parameters:
[ "Yards" 1 ] |
|
0.26 ms (5.20%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.city AS city_5, t0.access AS access_6, t0.accessed AS accessed_7, t0.created AS created_8, t0.updated AS updated_9, t0.status AS status_10 FROM brand t0 WHERE t0.id = ?
Parameters:
[
"Yards"
]
|
|
0.19 ms (3.85%) |
1 |
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:
[ "noblenative" "doctrine_migration_versions" ] |
|
0.17 ms (3.46%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.state AS state_3, t0.country AS country_4, t0.access AS access_5, t0.accessed AS accessed_6, t0.created AS created_7, t0.updated AS updated_8, t0.status AS status_9 FROM city t0 WHERE t0.status = ? ORDER BY t0.access DESC
Parameters:
[
1
]
|
|
0.16 ms (3.32%) |
1 |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.title AS title_3, t0.page AS page_4, t0.path AS path_5, t0.body AS body_6, t0.created AS created_7, t0.updated AS updated_8, t0.uid AS uid_9, t0.status AS status_10 FROM content t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"free_shipping_banner"
]
|
|
0.15 ms (3.06%) |
1 |
SELECT * FROM doctrine_migration_versions
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\Brand | No errors. |
| App\Entity\BrandCategory | No errors. |
| App\Entity\Style | No errors. |
| App\Entity\Content | No errors. |
| App\Entity\City | No errors. |