GET http://reals-website-template.ewm.dev/ar

Query Metrics

43 Database Queries
11 Different statements
6.97 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.61 ms
(23.11%)
13
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[
  "/cmf/agency/routes/ar"
  "default_live"
]
1.40 ms
(20.14%)
10
SELECT p0_.id AS id_0, p0_.locale AS locale_1, p0_.name AS name_2, p0_.category_id AS category_id_3 FROM property_categories_translation p0_ WHERE p0_.category_id = ? AND p0_.locale = ?
Parameters:
[
  1
  "ar"
]
1.35 ms
(19.38%)
6
SELECT id, path, parent, local_name, namespace, workspace_name, identifier, TYPE, props, depth, sort_order
            FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
Parameters:
[
  "default_live"
  "4f0794e3-4cb8-4d3b-9735-c1a9d9572b01"
]
0.98 ms
(14.12%)
7
SELECT * FROM phpcr_nodes
              WHERE path = ?
                AND workspace_name = ?
              ORDER BY depth, sort_order ASC
Parameters:
[
  "/cmf/agency/routes/ar"
  "default_live"
]
0.45 ms
(6.42%)
1
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters:
[
  "default_live"
]
0.28 ms
(4.06%)
1
SELECT t0.id AS id_1, t0.media_type AS media_type_2, t0.local_media_url AS local_media_url_3, t0.insta_media_url AS insta_media_url_4 FROM instagram_feed t0
Parameters:
[]
0.27 ms
(3.89%)
1
SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC, w1_.id ASC
Parameters:
[
  "reals-website-template.ewm.dev/{localization}"
  "dev"
  "agency"
]
0.21 ms
(3.00%)
1
SELECT t0.id AS id_1, t0.keyname AS keyname_2, t0.name AS name_3, t0.locale AS locale_4 FROM property_categories t0
Parameters:
[]
0.17 ms
(2.47%)
1
SELECT
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,
phpcr_type_props.on_parent_version AS property_on_parent_version,
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value AS property_default_value,
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,
phpcr_type_childs.primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
Parameters:
[]
0.12 ms
(1.79%)
1
SELECT t0.id AS id_1, t0.public_key AS public_key_2, t0.secret_key AS secret_key_3 FROM captcha t0
Parameters:
[]
0.11 ms
(1.61%)
1
SELECT prefix, uri FROM phpcr_namespaces
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.

Entities Mapping

Class Mapping errors
Sulu\Bundle\TrashBundle\Domain\Model\TrashItem No errors.
Sulu\Bundle\MediaBundle\Entity\Collection No errors.
Sulu\Bundle\ContactBundle\Entity\ContactTitle No errors.
Sulu\Bundle\SecurityBundle\Entity\Group No errors.
App\Entity\InstagramFeed
  • The association App\Entity\InstagramFeed#translations refers to the owning side field App\Entity\InstagramFeedTranslation#instagramFeed which does not exist.
App\Entity\InstagramFeedTranslation
  • The mappings App\Entity\InstagramFeedTranslation#InstagramFeed and App\Entity\InstagramFeed#translations are inconsistent with each other.
App\Entity\PropertyCategories
  • The association App\Entity\PropertyCategories#properties refers to the owning side field App\Entity\Property#category which does not exist.
  • The association App\Entity\PropertyCategories#translations refers to the owning side field App\Entity\PropertyCategoriesTranslation#propertyCategory which does not exist.
App\Entity\Property
  • The mappings App\Entity\Property#promotion and App\Entity\Promotion#properties are inconsistent with each other.
  • The association App\Entity\Property#propertyCategories refers to the inverse side field App\Entity\PropertyCategories#propertyCategories which does not exist.
  • The association App\Entity\Property#propertyTypes refers to the inverse side field App\Entity\PropertyTypes#propertyTypes which does not exist.
App\Entity\PropertyCategoriesTranslation
  • The mappings App\Entity\PropertyCategoriesTranslation#category and App\Entity\PropertyCategories#translations are inconsistent with each other.
App\Entity\Captcha No errors.
Sulu\Bundle\WebsiteBundle\Entity\Analytics No errors.
Sulu\Bundle\WebsiteBundle\Entity\Domain No errors.