GET http://erp-dev.ajroudsoftwares.tn/meeting/3/fr

Query Metrics

8 Database Queries
4 Different statements
22.28 ms Query time
1 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.69 ms
(34.54%)
4
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1"
  "en_US"
  "App\Entity\StickyFlash"
]
6.96 ms
(31.25%)
1
SELECT t0.id AS id_1, t0.label AS label_2, t0.header AS header_3, t0.content AS content_4, t0.disabled AS disabled_5 FROM sticky_flash t0 WHERE t0.disabled = ?
Parameters:
[
  0
]
4.14 ms
(18.58%)
2
SELECT t0.id AS id_1, t0.url AS url_2, t0.type AS type_3, t0.label AS label_4, t0.sticky_flash_id AS sticky_flash_id_5 FROM button t0 WHERE t0.sticky_flash_id = ?
Parameters:
[
  1
]
3.48 ms
(15.63%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.images AS images_4, t0.disabled AS disabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.created_by_id AS created_by_id_8, t0.modified_by_id AS modified_by_id_9 FROM service t0 WHERE t0.id = ?
Parameters:
[
  "3"
]

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\StickyFlash 2
App\Entity\Service 1
App\Entity\Button 1

Entities Mapping

Class Mapping errors
App\Entity\StickyFlash No errors.
App\Entity\Button No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
App\Entity\Service No errors.
App\Entity\User
  • The field App\Entity\User#feedCategories is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FeedCategory#createdBy does not contain the required 'inversedBy="feedCategories"' attribute.
  • The field App\Entity\User#feedProviders is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FeedProvider#createdBy does not contain the required 'inversedBy="feedProviders"' attribute.
App\Entity\AbstractProspect No errors.
App\Entity\Prospect No errors.
App\Entity\Contact No errors.
App\Entity\Meeting No errors.