GET http://erp-dev.ajroudsoftwares.tn/meeting/4/en?switch_locale=1

Query Metrics

12 Database Queries
4 Different statements
29.03 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 4.09 ms
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
]
2 2.35 ms
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"
]
3 3.26 ms
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"
  "App\Entity\StickyFlash"
]
4 1.78 ms
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:
[
  "2"
  "en_US"
  "App\Entity\StickyFlash"
]
5 1.88 ms
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:
[
  "2"
  "en"
  "App\Entity\StickyFlash"
]
6 3.34 ms
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:
[
  "4"
]
7 2.01 ms
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:
[
  "4"
  "en_US"
  "App\Entity\Service"
]
8 2.53 ms
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:
[
  "4"
  "en"
  "App\Entity\Service"
]
9 2.35 ms
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
]
10 2.23 ms
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:
[
  2
]
11 1.53 ms
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\Button"
]
12 1.69 ms
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"
  "App\Entity\Button"
]

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.