Query Metrics

6 Database Queries
6 Different statements
3.23 ms Query time
1 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 0.81 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.title AS title_3, t0.head AS head_4, t0.quote_items AS quote_items_5, t0.contact_number AS contact_number_6, t0.contact_title AS contact_title_7 FROM quote_desc t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.52 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.features AS features_4, t0.contact_number AS contact_number_5, t0.image AS image_6, t0.email AS email_7, t0.address AS address_8, t0.links AS links_9 FROM about_us t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.47 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.icon AS icon_4, t0.full_description AS full_description_5 FROM service t0
Parameters:
[]
4 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.count AS count_3, t0.icon_class AS icon_class_4, t0.background_color AS background_color_5, t0.text_color AS text_color_6 FROM achievements t0
Parameters:
[]
5 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.category AS category_3, t0.brand AS brand_4, t0.model AS model_5, t0.description AS description_6, t0.price AS price_7, t0.stock_quantity AS stock_quantity_8, t0.image_url AS image_url_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM product t0
Parameters:
[]
6 0.54 ms
SELECT SUM(c0_.quantity) AS sclr_0 FROM cart_item c0_ WHERE c0_.session_id = ?
Parameters:
[
  "09c4131805bfc20d7bfaff4b5eb7358e"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Service 6
App\Entity\Product 6
App\Entity\Achievements 3
App\Entity\QuoteDesc 1
App\Entity\AboutUs 1

Entities Mapping

Class Mapping errors
App\Entity\QuoteDesc No errors.
App\Entity\AboutUs No errors.
App\Entity\Service No errors.
App\Entity\Achievements No errors.
App\Entity\Product
  • The field 'App\Entity\Product#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\CartItem No errors.