Query Metrics
5
Database Queries
5
Different statements
9.32 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.23 ms |
SELECT t0.id AS id_1, t0.country_code AS country_code_2, t0.country_name AS country_name_3, t0.language_code AS language_code_4, t0.language_name AS language_name_5, t0.is_enabled AS is_enabled_6, t0.id_client_stuart AS id_client_stuart_7, t0.cle_secrete_stuart AS cle_secrete_stuart_8 FROM language_country t0 WHERE t0.language_code = ? AND t0.is_enabled = ? LIMIT 1
Parameters:
[ "Fr" 1 ] |
2 | 1.14 ms |
SELECT s0_.id AS id_0, s0_.ip AS ip_1, s0_.created_at AS created_at_2 FROM stat_visite s0_ WHERE s0_.ip = ? AND s0_.created_at LIKE ?
Parameters:
[ "52.14.12.204" "%2025-04-03 11%" ] |
3 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
4 | 0.22 ms |
INSERT INTO stat_visite (ip, created_at) VALUES (?, ?)
Parameters:
[ 1 => "52.14.12.204" 2 => "2025-04-03 11:15:32" ] |
5 | 7.57 ms |
"COMMIT"
Parameters:
[] |
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\LanguageCountry | No errors. |
App\Entity\StatVisite | No errors. |