GET https://swellpal.app/app?spot_id=2&user_email=stefan%40test.de

Query Metrics

3 Database Queries
3 Different statements
1.62 ms Query time
0 Invalid entities
78 Managed entities

Queries

Group similar statements

# Time Info
1 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.latitude AS latitude_3, t0.longitude AS longitude_4 FROM surf_spot t0
Parameters:
[]
2 0.47 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "stefan@test.de"
]
3 0.62 ms
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.time AS time_2, c0_.tide_phase AS tide_phase_3, c0_.tide_height AS tide_height_4, c0_.wave_height AS wave_height_5, c0_.wave_direction AS wave_direction_6, c0_.wave_period AS wave_period_7, c0_.wind_speed AS wind_speed_8, c0_.wind_direction AS wind_direction_9, c0_.user_id AS user_id_10, c0_.spot_id AS spot_id_11 FROM condition_snapshot c0_ WHERE c0_.spot_id = ? AND c0_.user_id = ? ORDER BY c0_.created_at DESC
Parameters:
[
  2
  2
]

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\SurfSpot 76
App\Entity\User 1
App\Entity\ConditionSnapshot 1

Entities Mapping

Class Mapping errors
App\Entity\SurfSpot No errors.
App\Entity\User No errors.
App\Entity\ConditionSnapshot No errors.