GET https://aficargo.net/en/

Query Metrics

7 Database Queries
5 Different statements
7.72 ms Query time
0 Invalid entities
27 Managed entities

Queries

Group similar statements

# Time Info
1 6.34 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM category t0
Parameters:
[]
2 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.is_visible = ? ORDER BY t0.id DESC
Parameters:
[
  1
]
3 0.15 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3 FROM service t0
Parameters:
[]
4 0.18 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.drapeau AS drapeau_3, t0.text AS text_4 FROM pays t0
Parameters:
[]
5 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
  1
]
6 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
  2
]
7 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
  3
]

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\Boutique\Product 10
App\Entity\Service 8
App\Entity\Pays 6
App\Entity\Category 3

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Boutique\Product No errors.
App\Entity\Service No errors.
App\Entity\Pays No errors.
App\Entity\Ville No errors.