GET http://erp-dev.ajroudsoftwares.tn/ar

Query Metrics

31 Database Queries
5 Different statements
73.39 ms Query time
1 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
57.57 ms
(78.43%)
26
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"
]
7.17 ms
(9.77%)
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.37 ms
(5.96%)
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
]
2.39 ms
(3.26%)
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.disabled = ?
Parameters:
[
  0
]
1.89 ms
(2.58%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.link AS link_4, t0.image AS image_5, t0.disabled AS disabled_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM project t0 WHERE t0.disabled = ?
Parameters:
[
  0
]

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\Service 5
App\Entity\Project 5
App\Entity\StickyFlash 2
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.
App\Entity\Project No errors.