http://dev-hestefakta.tgn.no/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Query Metrics

1 Database Queries
1 Different statements
10.15 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 10.15 ms
select m.id as mee_id,m.mee_date as date,m.mee_firstracestart as firstracestart,m.mee_legtypes as legtypes,t.trk_shortname as shortname,"NOR" as country,c.cht_image as image,c.cht_text as text,c.cht_ready as ready from meetings m
				left join tracks t on m.mee_tra_id = t.id
				left join chilitexts c on m.id = c.id
				where m.mee_date >= "2025-08-02" and m.mee_legtypes != ""
				union
				select sm.id as mee_id,sm.date,sm.firstracestart,sm.legtypes,st.shortname,"SWE" as country,sc.cht_image as image,sc.cht_text as text,sc.cht_ready as ready from swemeetings sm
				left join swetracks st on sm.track_id = st.id
				left join swechilitexts sc on sm.id = sc.id
				where sm.date >= "2025-08-02" and sm.legtypes != "" and sc.cht_ready = true
				order by date asc,firstracestart asc
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

No loaded entities.