GET https://technichem.mywebcreation.be/

Query Metrics

15 Database Queries
6 Different statements
2.00 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.74 ms
(36.72%)
7
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.phone1 AS phone1_6, t0.phone2 AS phone2_7, t0.email AS email_8 FROM company_data t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]
0.53 ms
(26.38%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.nav_menu_item AS nav_menu_item_6, t0.banner AS banner_7, t0.intro AS intro_8, t0.last_modified_by_id AS last_modified_by_id_9, t0.template_id AS template_id_10 FROM PAGE t0 WHERE t0.title = ? LIMIT 1
Parameters:
[
  "Accueil"
]
0.39 ms
(19.47%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.image AS image_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM product_category t0
Parameters:
[]
0.15 ms
(7.65%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.link AS link_5 FROM social_network t0
Parameters:
[]
0.10 ms
(4.99%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.logo AS logo_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.last_modified_by_id AS last_modified_by_id_7 FROM label t0
Parameters:
[]
0.10 ms
(4.80%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.link AS link_4, t0.background AS background_5, t0.page_id AS page_id_6 FROM slide t0 WHERE t0.page_id = ?
Parameters:
[
  8
]

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\Page No errors.
App\Entity\User
  • The association App\Entity\User#labels refers to the owning side field App\Entity\Label#last_modifed_by which does not exist.
App\Entity\Template No errors.
App\Entity\Slide No errors.
App\Entity\ProductCategory No errors.
App\Entity\Product No errors.
App\Entity\Label
  • The mappings App\Entity\Label#last_modified_by and App\Entity\User#labels are inconsistent with each other.
App\Entity\CompanyData No errors.
App\Entity\SocialNetwork No errors.