GET https://soft-id-tech.fr/solutions/woodlab-studio/woodlab-nesting

Query Metrics

9 Database Queries
8 Different statements
11.04 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.69 ms
(24.41%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.link AS link_2, s0_.title AS title_3, s0_.subtitle AS subtitle_4, s0_.description AS description_5, s0_.visible AS visible_6, s0_.position AS position_7, s0_.discover_button_text AS discover_button_text_8, s0_.update_date AS update_date_9 FROM solution_categories s0_ LEFT JOIN software_pages s1_ ON s0_.id = s1_.solution_category_id AND (s1_.is_active = 1) LEFT JOIN solution_category_links s2_ ON s0_.id = s2_.category_id LEFT JOIN software_pages s3_ ON s2_.software_page_id = s3_.id AND (s3_.is_active = 1) WHERE s0_.visible = 1 GROUP BY s0_.id HAVING COUNT(DISTINCT s1_.id) > 0 OR COUNT(DISTINCT s2_.id) > 0 ORDER BY s0_.position ASC
Parameters:
[]
2.10 ms
(19.06%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.position AS position_2, s0_.active AS active_3, s1_.id AS id_4, s1_.name AS name_5, s1_.position AS position_6, s1_.active AS active_7, s1_.source_type AS source_type_8, s1_.source_value AS source_value_9, s0_.software_page_id AS software_page_id_10, s1_.category_id AS category_id_11 FROM software_page_video_categories s0_ LEFT JOIN software_page_videos s1_ ON s0_.id = s1_.category_id WHERE s0_.software_page_id = ? AND s0_.active = 1 ORDER BY s0_.position ASC, s1_.position ASC
Parameters:
[
  18
]
1.75 ms
(15.85%)
1
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.link AS link_2, t0_.title AS title_3, t0_.subtitle AS subtitle_4, t0_.description AS description_5, t0_.visible AS visible_6, t0_.position AS position_7, t0_.update_date AS update_date_8 FROM training_category t0_ INNER JOIN training t1_ ON t0_.id = t1_.category_id INNER JOIN training_option t2_ ON t1_.id = t2_.training_id WHERE t0_.visible = 1 AND t1_.visible = 1 AND t2_.visible = 1 GROUP BY t0_.id HAVING COUNT(t2_.id) > 0 ORDER BY t0_.position ASC
Parameters:
[]
1.15 ms
(10.39%)
1
SELECT COUNT(v0_.id) AS sclr_0 FROM video v0_ INNER JOIN video_category v1_ ON v0_.category_id = v1_.id INNER JOIN documentation_category d2_ ON v1_.documentation_category_id = d2_.id WHERE d2_.is_public = 1 AND d2_.visible = 1 AND v0_.visible = 1 AND v1_.actif = 1
Parameters:
[]
1.00 ms
(9.07%)
2
SELECT t0.id AS id_1, t0.clee AS clee_2, t0.value AS value_3 FROM setting t0 WHERE t0.clee = ? LIMIT 1
Parameters:
[
  "doc_public_slug"
]
0.98 ms
(8.90%)
1
SELECT COUNT(d0_.id) AS sclr_0 FROM documentation d0_ INNER JOIN documentation_category d1_ ON d0_.category_id = d1_.id WHERE d1_.is_public = 1 AND d1_.visible = 1 AND d0_.visible = 1
Parameters:
[]
0.97 ms
(8.79%)
1
SELECT t0.id AS id_1, t0.hero_title AS hero_title_2, t0.hero_subtitle AS hero_subtitle_3, t0.hero_description AS hero_description_4, t0.hero_image AS hero_image_5, t0.discover_button_text AS discover_button_text_6, t0.hero_show_contact_button AS hero_show_contact_button_7, t0.hero_show_devis_button AS hero_show_devis_button_8, t0.hero_show_demo_button AS hero_show_demo_button_9, t0.info_title AS info_title_10, t0.info_content AS info_content_11, t0.modules_title AS modules_title_12, t0.modules_subtitle AS modules_subtitle_13, t0.modules AS modules_14, t0.slides AS slides_15, t0.target_title AS target_title_16, t0.target_content AS target_content_17, t0.faq_description AS faq_description_18, t0.faqs AS faqs_19, t0.formation_enabled AS formation_enabled_20, t0.formation_id AS formation_id_21, t0.contact_options AS contact_options_22, t0.brochure AS brochure_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.is_active AS is_active_26, t0.route AS route_27, t0.position AS position_28, t0.solution_category_id AS solution_category_id_29 FROM software_pages t0 WHERE t0.route = ? LIMIT 1
Parameters:
[
  "woodlab-nesting"
]
0.39 ms
(3.53%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.description AS description_6, t0.visible AS visible_7, t0.position AS position_8, t0.discover_button_text AS discover_button_text_9, t0.update_date AS update_date_10 FROM solution_categories t0 WHERE t0.link = ? AND t0.visible = ? LIMIT 1
Parameters:
[
  "woodlab-studio"
  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.

Entities Mapping

Class Mapping errors
App\Entity\SolutionCategory No errors.
App\Entity\SoftwarePage No errors.
App\Entity\SolutionCategoryLink No errors.
App\Entity\Documentation No errors.
App\Entity\DocumentationCategory No errors.
App\Entity\Video No errors.
App\Entity\VideoCategory
  • The field App\Entity\VideoCategory#videos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Video#category does not contain the required 'inversedBy="videos"' attribute.
App\Entity\Setting No errors.
App\Entity\TrainingCategory No errors.
App\Entity\Training No errors.
App\Entity\TrainingOption No errors.
App\Entity\SoftwarePageVideoCategory No errors.
App\Entity\SoftwarePageVideo No errors.