GET https://agri.seo500france.com/app/machines

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.71 ms
SELECT t0.id_machine AS id_machine_1, t0.name AS name_2, t0.type AS type_3, t0.brand AS brand_4, t0.model AS model_5, t0.year_manufactured AS year_manufactured_6, t0.power_hp AS power_hp_7, t0.working_width AS working_width_8, t0.required_power AS required_power_9, t0.can_combine AS can_combine_10, t0.required_building_area AS required_building_area_11, t0.work_time_per_hectare AS work_time_per_hectare_12, t0.preparation_time AS preparation_time_13, t0.operator_required AS operator_required_14, t0.fuel_consumption AS fuel_consumption_15, t0.base_price AS base_price_16, t0.condition_status AS condition_status_17, t0.created_at AS created_at_18, t0.image_name AS image_name_19, t0.updated_at AS updated_at_20, t0.heures_utilisation AS heures_utilisation_21, t0.en_panne AS en_panne_22, t0.immobilisee AS immobilisee_23, t0.type_panne AS type_panne_24, t0.lieu_panne AS lieu_panne_25, t0.cout_reparation AS cout_reparation_26, t0.nombre_pannes AS nombre_pannes_27, t0.dernier_entretien AS dernier_entretien_28, t0.etat AS etat_29, t0.niveau_gnr AS niveau_gnr_30, t0.capacite_gnr AS capacite_gnr_31 FROM machine t0
Parameters:
[]
2 56.21 ms
SELECT m0_.id AS id_0, m0_.date AS date_1, m0_.temperature AS temperature_2, m0_.feels_like AS feels_like_3, m0_.humidity AS humidity_4, m0_.wind_speed AS wind_speed_5, m0_.wind_direction AS wind_direction_6, m0_.pressure AS pressure_7, m0_.precipitation_type AS precipitation_type_8, m0_.weather AS weather_9, m0_.summary AS summary_10, m0_.cloud_cover AS cloud_cover_11, m0_.zone AS zone_12 FROM meteo_data m0_ WHERE m0_.date = ? AND LOWER(m0_.zone) = ?
Parameters:
[
  "2026-01-17 15:49:44"
  "gavray"
]
3 34.38 ms
SELECT id FROM meteo_data 
                                WHERE LOWER(zone) = ? 
                  AND EXTRACT(MONTH FROM date) = ? 
                  AND EXTRACT(DAY FROM date) = ? 
                  AND EXTRACT(HOUR FROM date) = ? 
                ORDER BY date ASC 
                LIMIT 1
Parameters:
[
  "gavray"
  1
  17
  15
]
4 0.72 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.temperature AS temperature_3, t0.feels_like AS feels_like_4, t0.humidity AS humidity_5, t0.wind_speed AS wind_speed_6, t0.wind_direction AS wind_direction_7, t0.pressure AS pressure_8, t0.precipitation_type AS precipitation_type_9, t0.weather AS weather_10, t0.summary AS summary_11, t0.cloud_cover AS cloud_cover_12, t0.zone AS zone_13 FROM meteo_data t0 WHERE t0.id = ?
Parameters:
[
  9184
]

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\Machine 99
App\Entity\MeteoData 1

Entities Mapping

Class Mapping errors
App\Entity\Machine No errors.
App\Entity\MeteoData No errors.