GET http://cms.sves.cz/api/v1/static-page/web/homepage

Query Metrics

7 Database Queries
7 Different statements
8.34 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.19 ms
(50.27%)
1
SELECT t0.id AS id_1, t0.landing_page_title AS landing_page_title_2, t0.page_code AS page_code_3, t0.landing_page_text_block AS landing_page_text_block_4, t0.services_title AS services_title_5, t0.about_us_title AS about_us_title_6, t0.about_us_points AS about_us_points_7, t0.about_us_img AS about_us_img_8, t0.updated_at AS updated_at_9, t0.contact_residence_name AS contact_residence_name_10, t0.contact_residence_street_house_number AS contact_residence_street_house_number_11, t0.contact_residence_city AS contact_residence_city_12, t0.contact_residence_cin AS contact_residence_cin_13, t0.contact_residence_vat AS contact_residence_vat_14, t0.contact_residence_reg AS contact_residence_reg_15, t0.contact_residence_ds AS contact_residence_ds_16, t0.contact_main_branch_name AS contact_main_branch_name_17, t0.contact_main_branch_street_house_number AS contact_main_branch_street_house_number_18, t0.contact_main_branch_city AS contact_main_branch_city_19, t0.contact_second_branch_name AS contact_second_branch_name_20, t0.contact_second_branch_street_house_number AS contact_second_branch_street_house_number_21, t0.contact_second_branch_city AS contact_second_branch_city_22 FROM landing_page t0 WHERE t0.page_code = ? LIMIT 1
Parameters:
[
  "homepage"
]
0.91 ms
(10.87%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.phone AS phone_4, t0.email AS email_5, t0.email2 AS email2_6, t0.landing_page_id AS landing_page_id_7 FROM contact t0 WHERE t0.landing_page_id = ?
Parameters:
[
  1
]
0.87 ms
(10.45%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.img AS img_4, t0.updated_at AS updated_at_5, t0.landing_page_id AS landing_page_id_6 FROM partner t0 WHERE t0.landing_page_id = ?
Parameters:
[
  1
]
0.85 ms
(10.17%)
1
SELECT t0.id AS id_1, t0.services_point AS services_point_2, t0.img AS img_3, t0.position AS position_4, t0.updated_at AS updated_at_5, t0.landing_page_id AS landing_page_id_6 FROM service t0
Parameters:
[]
0.79 ms
(9.49%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3, t0.updated_at AS updated_at_4, t0.landing_page_id AS landing_page_id_5 FROM galery_image t0
Parameters:
[]
0.42 ms
(5.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3, t0.updated_at AS updated_at_4, t0.landing_page_id AS landing_page_id_5 FROM galery_image t0 WHERE t0.landing_page_id = ?
Parameters:
[
  1
]
0.31 ms
(3.72%)
1
SELECT t0.id AS id_1, t0.services_point AS services_point_2, t0.img AS img_3, t0.position AS position_4, t0.updated_at AS updated_at_5, t0.landing_page_id AS landing_page_id_6 FROM service t0 WHERE t0.landing_page_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.

Entities Mapping

Class Mapping errors
App\Entity\LandingPage
  • The mappings App\Entity\LandingPage#partners and App\Entity\Partner#landingPage are inconsistent with each other.
  • The mappings App\Entity\LandingPage#gallery and App\Entity\GaleryImage#landingPage are inconsistent with each other.
  • The mappings App\Entity\LandingPage#servicePoints and App\Entity\Service#landingPage are inconsistent with each other.
App\Entity\Partner
  • The association App\Entity\Partner#landingPage refers to the inverse side field App\Entity\LandingPage#Partners which does not exist.
App\Entity\Contact No errors.
App\Entity\GaleryImage
  • The association App\Entity\GaleryImage#landingPage refers to the inverse side field App\Entity\LandingPage#galery which does not exist.
App\Entity\Service
  • The association App\Entity\Service#landingPage refers to the inverse side field App\Entity\LandingPage#sercicePoints which does not exist.