Query Metrics
8
Database Queries
8
Different statements
3.45 ms
Query time
0
Invalid entities
11
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.73 ms (21.29%) |
1 |
INSERT INTO log (id, created_at, event_name, user_id) VALUES (?, ?, ?, ?)
Parameters:
[ b"\x01/žÖq^¸î\x19„¦p\x04¨" "2026-03-27 14:08:03" "WIDOK (odwiedziny podstrony): /login [GET]" null ] |
|
0.65 ms (18.72%) |
1 |
SELECT COUNT(*) FROM dealer t0
Parameters:
[] |
|
0.52 ms (15.06%) |
1 |
SELECT f0_.id AS id_0, f0_.username AS username_1, f0_.email AS email_2, f0_.password AS password_3, f0_.roles AS roles_4, f0_.enabled AS enabled_5, f0_.confirmation_token AS confirmation_token_6, f0_.password_requested_at AS password_requested_at_7, f0_.last_login AS last_login_8, f0_.facebook_id AS facebook_id_9, f0_.google_id AS google_id_10, f0_.dealer_id AS dealer_id_11 FROM fos_user f0_ WHERE f0_.last_login >= ? ORDER BY f0_.last_login DESC
Parameters:
[
"2026-03-27 13:53:03"
]
|
|
0.47 ms (13.60%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.38 ms (11.05%) |
1 |
SELECT t0.id AS id_1, t0.save_date AS save_date_2, t0.count_dealers AS count_dealers_3, t0.count_autos AS count_autos_4, t0.count_makes AS count_makes_5, t0.count_models AS count_models_6, t0.count_questions_all AS count_questions_all_7, t0.count_questions_contact AS count_questions_contact_8, t0.count_questions_auto AS count_questions_auto_9, t0.count_questions_dealer AS count_questions_dealer_10, t0.count_questions_all_dealers AS count_questions_all_dealers_11, t0.count_groups AS count_groups_12, t0.size_db AS size_db_13 FROM data_statistic t0 ORDER BY t0.id DESC LIMIT 10
Parameters:
[] |
|
0.27 ms (7.92%) |
1 |
SELECT COUNT(*) FROM question t0
Parameters:
[] |
|
0.24 ms (6.85%) |
1 |
SELECT COUNT(*) FROM `group` t0
Parameters:
[] |
|
0.19 ms (5.51%) |
1 |
"START TRANSACTION"
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\DataStatistic | 10 |
| App\Entity\Log | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Log | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Dealer | No errors. |
| App\Entity\Question | No errors. |
| App\Entity\Group | No errors. |
| App\Entity\DataStatistic | No errors. |