GET https://212.193.55.231/

Query Metrics

5 Database Queries
4 Different statements
2.99 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.13 ms
(37.93%)
2
SELECT t0.status AS status_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.coupon_id AS coupon_id_5 FROM cart t0 WHERE t0.id IS NULL AND t0.status = ? LIMIT 1
Parameters:
[
  "cart"
]
0.71 ms
(23.74%)
1
SELECT p0_.id AS id_0, o1_.quantity AS quantity_1 FROM order_item o1_ INNER JOIN product p0_ ON o1_.product_id = p0_.id WHERE o1_.cart_id = ?
Parameters:
[
  null
]
0.59 ms
(19.63%)
1
SELECT t0.short_name AS short_name_1, t0.label AS label_2, t0.banner AS banner_3, t0.banner_mobile AS banner_mobile_4, t0.description AS description_5, t0.id AS id_6, t0.sort AS sort_7, t0.visibility AS visibility_8, t0.name AS name_9, t0.slug AS slug_10 FROM category t0 WHERE t0.visibility = ? ORDER BY t0.sort ASC
Parameters:
[
  1
]
0.56 ms
(18.70%)
1
SELECT t0.file_path AS file_path_1, t0.file_mobile AS file_mobile_2, t0.link AS link_3, t0.banner_type AS banner_type_4, t0.id AS id_5, t0.sort AS sort_6, t0.visibility AS visibility_7 FROM banner t0 WHERE t0.visibility = ? ORDER BY t0.sort ASC
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\Cart No errors.
App\Entity\Coupon No errors.
App\Entity\OrderItem No errors.
App\Entity\Product No errors.
App\Entity\Banner No errors.
App\Entity\Category No errors.