Query Metrics
32
Database Queries
20
Different statements
6.55 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.02 ms (15.64%) |
5 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.style AS style_5, s2_.name AS name_6 FROM product p0_, product_image p1_, style s2_ WHERE s2_.product_category = ? AND p0_.style = s2_.id AND p0_.status = 1 GROUP BY p0_.style
Parameters:
[
1
]
|
|
0.80 ms (12.19%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"noblenative"
]
|
|
0.72 ms (10.93%) |
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.52 ms (7.88%) |
2 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.productcategory AS productcategory_5, p2_.name AS name_6 FROM product p0_, product_image p1_, product_category p2_ WHERE p2_.global_category = ? AND p0_.productcategory = p2_.id AND p0_.status = 1 GROUP BY p0_.productcategory
Parameters:
[
1
]
|
|
0.45 ms (6.94%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
0.37 ms (5.60%) |
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.35 ms (5.28%) |
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.30 ms (4.52%) |
1 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.globalcategory AS globalcategory_5, g2_.name AS name_6 FROM product p0_, product_image p1_, global_category g2_ WHERE p0_.globalcategory = g2_.id AND p0_.status = 1 GROUP BY p0_.globalcategory
Parameters:
[] |
|
0.29 ms (4.50%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.path AS path_3, t0.description AS description_4, t0.styledescription AS styledescription_5, t0.brand AS brand_6, t0.globalcategory AS globalcategory_7, t0.productcategory AS productcategory_8, t0.style AS style_9, t0.type AS type_10, t0.quantity AS quantity_11, t0.productcount AS productcount_12, t0.price AS price_13, t0.tax AS tax_14, t0.discount AS discount_15, t0.total AS total_16, t0.created AS created_17, t0.updated AS updated_18, t0.created_by AS created_by_19, t0.access AS access_20, t0.totalcount AS totalcount_21, t0.stage AS stage_22, t0.status AS status_23 FROM product t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"met_my_ex_bungalow"
]
|
|
0.21 ms (3.19%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.sku AS sku_3, t0.color AS color_4, t0.size AS size_5, t0.actual_price AS actual_price_6, t0.price AS price_7, t0.tax AS tax_8, t0.total AS total_9, t0.created AS created_10, t0.updated AS updated_11, t0.product_id AS product_id_12, t0.created_by AS created_by_13, t0.access AS access_14, t0.totalcount AS totalcount_15, t0.stock AS stock_16, t0.status AS status_17 FROM product_variation t0 WHERE t0.product_id = ?
Parameters:
[
5
]
|
|
0.20 ms (3.04%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.status AS status_4 FROM attribute t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"collections"
]
|
|
0.20 ms (3.03%) |
1 |
SELECT DISTINCT p0_.id AS id_0, c1_.id AS id_1, c1_.name AS name_2, c1_.color_code AS color_code_3, c1_.extra_code AS extra_code_4 FROM product_variation p0_, color c1_ WHERE p0_.product_id = ? AND p0_.color = c1_.id GROUP BY c1_.id
Parameters:
[
5
]
|
|
0.16 ms (2.50%) |
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.16 ms (2.46%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.template_pack AS template_pack_5, t0.howitwork AS howitwork_6, t0.uid AS uid_7, t0.status AS status_8 FROM global_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.16 ms (2.43%) |
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:
[
2
]
|
|
0.15 ms (2.34%) |
1 |
SELECT DISTINCT s0_.id AS id_0, s0_.name AS name_1, p1_.id AS id_2 FROM product_variation p1_, size s0_ WHERE p1_.product_id = ? AND p1_.size = s0_.id GROUP BY s0_.id
Parameters:
[
5
]
|
|
0.13 ms (2.03%) |
1 |
SELECT DISTINCT c0_.name AS name_0 FROM brand b1_, city c0_ WHERE b1_.city = c0_.id AND b1_.id = ?
Parameters:
[
2
]
|
|
0.13 ms (1.93%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.template_pack AS template_pack_5, t0.design_width AS design_width_6, t0.design_height AS design_height_7, t0.global_category AS global_category_8, t0.uid AS uid_9, t0.status AS status_10 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.12 ms (1.86%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.11 ms (1.71%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.sku AS sku_3, t0.description AS description_4, t0.image AS image_5, t0.sizechart AS sizechart_6, t0.howitwork AS howitwork_7, t0.product_category AS product_category_8, t0.uid AS uid_9, t0.status AS status_10 FROM style t0 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\ProductVariation | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\GlobalCategory | No errors. |
| App\Entity\ProductCategory | No errors. |
| App\Entity\Style | No errors. |
| App\Entity\Color | No errors. |
| App\Entity\Size | No errors. |
| App\Entity\Brand | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Attribute | No errors. |