Query Metrics

3 Database Queries
3 Different statements
2.28 ms Query time
1 Invalid entities
43 Managed entities

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.reference AS reference_2, t0_.slug AS slug_3, t0_.intro AS intro_4, t0_.description AS description_5, t0_.start_date AS start_date_6, t0_.end_date AS end_date_7, t0_.published_at AS published_at_8, t0_.closed_at AS closed_at_9, t0_.cancelled_at AS cancelled_at_10, t0_.status AS status_11, t0_.permanent AS permanent_12, t0_.partners AS partners_13, t0_.created_at AS created_at_14, t0_.updated_at AS updated_at_15, t0_.project_id AS project_id_16, t0_.promoter_id AS promoter_id_17, t0_.category_id AS category_id_18, t0_.thumbnail_id AS thumbnail_id_19, t0_.structure_id AS structure_id_20 FROM tk_events t0_ WHERE t0_.id IN (?, ?)
Parameters:
[
  "588"
  "780"
]
2 0.74 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.slug AS slug_3, t0_.phone AS phone_4, t0_.phone_two AS phone_two_5, t0_.phone_three AS phone_three_6, t0_.representative_name AS representative_name_7, t0_.identify_number AS identify_number_8, t0_.bank_iban AS bank_iban_9, t0_.bank_bic AS bank_bic_10, t0_.bank_holder AS bank_holder_11, t0_.available_vat AS available_vat_12, t0_.address AS address_13, t0_.contact_email AS contact_email_14, t0_.website AS website_15, t0_.facebook AS facebook_16, t0_.twitter AS twitter_17, t0_.instagram AS instagram_18, t0_.youtube AS youtube_19, t0_.status AS status_20, t0_.sales_terms AS sales_terms_21, t0_.is_public AS is_public_22, t0_.opened_at AS opened_at_23, t0_.closing_text AS closing_text_24, t0_.google_analytics AS google_analytics_25, t0_.logo_id AS logo_id_26, t0_.city_id AS city_id_27, t0_.project_id AS project_id_28 FROM tk_structures t0_ WHERE t0_.id IN (?)
Parameters:
[
  "140"
]
3 0.71 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4 FROM tk_events_categories t0 ORDER BY t0.name ASC
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Ticketing\EventCategory 34
App\Entity\Ticketing\Event 2
App\Entity\Project\Project 2
App\Entity\Ticketing\Promoter 2
App\Entity\Ticketing\Structure 2
App\Entity\Location\City 1

Entities Mapping

Class Mapping errors
App\Entity\Ticketing\Event No errors.
App\Entity\Project\Project No errors.
App\Entity\Ticketing\Promoter No errors.
App\Entity\Ticketing\EventCategory No errors.
App\Entity\Ticketing\Media\Thumbnail No errors.
App\Entity\Ticketing\Structure No errors.
App\Entity\Ticketing\Seance
  • The field 'App\Entity\Ticketing\Seance#vat' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\AbstractFile No errors.
App\Entity\Ticketing\Media\File No errors.
App\Entity\Location\City No errors.