GET https://www.admin.postmark.co.za/

Query Metrics

14 Database Queries
5 Different statements
7.88 ms Query time
0 Invalid entities
25 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.53 ms
(32.11%)
4
SELECT t1.created_at AS created_at_2, t1.updated_at AS updated_at_3, t1.id AS id_4, t1.roles AS roles_5, t1.password AS password_6, t1.first_name AS first_name_7, t1.last_name AS last_name_8, t1.email AS email_9, t1.last_login AS last_login_10, t1.phone AS phone_11, t1.active AS active_12, t0.is_verified AS is_verified_13, t0.confirmation_token AS confirmation_token_14, t0.token_expires_at AS token_expires_at_15, t1.user_type FROM customers t0 INNER JOIN users t1 ON t0.id = t1.id WHERE t1.id = ?
Parameters:
[
  b"\x01ž\x1AÓÊ¿yc¶÷¾™\x07^r\x11"
]
1.94 ms
(24.55%)
4
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.customer_id AS customer_id_4 FROM carts t0 WHERE t0.customer_id = ?
Parameters:
[
  b"\x01ž\x1AÓÊ¿yc¶÷¾™\x07^r\x11"
]
1.65 ms
(20.98%)
4
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.image AS image_3, t0.image_directory AS image_directory_4, t0.id AS id_5, t0.customer_name AS customer_name_6, t0.customer_email AS customer_email_7, t0.message AS message_8, t0.is_disabled AS is_disabled_9, t0.customer_id AS customer_id_10 FROM testimonials t0 WHERE t0.customer_id = ?
Parameters:
[
  b"\x01ž\x1AÓÊ¿yc¶÷¾™\x07^r\x11"
]
1.03 ms
(13.03%)
1
SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.image AS image_2, p0_.image_directory AS image_directory_3, p0_.id AS id_4, p0_.name AS name_5, p0_.status AS status_6, p0_.quantity AS quantity_7, p0_.price AS price_8, p0_.short_description AS short_description_9, p0_.detailed_description AS detailed_description_10, p0_.specifications AS specifications_11, p0_.category_id AS category_id_12 FROM products p0_ LEFT JOIN product_categories p1_ ON p0_.category_id = p1_.id ORDER BY p0_.name ASC LIMIT 8
Parameters:
[]
0.74 ms
(9.34%)
1
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.image AS image_3, t0.image_directory AS image_directory_4, t0.id AS id_5, t0.customer_name AS customer_name_6, t0.customer_email AS customer_email_7, t0.message AS message_8, t0.is_disabled AS is_disabled_9, t0.customer_id AS customer_id_10 FROM testimonials t0 WHERE t0.is_disabled = ?
Parameters:
[
  0
]

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\Product 8
App\Entity\Testimonial 6
App\Entity\User 4
App\Entity\Cart 4
App\Entity\ProductCategory 3

Entities Mapping