Query Metrics
15
Database Queries
13
Different statements
25.30 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
9.42 ms (37.23%) |
1 |
"COMMIT"
Parameters:
[] |
8.96 ms (35.43%) |
1 |
SELECT t0.id AS id_1, t0.record_time AS record_time_2, t0.sync_time AS sync_time_3, t0.price AS price_4, t0.content_hash AS content_hash_5, t0.photo_concat AS photo_concat_6, t0.product_id AS product_id_7, t0.shop_id AS shop_id_8, t0.user_id AS user_id_9 FROM record t0 WHERE t0.content_hash = ? LIMIT 1
Parameters:
[
"4b6782d4a515b452ddd468624b6ba996"
]
|
1.00 ms (3.96%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.city AS city_3, t0.secteur AS secteur_4, t0.address AS address_5, t0.longitude AS longitude_6, t0.latitude AS latitude_7, t0.place_id AS place_id_8, t0.postcode AS postcode_9, t0.company_id AS company_id_10 FROM shop t0 WHERE t0.place_id = ? LIMIT 1
Parameters:
[
"places/ChIJr-V3ouG9rhIRYg8IjbK7JFE"
]
|
0.92 ms (3.63%) |
2 |
SELECT t0.id AS id_1, t0.role AS role_2, t0.user_id AS user_id_3, t0.project_id AS project_id_4 FROM `user_project` t0 WHERE t0.user_id IN (?) AND t0.project_id = ?
Parameters:
[ 273 5 ] |
0.90 ms (3.57%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lang AS lang_5, t0.nom AS nom_6, t0.prenom AS prenom_7 FROM `user` t0 WHERE t0.email = ?
Parameters:
[
"[email protected]"
]
|
0.75 ms (2.96%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lang AS lang_5, t0.nom AS nom_6, t0.prenom AS prenom_7 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
0.62 ms (2.44%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.in_catalog AS in_catalog_3, t0.ean AS ean_4, t0.last_update AS last_update_5, t0.photo AS photo_6, t0.photomini AS photomini_7, t0.project_id AS project_id_8, t0.brand_id AS brand_id_9 FROM product t0 WHERE t0.ean = ? AND t0.project_id = ? LIMIT 1
Parameters:
[ "3492551065213" 5 ] |
0.59 ms (2.34%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.catalog_allowed AS catalog_allowed_4, t0.last_updated AS last_updated_5, t0.last_update_alert AS last_update_alert_6, t0.competitors AS competitors_7, t0.is_active AS is_active_8 FROM project t0 WHERE t0.id = ?
Parameters:
[
5
]
|
0.57 ms (2.24%) |
1 |
INSERT INTO product (name, in_catalog, ean, last_update, photo, photomini, project_id, brand_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "" 0 "3492551065213" "2025-06-15 09:30:11" "https://zoomalia.s3.eu-west-3.amazonaws.com/dev/zprice/684e92a33b8b8.jpg" null 5 2742 ] |
0.54 ms (2.13%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM brand t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Inconnue"
]
|
0.37 ms (1.45%) |
1 |
INSERT INTO record (record_time, sync_time, price, content_hash, photo_concat, product_id, shop_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2025-06-15 11:30:10" "2025-06-15 09:30:11" 22.99 "4b6782d4a515b452ddd468624b6ba996" null 310369 704 273 ] |
0.36 ms (1.42%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.31 ms (1.22%) |
1 |
INSERT INTO photo (filename, publicurl, TYPE, stockage, record_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "dev/zprice/684e92a31611b.jpg" "https://zoomalia.s3.eu-west-3.amazonaws.com/dev/zprice/684e92a31611b.jpg" 1 "s3" 62874 ] |
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\User | No errors. |
App\Entity\UserProject | No errors. |
App\Entity\Project | No errors. |
App\Entity\Record | No errors. |
App\Entity\Product | No errors. |
App\Entity\Shop | No errors. |
App\Entity\Company | No errors. |
App\Entity\Brand | No errors. |
App\Entity\Photo | No errors. |