GET https://realitysvepomocne.weby-betechnik.cz/api/counter

Query Metrics

5 Database Queries
5 Different statements
22.07 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 19.62 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.last_login AS last_login_6, t0.firstname AS firstname_7, t0.surname AS surname_8, t0.mobile AS mobile_9, t0.user_name AS user_name_10, t0.street AS street_11, t0.city AS city_12, t0.zipcode AS zipcode_13, t0.country AS country_14, t0.is_google AS is_google_15, t0.login_count AS login_count_16, t0.blocked_messaging AS blocked_messaging_17, t0.social_login_id AS social_login_id_18 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "[email protected]"
]
2 0.42 ms
SELECT w0_.id AS id_0, w0_.date AS date_1, w0_.time AS time_2, w0_.user_id AS user_id_3 FROM work_time w0_ WHERE w0_.user_id = ? AND w0_.date >= ? ORDER BY w0_.date DESC LIMIT 1
Parameters:
[
  29341
  "2025-05-16 00:00:00"
]
3 0.10 ms
"START TRANSACTION"
Parameters:
[]
4 0.17 ms
UPDATE work_time SET time = ? WHERE id = ?
Parameters:
[
  1715
  1
]
5 1.76 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\WorkTime 1

Entities Mapping