GET https://centre-rac.com/

Query Metrics

43 Database Queries
10 Different statements
9.01 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.81 ms
(42.31%)
17
SELECT p0_.id AS id_0, p0_.parameter_key AS parameter_key_1, p0_.parameter_value AS parameter_value_2, p0_.parameter_label AS parameter_label_3, p0_.parameter_type AS parameter_type_4, p0_.parameter_category AS parameter_category_5, p0_.in_session AS in_session_6, p0_.parameter_category_enabled AS parameter_category_enabled_7, p0_.is_deleted AS is_deleted_8 FROM parameter p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0 AND p0_.parameter_key = ?
Parameters:
[
  "name"
]
2.68 ms
(29.81%)
15
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.class AS class_2, w0_.code AS code_3, w0_.template AS template_4, w0_.is_deleted AS is_deleted_5 FROM widget w0_ WHERE COALESCE(w0_.is_deleted, 0) = 0 AND w0_.code = ?
Parameters:
[
  "sliderBanner"
]
0.63 ms
(6.97%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.image_bkg AS image_bkg_4, t0.header_image AS header_image_5, t0.subtitle AS subtitle_6, t0.is_home AS is_home_7, t0.header_type AS header_type_8, t0.header_detail AS header_detail_9, t0.keywords AS keywords_10, t0.content AS content_11, t0.is_deleted AS is_deleted_12 FROM PAGE t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.48 ms
(5.32%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.code AS code_2, p0_.image_bkg AS image_bkg_3, p0_.header_image AS header_image_4, p0_.subtitle AS subtitle_5, p0_.is_home AS is_home_6, p0_.header_type AS header_type_7, p0_.header_detail AS header_detail_8, p0_.keywords AS keywords_9, p0_.content AS content_10, p0_.is_deleted AS is_deleted_11 FROM PAGE p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0 AND p0_.is_home = ?
Parameters:
[
  1
]
0.40 ms
(4.43%)
2
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.code AS code_2, p0_.image_bkg AS image_bkg_3, p0_.header_image AS header_image_4, p0_.subtitle AS subtitle_5, p0_.is_home AS is_home_6, p0_.header_type AS header_type_7, p0_.header_detail AS header_detail_8, p0_.keywords AS keywords_9, p0_.content AS content_10, p0_.is_deleted AS is_deleted_11 FROM PAGE p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0 AND p0_.id = ?
Parameters:
[
  2
]
0.26 ms
(2.86%)
1
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.class AS class_2, w0_.code AS code_3, w0_.template AS template_4, w0_.is_deleted AS is_deleted_5 FROM widget w0_
Parameters:
[]
0.23 ms
(2.50%)
1
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.description AS description_2, f0_.options AS options_3, f0_.price AS price_4, f0_.is_subscription_open AS is_subscription_open_5, f0_.payment_configuration AS payment_configuration_6, f0_.price_ht AS price_ht_7, f0_.is_in_top_bar AS is_in_top_bar_8, f0_.top_bar_message AS top_bar_message_9, f0_.is_deleted AS is_deleted_10, f0_.subscription_class_id AS subscription_class_id_11, f0_.product_type_id AS product_type_id_12 FROM formation f0_ WHERE COALESCE(f0_.is_deleted, 0) = 0 AND f0_.is_in_top_bar = ?
Parameters:
[
  1
]
0.20 ms
(2.21%)
1
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.title AS title_2, b0_.image AS image_3, b0_.bkg AS bkg_4, b0_.is_visible AS is_visible_5, b0_.with_text AS with_text_6, b0_.type AS type_7, b0_.overlay_background AS overlay_background_8, b0_.text AS text_9, b0_.link AS link_10, b0_.link_type AS link_type_11, b0_.page AS page_12, b0_.bkg_color AS bkg_color_13, b0_.is_deleted AS is_deleted_14 FROM banner b0_ WHERE COALESCE(b0_.is_deleted, 0) = 0 AND b0_.id IN (?)
Parameters:
[
  1
]
0.16 ms
(1.80%)
1
SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.name AS name_2, p0_.footer_name AS footer_name_3, p0_.content AS content_4, p0_.is_deleted AS is_deleted_5 FROM policy_term p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0
Parameters:
[]
0.16 ms
(1.79%)
1
SELECT t0.id AS id_1, t0.link_name AS link_name_2, t0.url AS url_3, t0.on_top AS on_top_4, t0.ordre AS ordre_5, t0.visibility AS visibility_6, t0.link_type AS link_type_7, t0.page_id AS page_id_8 FROM menu t0
Parameters:
[]

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\Document No errors.
App\Entity\Event No errors.
App\Entity\Formation No errors.
App\Entity\Lesson No errors.
App\Entity\LiveSession No errors.
App\Entity\QuestionFAQ No errors.
App\Entity\StudentClass No errors.
App\Entity\Test
  • The association App\Entity\Test#account refers to the inverse side field Graphlife\CMSBundle\Entity\User#tests which does not exist.
  • The association App\Entity\Test#course refers to the inverse side field Graphlife\CMSPaymentBundle\Entity\Product#tests which does not exist.
App\Entity\UserCourse No errors.
App\Entity\Question No errors.
Graphlife\CMSBundle\Entity\Banner No errors.
Graphlife\CMSBundle\Entity\Country No errors.
Graphlife\CMSBundle\Entity\Email No errors.
Graphlife\CMSBundle\Entity\Menu No errors.
Graphlife\CMSBundle\Entity\NewsletterEmail No errors.
Graphlife\CMSBundle\Entity\Notification
  • The association Graphlife\CMSBundle\Entity\Notification#user refers to the inverse side field Graphlife\CMSBundle\Entity\User#notifications which does not exist.
Graphlife\CMSBundle\Entity\Page No errors.
Graphlife\CMSBundle\Entity\Parameter No errors.
Graphlife\CMSBundle\Entity\ParameterCategory No errors.
Graphlife\CMSBundle\Entity\PolicyTerm No errors.
Graphlife\CMSBundle\Entity\Post No errors.
Graphlife\CMSBundle\Entity\PostCategory No errors.
Graphlife\CMSBundle\Entity\User No errors.
Graphlife\CMSBundle\Entity\Widget No errors.
Graphlife\CMSPaymentBundle\Entity\CodePromo No errors.
Graphlife\CMSPaymentBundle\Entity\Product No errors.
Graphlife\CMSPaymentBundle\Entity\PaymentMethod No errors.
Graphlife\CMSPaymentBundle\Entity\PaymentPlan No errors.
Graphlife\CMSPaymentBundle\Entity\PaymentStatus No errors.
Graphlife\CMSPaymentBundle\Entity\ProductImage No errors.
Graphlife\CMSPaymentBundle\Entity\ProductTax No errors.
Graphlife\CMSPaymentBundle\Entity\ProductType No errors.
Graphlife\CMSPaymentBundle\Entity\ShippmentStatus No errors.
Graphlife\CMSPaymentBundle\Entity\Transporter No errors.
Graphlife\CMSPaymentBundle\Entity\Transaction No errors.
Graphlife\CMSPaymentBundle\Entity\Currency No errors.
Graphlife\CMSPaymentBundle\Entity\Payment
  • The mappings Graphlife\CMSPaymentBundle\Entity\Payment#shippments and Graphlife\CMSPaymentBundle\Entity\Shippment#payment are inconsistent with each other.
  • The association Graphlife\CMSPaymentBundle\Entity\Payment#user refers to the inverse side field Graphlife\CMSBundle\Entity\User#payments which does not exist.
Graphlife\CMSPaymentBundle\Entity\Category No errors.
Graphlife\CMSPaymentBundle\Entity\Promotion No errors.
Graphlife\CMSPaymentBundle\Entity\ShippingMethod
  • The association Graphlife\CMSPaymentBundle\Entity\ShippingMethod#countries refers to the inverse side field Graphlife\CMSBundle\Entity\Country#shippingMethods which does not exist.
Graphlife\CMSPaymentBundle\Entity\Shippment
  • The association Graphlife\CMSPaymentBundle\Entity\Shippment#payment refers to the inverse side field Graphlife\CMSPaymentBundle\Entity\Payment#shippment which does not exist.
Graphlife\CMSPaymentBundle\Entity\Stock No errors.