GET https://www.jonathan-websource.websrc.fr/prestashop-addons/all

Query Metrics

2 Database Queries
2 Different statements
35.27 ms Query time
1 Invalid entities
98 Managed entities

Grouped Statements

Show all queries

Time Count Info
26.58 ms
(75.35%)
1
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.image AS image_3, t0.description AS description_4, t0.country AS country_5, t0.support_languages AS support_languages_6, t0.id AS id_7, t0.active AS active_8, t0.date_created AS date_created_9, t0.date_updated AS date_updated_10 FROM manufacturer t0
Parameters:
[]
8.69 ms
(24.65%)
1
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description_short AS description_short_3, t0.id AS id_4, t0.active AS active_5, t0.date_created AS date_created_6, t0.date_updated AS date_updated_7, t0.parent_id AS parent_id_8 FROM categories t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "all"
  1
]

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\Manufacturer 98

Entities Mapping

Class Mapping errors
App\Entity\Modules
  • The field App\Entity\Modules#cartDetails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CartDetails#module does not contain the required 'inversedBy="cartDetails"' attribute.
App\Entity\Categories No errors.
App\Entity\Manufacturer No errors.