Query Metrics
7
Database Queries
7
Different statements
6.72 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.91 ms (58.24%) |
1 |
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.offer_type_id AS offer_type_id_3, t0.user_login AS user_login_4, t0.user_email AS user_email_5, t0.user_first_name AS user_first_name_6, t0.user_last_name AS user_last_name_7, t0.url AS url_8, t0.login AS login_9, t0.password AS password_10, t0.date_creation AS date_creation_11, t0.last_access_date AS last_access_date_12, t0.total_read AS total_read_13, t0.client_id AS client_id_14 FROM subscriber t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
"22944"
]
|
|
0.76 ms (11.31%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.id_youscribe_tag AS id_youscribe_tag_4, t0.theme_id AS theme_id_5 FROM tag t0 WHERE t0.theme_id = ?
Parameters:
[
33
]
|
|
0.62 ms (9.29%) |
1 |
SELECT t0.id AS id_1, t0.theme_css AS theme_css_2, t0.banner AS banner_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.name AS name_6, t0.client_id AS client_id_7 FROM projet t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"28"
]
|
|
0.43 ms (6.45%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.theme_css AS theme_css_4, t0.banner AS banner_5, t0.id_org AS id_org_6 FROM client t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.42 ms (6.24%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.id_youscribe AS id_youscribe_3, c0_.themes AS themes_4, c0_.order_num AS order_num_5 FROM categorie c0_ ORDER BY c0_.order_num ASC LIMIT 4
Parameters:
[] |
|
0.30 ms (4.42%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.id_youscribe AS id_youscribe_4, t0.themes AS themes_5, t0.order_num AS order_num_6 FROM categorie t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"8"
]
|
|
0.27 ms (4.05%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.id_youscribe_theme AS id_youscribe_theme_4 FROM theme t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"33"
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Subscriber | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Projet | No errors. |
| App\Entity\Rubrique | No errors. |
| App\Entity\ClientProduit | No errors. |
| App\Entity\Groupe | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\Tag | No errors. |