GET https://crm.chanzy.com/landing/tablette

Query Metrics

6 Database Queries
6 Different statements
3.17 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.83 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.content AS content_4, t0.is_after_prospect AS is_after_prospect_5, t0.is_after_customer AS is_after_customer_6, t0.is_enable AS is_enable_7, t0.final_message AS final_message_8, t0.slug AS slug_9, t0.is_pro AS is_pro_10, t0.context_id AS context_id_11 FROM landing t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "tablette"
]
2 0.34 ms
SELECT t0_.id AS id_0, t0_.action AS action_1, t0_.content AS content_2, t0_.created_at AS created_at_3, t0_.reminder AS reminder_4, t0_.reminder_is_reading AS reminder_is_reading_5, t0_.amount AS amount_6, t0_.file AS file_7, t0_.author_id AS author_id_8, t0_.context_id AS context_id_9, t0_.customer_id AS customer_id_10, t0_.reminder_for_id AS reminder_for_id_11, t0_.invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_.reminder_for_id = ? AND t0_.reminder_is_reading IS NULL AND t0_.reminder <= ?
Parameters:
[
  null
  "2026-07-02 13:46:04"
]
3 0.28 ms
SELECT t0_.id AS id_0, t0_.action AS action_1, t0_.content AS content_2, t0_.created_at AS created_at_3, t0_.reminder AS reminder_4, t0_.reminder_is_reading AS reminder_is_reading_5, t0_.amount AS amount_6, t0_.file AS file_7, t0_.author_id AS author_id_8, t0_.context_id AS context_id_9, t0_.customer_id AS customer_id_10, t0_.reminder_for_id AS reminder_for_id_11, t0_.invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_.reminder_for_id = ? AND t0_.reminder_is_reading = 0 AND t0_.reminder <= ?
Parameters:
[
  null
  "2026-07-02 13:46:04"
]
4 0.31 ms
SELECT t0.id AS id_1, t0.timeline_id AS timeline_id_2, t0.user_id AS user_id_3 FROM notification t0 WHERE t0.user_id IS NULL
Parameters:
[]
5 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.tva_rate AS tva_rate_3, t0.logo AS logo_4, t0.color AS color_5, t0.sleeping_duration AS sleeping_duration_6, t0.column_name_csv AS column_name_csv_7, t0.parent_context_id AS parent_context_id_8 FROM context t0
Parameters:
[]
6 1.13 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.required AS required_4, t0.is_firstname AS is_firstname_5, t0.is_lastname AS is_lastname_6, t0.is_email AS is_email_7, t0.is_phone AS is_phone_8, t0.position AS position_9, t0.select_values AS select_values_10, t0.is_multiple AS is_multiple_11, t0.landing_id AS landing_id_12 FROM landing_input t0 WHERE t0.landing_id = ? ORDER BY t0.position ASC
Parameters:
[
  5
]

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\Landing No errors.
App\Entity\Context No errors.
App\Entity\LandingInput No errors.
App\Entity\LandingResult No errors.
App\Entity\Timeline No errors.
App\Entity\User
  • The field App\Entity\User#timelinesFor is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Timeline#reminderFor does not contain the required 'inversedBy="timelinesFor"' attribute.
App\Entity\Customer
  • The association App\Entity\Customer#notifications refers to the owning side field App\Entity\Notification#customer which does not exist.
App\Entity\Invoice No errors.
App\Entity\Notification No errors.
App\Entity\Quote
  • The association App\Entity\Quote#invoices refers to the owning side field App\Entity\Invoice#quote which does not exist.
App\Entity\Provider No errors.
App\Entity\Event
  • The association App\Entity\Event#invoices refers to the owning side field App\Entity\Invoice#event which does not exist.