GET https://u8e.io/admin/slider/api/dadedf1e5ff13f18a024c0fce594fa82/brands

Query Metrics

2 Database Queries
2 Different statements
1.49 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.03 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.company_name AS company_name_6, t0.sendgrid_api_key AS sendgrid_api_key_7, t0.mollie_api_test_key AS mollie_api_test_key_8, t0.mollie_api_live_key AS mollie_api_live_key_9, t0.subdomain AS subdomain_10, t0.api_key AS api_key_11 FROM `user` t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
  "dadedf1e5ff13f18a024c0fce594fa82"
]
2 0.45 ms
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.alias AS alias_2, s0_.is_published AS is_published_3, s0_.position AS position_4, s0_.image AS image_5, s0_.category AS category_6, s0_.deleted_at AS deleted_at_7, s0_.user_id AS user_id_8 FROM slider s0_ WHERE s0_.is_published = ? AND s0_.deleted_at IS NULL AND s0_.category = ? ORDER BY s0_.position ASC
Parameters:
[
  1
  "brands"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#clients refers to the owning side field App\Entity\Client#client which does not exist.
  • The field App\Entity\User#userModules is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserModule#user does not contain the required 'inversedBy="userModules"' attribute.
App\Entity\Employee No errors.
App\Entity\Client
  • The mappings App\Entity\Client#user and App\Entity\User#clients are inconsistent with each other.
  • The field App\Entity\Client#projects is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Project#client does not contain the required 'inversedBy="projects"' attribute.
App\Entity\UserModule No errors.
App\Entity\Slider No errors.