GET https://centre-rac.com/cart/json

Query Metrics

7 Database Queries
4 Different statements
1.90 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 0.46 ms
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:
[
  "paymentMethods_key"
]
2 0.25 ms
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:
[
  "currency"
]
3 0.25 ms
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:
[
  "currency"
]
4 0.38 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.data AS data_2, p0_.type AS type_3, CASE WHEN p0_.type = 'PromotionProduct' THEN 999 ELSE 1 END AS sclr_4, p0_.date_end AS date_end_5 FROM product p1_ INNER JOIN product_type p2_ ON p1_.product_type_id = p2_.id INNER JOIN product_category p4_ ON p1_.id = p4_.product_id INNER JOIN category c3_ ON c3_.id = p4_.category_id LEFT JOIN promotion p0_ ON (p0_.type = 'PromotionProduct' AND REPLACE(JSON_EXTRACT(p0_.data, '$.product'), '\"', '') = p1_.id) WHERE p0_.date_end > ?
Parameters:
[
  "2025-07-03 13:19:33"
]
5 0.17 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.data AS data_2, p0_.type AS type_3, CASE WHEN p0_.type = 'PromotionProduct' THEN 999 ELSE 1 END AS sclr_4, p0_.date_end AS date_end_5 FROM promotion p0_ WHERE (p0_.type = 'PromotionProductType' AND p0_.date_end >= ?) OR (p0_.type = 'PromotionProductGroup' AND p0_.date_end >= ?) OR (p0_.type = 'PromotionCategory' AND p0_.date_end >= ?)
Parameters:
[
  "2025-07-03 13:19:33"
  "2025-07-03 13:19:33"
  "2025-07-03 13:19:33"
]
6 0.20 ms
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:
[
  "activeShippment"
]
7 0.18 ms
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:
[]

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.