Redirect 302 redirect from POST @agence_site_page_edit (bc6af5)

GET https://app.casaq.ch/agence/mon-site/pages/16

Query Metrics

7 Database Queries
7 Different statements
1.09 ms Query time
1 Invalid entities
33 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.51 ms
(46.52%)
1
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.template AS template_12, t0.site_id AS site_id_13 FROM agence_page t0 WHERE t0.id = ?
Parameters:
[
  16
]
0.15 ms
(13.74%)
1
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.footer AS footer_11, t0.agence_id AS agence_id_12 FROM agence_site t0 WHERE t0.agence_id = ? LIMIT 1
Parameters:
[
  5
]
0.12 ms
(10.98%)
1
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.telephone AS telephone_12, t0.profile_image AS profile_image_13, t0.agence_id AS agence_id_14, t0.filiale_id AS filiale_id_15 FROM user t0 WHERE t0.id = ?
Parameters:
[
  9
]
0.11 ms
(10.07%)
1
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, t0.addresses AS addresses_12, t0.website AS website_13, t14.id AS id_15, t14.theme AS theme_16, t14.logo_path AS logo_path_17, t14.primary_color AS primary_color_18, t14.secondary_color AS secondary_color_19, t14.default_resolution AS default_resolution_20, t14.created_at AS created_at_21, t14.updated_at AS updated_at_22, t14.agence_id AS agence_id_23, t0.subscription_plan_id AS subscription_plan_id_24 FROM agence t0 LEFT JOIN agence_pdf_settings t14 ON t14.agence_id = t0.id WHERE t0.id = ?
Parameters:
[
  5
]
0.08 ms
(6.88%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.prix_mensuel_agence AS prix_mensuel_agence_4, t0.prix_utilisateur AS prix_utilisateur_5, t0.frais_mise_en_place AS frais_mise_en_place_6, t0.actif AS actif_7, t0.position AS position_8 FROM subscription_plan t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.07 ms
(6.05%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.categorie AS categorie_4, t0.actif AS actif_5, t0.position AS position_6 FROM subscription_option t0 INNER JOIN agence_subscription_option ON t0.id = agence_subscription_option.subscription_option_id WHERE agence_subscription_option.agence_id = ?
Parameters:
[
  5
]
0.06 ms
(5.77%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.categorie AS categorie_4, t0.actif AS actif_5, t0.position AS position_6 FROM subscription_option t0 INNER JOIN subscription_plan_option ON t0.id = subscription_plan_option.subscription_option_id WHERE subscription_plan_option.subscription_plan_id = ?
Parameters:
[
  2
]

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\SubscriptionOption 27
App\Entity\User 1
App\Entity\Agence 1
App\Entity\AgenceSite 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\AgenceFiliale No errors.
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.