GET https://3d-edem.com/admin/app/message/list?q=admin%2Fapp%2Fmessage%2Flist

Query Metrics

10 Database Queries
10 Different statements
23.39 ms Query time
0 Invalid entities
16 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.30 ms
(31.21%)
1
SELECT count(*) AS sclr_0 FROM message m0_
Parameters:
[]
4.56 ms
(19.49%)
1
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.cart_id AS cart_id_3, t0.model3_d_id AS model3_d_id_4 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
  1
]
4.50 ms
(19.24%)
1
SELECT t0.id AS id_1, t0.platform AS platform_2, t0.url AS url_3, t0.icon_class AS icon_class_4 FROM social_link t0
Parameters:
[]
2.60 ms
(11.12%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.footer AS footer_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_keywords AS seo_keywords_8, t0.seo_canonical AS seo_canonical_9, t0.updated_at AS updated_at_10, t0.stripe_secret_key AS stripe_secret_key_11, t0.stripe_publishable_key AS stripe_publishable_key_12, t0.fondy_merchant_id AS fondy_merchant_id_13, t0.fondy_secret_key AS fondy_secret_key_14 FROM site_configuration t0 LIMIT 1
Parameters:
[]
1.63 ms
(6.98%)
1
SELECT COUNT(*) FROM favorite t0 WHERE t0.user_id = ?
Parameters:
[
  6
]
0.82 ms
(3.52%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.profile_image AS profile_image_4, t0.updated_at AS updated_at_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8, t0.verification_token AS verification_token_9, t0.expires_at AS expires_at_10, t0.firstname AS firstname_11, t0.lastname AS lastname_12 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  6
]
0.64 ms
(2.76%)
1
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.email AS email_2, u0_.profile_image AS profile_image_3, u0_.updated_at AS updated_at_4, u0_.roles AS roles_5, u0_.password AS password_6, u0_.is_verified AS is_verified_7, u0_.verification_token AS verification_token_8, u0_.expires_at AS expires_at_9, u0_.firstname AS firstname_10, u0_.lastname AS lastname_11 FROM `user` u0_
Parameters:
[]
0.57 ms
(2.42%)
1
SELECT m0_.id AS id_0, m0_.receiver_role AS receiver_role_1, m0_.content AS content_2, m0_.created_at AS created_at_3, m0_.sender_id AS sender_id_4, m0_.receiver_id AS receiver_id_5 FROM message m0_ ORDER BY m0_.id ASC
Parameters:
[]
0.46 ms
(1.98%)
1
SELECT t0.id AS id_1, t0.user_id AS user_id_2 FROM cart t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
  6
]
0.30 ms
(1.29%)
1
SELECT COUNT(*) FROM model3_d 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\User 8
App\Entity\SocialLink 4
App\Entity\Cart 1
App\Entity\CartItem 1
App\Entity\Model3D 1
App\Entity\SiteConfiguration 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Favorite No errors.
App\Entity\Message No errors.
App\Entity\SocialLink No errors.
App\Entity\Cart No errors.
App\Entity\CartItem No errors.
App\Entity\Model3D No errors.
App\Entity\SiteConfiguration No errors.