GET http://planta.doc2sail.com/plants/6

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.species AS species_3, t0.location AS location_4, t0.environment AS environment_5, t0.notes AS notes_6, t0.current_pot_diameter AS current_pot_diameter_7, t0.current_pot_height AS current_pot_height_8, t0.acquired_at AS acquired_at_9, t0.last_repotting_at AS last_repotting_at_10, t0.next_repotting_at AS next_repotting_at_11, t0.is_archived AS is_archived_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM plant t0 WHERE t0.id = ?
Parameters:
[
  6
]
2 1.24 ms
SELECT t0.id AS id_1, t0.repotted_at AS repotted_at_2, t0.previous_pot_diameter AS previous_pot_diameter_3, t0.previous_pot_height AS previous_pot_height_4, t0.new_pot_diameter AS new_pot_diameter_5, t0.new_pot_height AS new_pot_height_6, t0.substrate AS substrate_7, t0.notes AS notes_8, t0.created_at AS created_at_9, t0.plant_id AS plant_id_10 FROM repotting t0 WHERE t0.plant_id = ? ORDER BY t0.repotted_at DESC
Parameters:
[
  6
]
3 1.45 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.original_filename AS original_filename_3, t0.caption AS caption_4, t0.taken_at AS taken_at_5, t0.is_cover AS is_cover_6, t0.created_at AS created_at_7, t0.plant_id AS plant_id_8 FROM plant_photo t0 WHERE t0.plant_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  6
]
4 0.71 ms
SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.original_filename AS original_filename_3, t0.diameter AS diameter_4, t0.height AS height_5, t0.notes AS notes_6, t0.created_at AS created_at_7, t0.plant_id AS plant_id_8 FROM cache_pot t0 WHERE t0.plant_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  6
]

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\Plant 1
App\Entity\Repotting 1

Entities Mapping

Class Mapping errors
App\Entity\Plant No errors.
App\Entity\Repotting No errors.
App\Entity\PlantPhoto No errors.
App\Entity\CachePot No errors.