Query Metrics
613
Database Queries
10
Different statements
298.49 ms
Query time
0
Invalid entities
554
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
238.23 ms (79.81%) |
525 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "23" "de" "App\Entity\CourseMainCategory" ] |
||||||||||||||||||||||||||||||||||
|
23.97 ms (8.03%) |
4 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.icon AS icon_4, c0_.active AS active_5, c0_.sort_order AS sort_order_6, c1_.id AS id_7, c1_.name AS name_8, c1_.slug AS slug_9, c1_.description AS description_10, c1_.active AS active_11, c1_.sort_order AS sort_order_12, c2_.id AS id_13, c2_.name AS name_14, c2_.slug AS slug_15, c2_.description AS description_16, c2_.icon AS icon_17, c2_.active AS active_18, c2_.sort_order AS sort_order_19, c0_.image_id AS image_id_20, c1_.main_category_id AS main_category_id_21, c2_.sub_category_id AS sub_category_id_22 FROM course_main_category c0_ LEFT JOIN course_sub_category c1_ ON c0_.id = c1_.main_category_id AND (c1_.active = ?) LEFT JOIN course_topic c2_ ON c1_.id = c2_.sub_category_id AND (c2_.active = ?) WHERE c0_.active = ? ORDER BY c0_.sort_order ASC, c0_.name ASC, c1_.sort_order ASC, c1_.name ASC, c2_.sort_order ASC, c2_.name ASC
Parameters:
[ 1 1 1 ]
|
||||||||||||||||||||||||||||||||||
|
17.67 ms (5.92%) |
42 |
SELECT AVG(c0_.rating) AS sclr_0 FROM company_review c0_ WHERE c0_.company_id = ? AND c0_.status = ?
Parameters:
[ 23 "verified" ] |
||||||||||||||||||||||||||||||||||
|
4.23 ms (1.42%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.street AS street_4, t0.zip AS zip_5, t0.city AS city_6, t0.vat_number AS vat_number_7, t0.email AS email_8, t0.telephone AS telephone_9, t0.longitude AS longitude_10, t0.latitude AS latitude_11, t0.is_visible AS is_visible_12, t0.onboarding_completed AS onboarding_completed_13, t0.stripe_customer_id AS stripe_customer_id_14, t0.stripe_subscription_id AS stripe_subscription_id_15, t0.average_rating AS average_rating_16, t0.review_count AS review_count_17, t0.additional_discount AS additional_discount_18, t0.country_id AS country_id_19, t0.edu_package_id AS edu_package_id_20, t21.id AS id_22, t21.slogan AS slogan_23, t21.short_description AS short_description_24, t21.long_description AS long_description_25, t21.website AS website_26, t21.facebook_link AS facebook_link_27, t21.instagram_link AS instagram_link_28, t21.linkedin_link AS linkedin_link_29, t21.vimeo_video_id AS vimeo_video_id_30, t21.vimeo_thumbnail_url AS vimeo_thumbnail_url_31, t21.created_at AS created_at_32, t21.updated_at AS updated_at_33, t21.company_id AS company_id_34, t21.logo_image_id AS logo_image_id_35, t21.main_image_id AS main_image_id_36 FROM company t0 LEFT JOIN company_detail t21 ON t21.company_id = t0.id WHERE t0.id = ?
Parameters:
[
23
]
|
||||||||||||||||||||||||||||||||||
|
3.59 ms (1.20%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.level AS level_5, t0.active AS active_6, t0.sort_order AS sort_order_7 FROM course_niveau t0 INNER JOIN my_course_niveau ON t0.id = my_course_niveau.course_niveau_id WHERE my_course_niveau.my_course_id = ?
Parameters:
[
60
]
|
||||||||||||||||||||||||||||||||||
|
3.31 ms (1.11%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4, t0.sort_order AS sort_order_5, t0.usage_count AS usage_count_6 FROM course_tag t0 INNER JOIN my_course_tags ON t0.id = my_course_tags.course_tag_id WHERE my_course_tags.my_course_id = ?
Parameters:
[
60
]
|
||||||||||||||||||||||||||||||||||
|
3.29 ms (1.10%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.sort_order AS sort_order_5 FROM course_language t0 INNER JOIN my_course_language ON t0.id = my_course_language.course_language_id WHERE my_course_language.my_course_id = ?
Parameters:
[
60
]
|
||||||||||||||||||||||||||||||||||
|
2.40 ms (0.80%) |
6 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.price AS price_5, t0.billing_cycle AS billing_cycle_6, t0.coins_per_month AS coins_per_month_7, t0.max_course_images AS max_course_images_8, t0.max_course_search_terms AS max_course_search_terms_9, t0.allow_social_media_links AS allow_social_media_links_10, t0.tier AS tier_11, t0.stripe_price_id AS stripe_price_id_12 FROM edu_package t0 WHERE t0.id = ?
Parameters:
[
3
]
|
||||||||||||||||||||||||||||||||||
|
1.25 ms (0.42%) |
3 |
SELECT t0.id AS id_1, t0.image_file_name AS image_file_name_2, t0.image_updated_at AS image_updated_at_3, t0.caption AS caption_4, t0.alt_text AS alt_text_5, t0.sort_order AS sort_order_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.company_id AS company_id_9, t0.uploaded_by_user_id AS uploaded_by_user_id_10 FROM image t0 WHERE t0.id = ?
Parameters:
[
17
]
|
||||||||||||||||||||||||||||||||||
|
0.55 ms (0.19%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.external_link AS external_link_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.user_id AS user_id_8, t0.company_id AS company_id_9, t0.course_main_image_library_id AS course_main_image_library_id_10, t0.main_category_id AS main_category_id_11, t0.sub_category_id AS sub_category_id_12, t0.topic_id AS topic_id_13 FROM my_course t0 ORDER BY t0.created_at DESC LIMIT 8
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\CourseTopic | 433 |
| App\Entity\CourseSubCategory | 60 |
| App\Entity\Image | 9 |
| App\Entity\CourseTag | 9 |
| App\Entity\MyCourse | 8 |
| App\Entity\Company | 8 |
| App\Entity\CourseMainCategory | 7 |
| App\Entity\EduPackage | 6 |
| App\Entity\User | 4 |
| App\Entity\CompanyDetail | 4 |
| App\Entity\CourseNiveau | 4 |
| App\Entity\Country | 1 |
| App\Entity\CourseLanguage | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CourseMainCategory | No errors. |
| App\Entity\CourseSubCategory | No errors. |
| App\Entity\CourseTopic | No errors. |
| App\Entity\Image | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |
| App\Entity\MyCourse | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\CourseTargetgroup | No errors. |
| App\Entity\CourseLanguage | No errors. |
| App\Entity\CourseType | No errors. |
| App\Entity\CourseNiveau | No errors. |
| App\Entity\CourseTag | No errors. |
| App\Entity\CustomTag | No errors. |
| App\Entity\MyCourseLocation | No errors. |
| App\Entity\MyCourseGalleryImage | No errors. |
| App\Entity\CompanyReview | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\EduPackage | No errors. |
| App\Entity\CompanyDetail | No errors. |
| App\Entity\BillingCycleDiscount | No errors. |
| App\Entity\EduPackageLog | No errors. |