GET https://dev.flexhosting.co/honeyguide-mne/locations

Query Metrics

8 Database Queries
4 Different statements
4.06 ms Query time
0 Invalid entities
10 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.33 ms
(57.49%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.region AS region_3, t0.district AS district_4, t0.country AS country_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.area_hectares AS area_hectares_8, t0.location_type AS location_type_9, t0.created_at AS created_at_10 FROM location t0
Parameters:
[]
1.36 ms
(33.60%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.budget AS budget_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM project t0 INNER JOIN project_location ON t0.id = project_location.project_id WHERE project_location.location_id = ?
Parameters:
[
  1
]
0.24 ms
(6.01%)
1
SELECT DISTINCT l0_.region AS region_0 FROM location l0_ WHERE l0_.region IS NOT NULL ORDER BY l0_.region ASC
Parameters:
[]
0.12 ms
(2.90%)
1
SELECT SUM(l0_.area_hectares) AS sclr_0 FROM location l0_
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\Location 5
App\Entity\Project 5

Entities Mapping

Class Mapping errors
App\Entity\Location No errors.
App\Entity\Project No errors.
App\Entity\Indicator No errors.
App\Entity\Activity No errors.