GET https://www.entremums.com/chogan/1

Query Metrics

5 Database Queries
5 Different statements
2.78 ms Query time
4 Invalid entities
31 Managed entities

Queries

Group similar statements

# Time Info
1 1.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.description AS description_4, t0.default_image AS default_image_5, t0.available AS available_6, t0.tags AS tags_7, t0.video AS video_8, t0.price AS price_9, t0.info AS info_10, t0.average_rating AS average_rating_11, t0.ratings_count AS ratings_count_12, t0.size AS size_13, t0.category_id AS category_id_14 FROM chogan_product t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 0.36 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2 FROM chogan_category c0_ ORDER BY c0_.name ASC
Parameters:
[]
3 0.59 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.product_id AS product_id_3, t0.color_id AS color_id_4 FROM chogan_illustration t0 WHERE t0.product_id = ?
Parameters:
[
  1
]
4 0.43 ms
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.message AS message_3, t0.created_at AS created_at_4, t0.user_id AS user_id_5, t0.product_id AS product_id_6 FROM chogan_rating t0 WHERE t0.product_id = ?
Parameters:
[
  1
]
5 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.image AS image_4 FROM partner t0
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\ChoganCategory 29
App\Entity\ChoganProduct 1
App\Entity\Partner 1

Entities Mapping

Class Mapping errors
App\Entity\ChoganProduct No errors.
App\Entity\ChoganCategory No errors.
App\Entity\ChoganRating No errors.
App\Entity\ChoganIllustration
  • The association App\Entity\ChoganIllustration#color refers to the inverse side field App\Entity\ChoganColor#illustrations which does not exist.
App\Entity\ChoganFragrance No errors.
App\Entity\ChoganSize No errors.
App\Entity\User
  • The field App\Entity\User#roleEntities is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Role#users does not contain the required 'mappedBy: "roleEntities"' attribute.
App\Entity\ChoganColor No errors.
App\Entity\Role
  • The association App\Entity\Role#users refers to the inverse side field App\Entity\User#roles which does not exist.
App\Entity\Product No errors.
App\Entity\ChoganOrder No errors.
App\Entity\Company No errors.
App\Entity\Carrier No errors.
App\Entity\Chapter No errors.
App\Entity\Client No errors.
App\Entity\Course No errors.
App\Entity\Document No errors.
App\Entity\Lesson No errors.
App\Entity\Order No errors.
App\Entity\OrderDetails No errors.
App\Entity\Partner No errors.
App\Entity\Progress No errors.
App\Entity\Rating
  • The association App\Entity\Rating#user refers to the inverse side field App\Entity\User#ratings which does not exist.
App\Entity\ResetPasswordRequest No errors.
App\Entity\WishlistItem No errors.
Vich\UploaderBundle\Entity\File No errors.