Query Metrics
4
Database Queries
4
Different statements
14.03 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.desription AS desription_3, t0.firstimage AS firstimage_4, t0.price AS price_5, t0.is_solde AS is_solde_6, t0.is_rent AS is_rent_7, t0.is_to_sale AS is_to_sale_8, t0.surface AS surface_9, t0.room AS room_10, t0.shower AS shower_11, t0.floor AS floor_12, t0.city AS city_13, t0.quatier AS quatier_14, t0.slug AS slug_15, t0.created_at AS created_at_16, t0.illustration1 AS illustration1_17, t0.illustration2 AS illustration2_18, t0.illustration3 AS illustration3_19, t0.illustration4 AS illustration4_20, t0.property_types_id AS property_types_id_21 FROM property t0 ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[] |
2 | 1.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.desription AS desription_3, t0.firstimage AS firstimage_4, t0.price AS price_5, t0.is_solde AS is_solde_6, t0.is_rent AS is_rent_7, t0.is_to_sale AS is_to_sale_8, t0.surface AS surface_9, t0.room AS room_10, t0.shower AS shower_11, t0.floor AS floor_12, t0.city AS city_13, t0.quatier AS quatier_14, t0.slug AS slug_15, t0.created_at AS created_at_16, t0.illustration1 AS illustration1_17, t0.illustration2 AS illustration2_18, t0.illustration3 AS illustration3_19, t0.illustration4 AS illustration4_20, t0.property_types_id AS property_types_id_21 FROM property t0 WHERE t0.is_to_sale = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
1
]
|
3 | 0.89 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.desription AS desription_3, t0.firstimage AS firstimage_4, t0.price AS price_5, t0.is_solde AS is_solde_6, t0.is_rent AS is_rent_7, t0.is_to_sale AS is_to_sale_8, t0.surface AS surface_9, t0.room AS room_10, t0.shower AS shower_11, t0.floor AS floor_12, t0.city AS city_13, t0.quatier AS quatier_14, t0.slug AS slug_15, t0.created_at AS created_at_16, t0.illustration1 AS illustration1_17, t0.illustration2 AS illustration2_18, t0.illustration3 AS illustration3_19, t0.illustration4 AS illustration4_20, t0.property_types_id AS property_types_id_21 FROM property t0 WHERE t0.is_rent = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
1
]
|
4 | 8.64 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1 FROM proprety_type p0_
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Admin\Property | No errors. |
App\Entity\Admin\PropretyType | No errors. |
App\Entity\Emails | No errors. |