Query Metrics
4
Database Queries
4
Different statements
2.72 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.custom_domain AS custom_domain_4, t0.theme AS theme_5, t0.theme_config AS theme_config_6, t0.is_active AS is_active_7, t0.analytics_scripts AS analytics_scripts_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.artisan_id AS artisan_id_11 FROM shop t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"la-poterie-de-cliousclat"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.77 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.status AS status_4, a0_.price AS price_5, a0_.price_on_request AS price_on_request_6, a0_.year AS year_7, a0_.is_unique AS is_unique_8, a0_.edition_number AS edition_number_9, a0_.edition_total AS edition_total_10, a0_.height AS height_11, a0_.width AS width_12, a0_.depth AS depth_13, a0_.weight AS weight_14, a0_.shipping_weight AS shipping_weight_15, a0_.video_url AS video_url_16, a0_.created_at AS created_at_17, a0_.updated_at AS updated_at_18, a0_.published_at AS published_at_19, a0_.sold_at AS sold_at_20, a0_.artisan_id AS artisan_id_21, a0_.category_id AS category_id_22 FROM artwork a0_ WHERE a0_.artisan_id = ? AND a0_.status = ? ORDER BY a0_.published_at DESC LIMIT 8
Parameters:
[ 1 "for_sale" ]
|
||||||||||||||||||||||||||||||||
| 3 | 0.60 ms |
SELECT t0.id AS id_1, t0.artist_name AS artist_name_2, t0.slug AS slug_3, t0.bio AS bio_4, t0.profile_photo AS profile_photo_5, t0.cover_photo AS cover_photo_6, t0.city AS city_7, t0.department AS department_8, t0.region AS region_9, t0.postal_code AS postal_code_10, t0.country AS country_11, t0.siret AS siret_12, t0.cgv_filename AS cgv_filename_13, t0.latitude AS latitude_14, t0.longitude AS longitude_15, t0.workshop_visitable AS workshop_visitable_16, t0.workshop_hours AS workshop_hours_17, t0.workshop_address AS workshop_address_18, t0.website AS website_19, t0.instagram AS instagram_20, t0.facebook AS facebook_21, t0.stripe_account_id AS stripe_account_id_22, t0.stripe_onboarding_status AS stripe_onboarding_status_23, t0.subscription_status AS subscription_status_24, t0.subscription_stripe_id AS subscription_stripe_id_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.user_id AS user_id_28, t29.id AS id_30, t29.name AS name_31, t29.slug AS slug_32, t29.custom_domain AS custom_domain_33, t29.theme AS theme_34, t29.theme_config AS theme_config_35, t29.is_active AS is_active_36, t29.analytics_scripts AS analytics_scripts_37, t29.created_at AS created_at_38, t29.updated_at AS updated_at_39, t29.artisan_id AS artisan_id_40 FROM artisan t0 LEFT JOIN shop t29 ON t29.artisan_id = t0.id WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
| 4 | 0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.parent_id AS parent_id_5 FROM category t0 INNER JOIN artisan_discipline ON t0.id = artisan_discipline.category_id WHERE artisan_discipline.artisan_id = ?
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\Shop | 1 |
| App\Entity\Artisan | 1 |
| App\Entity\User | 1 |
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Shop | No errors. |
| App\Entity\Artisan | No errors. |
| App\Entity\Artwork | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Technique | No errors. |