Query Metrics
2
Database Queries
2
Different statements
2.81 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1.67 ms (59.42%) |
1 |
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.description AS description_2, h0_.price AS price_3, h0_.breed AS breed_4, h0_.color AS color_5, h0_.gender AS gender_6, h0_.age AS age_7, h0_.height AS height_8, h0_.discipline AS discipline_9, h0_.level AS level_10, h0_.images AS images_11, h0_.is_active AS is_active_12, h0_.created_at AS created_at_13, h0_.updated_at AS updated_at_14, h0_.health_info AS health_info_15, h0_.temperament AS temperament_16, h0_.location AS location_17, h0_.is_sold AS is_sold_18, h0_.origins AS origins_19, h0_.characteristics AS characteristics_20, h0_.ideal_for AS ideal_for_21, h0_.family_achievements AS family_achievements_22, h0_.current_life AS current_life_23, h0_.searching_for AS searching_for_24, h0_.father_name AS father_name_25, h0_.mother_name AS mother_name_26, h0_.father_details AS father_details_27, h0_.mother_details AS mother_details_28, h0_.characteristics_list AS characteristics_list_29, h0_.ideal_for_list AS ideal_for_list_30 FROM horse_for_sale h0_ WHERE h0_.is_active = ? AND h0_.is_sold = ? ORDER BY h0_.created_at DESC
Parameters:
[ 1 0 ]
|
||||||||||||||||||||||||||||
1.14 ms (40.58%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.tagline AS tagline_3, s0_.description AS description_4, s0_.images AS images_5, s0_.color AS color_6, s0_.height AS height_7, s0_.status AS status_8, s0_.age AS age_9, s0_.origin AS origin_10, s0_.characteristics AS characteristics_11, s0_.detailed_characteristics AS detailed_characteristics_12, s0_.crossing_advice AS crossing_advice_13, s0_.haras_file AS haras_file_14, s0_.ancce_file AS ancce_file_15, s0_.breeding_price AS breeding_price_16, s0_.breeding_conditions AS breeding_conditions_17, s0_.breeding_availability AS breeding_availability_18, s0_.sort_order AS sort_order_19, s0_.is_active AS is_active_20 FROM stallion s0_ WHERE s0_.is_active = ? ORDER BY s0_.sort_order ASC
Parameters:
[
1
]
|
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\Stallion | 2 |
App\Entity\HorseForSale | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\HorseForSale | No errors. |
App\Entity\Stallion | No errors. |