GET https://dev.casaq.ch/admin/sites/1/pages/1

Query Metrics

4 Database Queries
4 Different statements
0.99 ms Query time
1 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.15 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.roles AS roles_5, t0.password AS password_6, t0.actif AS actif_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.agence_role AS agence_role_10, t0.active_session_token AS active_session_token_11, t0.agence_id AS agence_id_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.22 ms
SELECT t0.id AS id_1, t0.domaine AS domaine_2, t0.actif AS actif_3, t0.template AS template_4, t0.config AS config_5, t0.infos AS infos_6, t0.menu AS menu_7, t0.seo AS seo_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.agence_id AS agence_id_11 FROM agence_site t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.35 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.titre AS titre_3, t0.meta_description AS meta_description_4, t0.meta_title AS meta_title_5, t0.blocs AS blocs_6, t0.active AS active_7, t0.systeme AS systeme_8, t0.ordre AS ordre_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.site_id AS site_id_12 FROM agence_page t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.27 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ville AS ville_3, t0.telephone AS telephone_4, t0.email AS email_5, t0.adresse AS adresse_6, t0.npa AS npa_7, t0.actif AS actif_8, t0.afficher_listing AS afficher_listing_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t12.id AS id_13, t12.theme AS theme_14, t12.logo_path AS logo_path_15, t12.primary_color AS primary_color_16, t12.secondary_color AS secondary_color_17, t12.default_resolution AS default_resolution_18, t12.created_at AS created_at_19, t12.updated_at AS updated_at_20, t12.agence_id AS agence_id_21, t0.subscription_plan_id AS subscription_plan_id_22 FROM agence t0 LEFT JOIN agence_pdf_settings t12 ON t12.agence_id = t0.id WHERE t0.id = ?
Parameters:
[
  4
]

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\User 1
App\Entity\AgenceSite 1
App\Entity\Agence 1
App\Entity\AgencePage 1
App\Entity\SubscriptionPlan 1
App\Entity\AgencePdfSettings 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Agence
  • The field App\Entity\Agence#pdfSettings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AgencePdfSettings#agence does not contain the required 'inversedBy: "pdfSettings"' attribute.
App\Entity\AgenceSite No errors.
App\Entity\AgencePage No errors.
App\Entity\AgencePdfSettings No errors.
App\Entity\SubscriptionPlan No errors.
App\Entity\AgencePdfTemplate No errors.
App\Entity\SubscriptionOption No errors.