GET http://concours.enspm.univ-maroua.cm/index.php/article/api/list/all

Query Metrics

5 Database Queries
2 Different statements
6.17 ms Query time
1 Invalid entities
12 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.16 ms
(83.71%)
4
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.avatar AS avatar_5, t0.is_seller AS is_seller_6, t0.store_name AS store_name_7, t0.store_description AS store_description_8, t0.store_address AS store_address_9, t0.phone AS phone_10, t0.seller_rating AS seller_rating_11, t0.is_active AS is_active_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  3
]
1.00 ms
(16.29%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.category AS category_4, t0.locality AS locality_5, t0.price AS price_6, t0.promo AS promo_7, t0.promo_start AS promo_start_8, t0.promo_end AS promo_end_9, t0.stock AS stock_10, t0.status AS status_11, t0.description AS description_12, t0.unit AS unit_13, t0.img AS img_14, t0.views AS views_15, t0.date AS date_16, t0.tags AS tags_17, t0.seller_id AS seller_id_18 FROM article t0 ORDER BY t0.date DESC
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\Article 8
App\Entity\User 4

Entities Mapping

Class Mapping errors
App\Entity\Article
  • The field App\Entity\Article#orderItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderItem#article does not contain the required 'inversedBy: "orderItems"' attribute.
App\Entity\User No errors.
App\Entity\OrderItem No errors.
App\Entity\Order No errors.