Query Metrics

5 Database Queries
4 Different statements
4.82 ms Query time
0 Invalid entities
24 Managed entities

Queries

Group similar statements

# Time Info
1 1.08 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.description AS description_4, t0.comment AS comment_5, t0.slug AS slug_6, t0.active AS active_7, t0.phone AS phone_8, t0.primary_color AS primary_color_9, t0.secondary_color AS secondary_color_10, t0.subdomain AS subdomain_11, t0.website AS website_12, t0.deleted_at AS deleted_at_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.logo_id AS logo_id_16, t0.logo_small_id AS logo_small_id_17, t0.parent_id AS parent_id_18, t0.splash_image_id AS splash_image_id_19, t0.address_id AS address_id_20, t0.deleted_by_id AS deleted_by_id_21, t0.created_by_id AS created_by_id_22, t0.updated_by_id AS updated_by_id_23 FROM company t0 WHERE t0.active = ? AND t0.deleted_at IS NULL
Parameters:
[
  1
]
2 0.92 ms
SELECT t1.id AS id_2, t1.gender AS gender_3, t1.email AS email_4, t1.roles AS roles_5, t1.password AS password_6, t1.last_logged_at AS last_logged_at_7, t1.firstname AS firstname_8, t1.lastname AS lastname_9, t1.active AS active_10, t1.phone AS phone_11, t1.job AS job_12, t1.language AS language_13, t1.slug AS slug_14, t1.comment AS comment_15, t1.deleted_at AS deleted_at_16, t1.created_at AS created_at_17, t1.updated_at AS updated_at_18, t1.image_id AS image_id_19, t1.address_id AS address_id_20, t1.deleted_by_id AS deleted_by_id_21, t1.created_by_id AS created_by_id_22, t1.updated_by_id AS updated_by_id_23, t1.type FROM user_administrator t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t1.id = ?
Parameters:
[
  1
]
3 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.description AS description_4, t0.comment AS comment_5, t0.slug AS slug_6, t0.active AS active_7, t0.phone AS phone_8, t0.primary_color AS primary_color_9, t0.secondary_color AS secondary_color_10, t0.subdomain AS subdomain_11, t0.website AS website_12, t0.deleted_at AS deleted_at_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.logo_id AS logo_id_16, t0.logo_small_id AS logo_small_id_17, t0.parent_id AS parent_id_18, t0.splash_image_id AS splash_image_id_19, t0.address_id AS address_id_20, t0.deleted_by_id AS deleted_by_id_21, t0.created_by_id AS created_by_id_22, t0.updated_by_id AS updated_by_id_23 FROM company t0 WHERE t0.active = ? AND t0.deleted_at IS NULL
Parameters:
[
  1
]
4 1.07 ms
SELECT n0_.criticity AS criticity_0, n0_.name AS name_1, n0_.content_text AS content_text_2, n1_.created_at AS created_at_3, n1_.id AS id_4, n1_.updated_at AS updated_at_5 FROM notification n1_ INNER JOIN notification_type n0_ ON n1_.notification_type_id = n0_.id WHERE n1_.user_id = ? AND n0_.is_app = 1 AND n1_.is_viewed = 0 AND n0_.deleted_at IS NULL ORDER BY n1_.created_at DESC
Parameters:
[
  1
]
5 0.76 ms
SELECT t0.id AS id_1, t0.is_viewed AS is_viewed_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.notification_type_id AS notification_type_id_5, t0.user_id AS user_id_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM notification t0 WHERE t0.id = ?
Parameters:
[
  4
]

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\Company 7
App\Entity\Image 7
App\Entity\Address 7
App\Entity\User 1
App\Entity\Settings\Notification 1
App\Entity\Settings\NotificationType 1