GET https://grantarchive.com/grants?category=health

Query Metrics

4 Database Queries
4 Different statements
71.80 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 54.03 ms
SELECT count(DISTINCT g0_.id) AS sclr_0 FROM gr_grants g0_ WHERE g0_.category_of_funding_activity LIKE ? AND g0_.close_date > ?
Parameters:
[
  "%health%"
  "2026-02-20 22:19:40"
]
2 5.15 ms
SELECT DISTINCT g0_.id AS id_0, g0_.close_date AS close_date_1 FROM gr_grants g0_ WHERE g0_.category_of_funding_activity LIKE ? AND g0_.close_date > ? ORDER BY g0_.close_date ASC LIMIT 25
Parameters:
[
  "%health%"
  "2026-02-20 22:19:40"
]
3 9.21 ms
SELECT g0_.agency_code AS agency_code_0, g0_.agency_name AS agency_name_1, COUNT(g0_.id) AS sclr_2 FROM gr_grants g0_ WHERE g0_.agency_code IS NOT NULL AND g0_.close_date > ? GROUP BY g0_.agency_code, g0_.agency_name ORDER BY sclr_2 DESC
Parameters:
[
  "2026-02-20 22:19:40"
]
4 3.41 ms
SELECT g0_.state_code AS state_code_0, COUNT(g0_.id) AS sclr_1 FROM gr_grants g0_ WHERE g0_.state_code IS NOT NULL AND g0_.close_date > ? GROUP BY g0_.state_code ORDER BY sclr_1 DESC
Parameters:
[
  "2026-02-20 22:19:40"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Grant No errors.