#1 [20:08:32.286]
3.2ms
shoot_event
SELECT count(*) AS count_1
FROM (SELECT shoot_event.id AS shoot_event_id, shoot_event.cpsa_fixture_id AS shoot_event_cpsa_fixture_id, shoot_event.name AS shoot_event_name, shoot_event.date AS shoot_event_date, shoot_event.discipline AS shoot_event_discipline, shoot_event.ground AS shoot_event_groun…
#2 [20:08:32.288]
1.3ms
shoot_event
SELECT shoot_event.id AS shoot_event_id, shoot_event.cpsa_fixture_id AS shoot_event_cpsa_fixture_id, shoot_event.name AS shoot_event_name, shoot_event.date AS shoot_event_date, shoot_event.discipline AS shoot_event_discipline, shoot_event.ground AS shoot_event_ground, shoot_event.url AS shoot_event_…
#3 [20:08:32.292]
2.8ms
shoot_event
SELECT DISTINCT shoot_event.discipline AS shoot_event_discipline
FROM shoot_event
WHERE shoot_event.discipline IS NOT NULL ORDER BY shoot_event.discipline
#4 [20:08:32.294]
1.3ms
shoot_event
SELECT to_char(shoot_event.date, %(to_char_1)s) AS ym, count(shoot_event.id) AS cnt
FROM shoot_event
WHERE shoot_event.admin_hidden != true AND shoot_event.date >= %(date_1)s AND shoot_event.discipline = %(discipline_1)s GROUP BY ym
#5 [20:08:32.296]
1.1ms
shoot_event
SELECT to_char(shoot_event.date, %(to_char_1)s) AS ym, shoot_event.discipline AS shoot_event_discipline, count(shoot_event.id) AS cnt
FROM shoot_event
WHERE shoot_event.admin_hidden != true AND shoot_event.date >= %(date_1)s AND shoot_event.discipline = %(discipline_1)s AND shoot_event.discipline …
#6 [20:08:32.298]
1.0ms
site_configuration
SELECT site_configuration.id AS site_configuration_id, site_configuration.key AS site_configuration_key, site_configuration.value AS site_configuration_value
FROM site_configuration
WHERE site_configuration.key LIKE %(key_1)s OR site_configuration.key LIKE %(key_2)s
#7 [20:08:32.299]
1.0ms
site_configuration
SELECT site_configuration.id AS site_configuration_id, site_configuration.key AS site_configuration_key, site_configuration.value AS site_configuration_value
FROM site_configuration
WHERE site_configuration.key IN (%(key_1_1)s, %(key_1_2)s, %(key_1_3)s, %(key_1_4)s)
#8 [20:08:32.301]
0.9ms
admin_menu_item
SELECT DISTINCT admin_menu_item.active_tab AS admin_menu_item_active_tab
FROM admin_menu_item