GET https://dev.w2b.albin-michel.net/admin/brand/1/collaborators

Query Metrics

14 Database Queries
6 Different statements
3.32 ms Query time
0 Invalid entities
22 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.api_key AS api_key_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
3 0.57 ms
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.created_at AS created_at_6, u0_.updated_at AS updated_at_7, u0_.is_active AS is_active_8 FROM `user` u0_ WHERE u0_.is_active = 1 AND u0_.id NOT IN (SELECT u1_.id FROM brand b2_ INNER JOIN brand_user b3_ ON b2_.id = b3_.brand_id INNER JOIN `user` u1_ ON u1_.id = b3_.user_id WHERE b2_.id = ?) ORDER BY u0_.email ASC
Parameters:
[
  1
]
4 0.33 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9 FROM `user` t0 INNER JOIN brand_user ON t0.id = brand_user.user_id WHERE brand_user.brand_id = ?
Parameters:
[
  1
]
5 0.29 ms
SELECT t0.id AS id_1, t0.partnership_extension AS partnership_extension_2, t0.is_active AS is_active_3, t0.position AS position_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.brand_id AS brand_id_7, t0.shop_id AS shop_id_8 FROM brand_shop t0 WHERE t0.brand_id = ?
Parameters:
[
  1
]
6 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  1
]
7 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  2
]
8 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  3
]
9 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  4
]
10 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  5
]
11 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  6
]
12 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  7
]
13 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  8
]
14 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_url AS icon_url_3, t0.icon_filename AS icon_filename_4, t0.link_template AS link_template_5, t0.shop_type AS shop_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM shop t0 WHERE t0.id = ?
Parameters:
[
  9
]

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\BrandShop 9
App\Entity\Shop 9
App\Entity\User 3
App\Entity\Brand 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Brand No errors.
App\Entity\OnlineShop No errors.
App\Entity\BrandShop No errors.
App\Entity\PhysicalShop No errors.
App\Entity\BrandPhysicalShop No errors.
App\Entity\Shop No errors.