Error 404 Not Found

GET http://www.soft-id-tech.fr/wp

Query Metrics

6 Database Queries
4 Different statements
3.51 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.04 ms
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 0.59 ms
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:
[]
3 0.40 ms
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:
[]
4 0.86 ms
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"
]
5 0.30 ms
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_menu_label"
]
6 0.31 ms
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"
]

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.