Query Metrics
2
Database Queries
2
Different statements
23.03 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 21.24 ms |
SELECT f.id, f.rank AS `rank`, f.alt_name AS `altName`, f.old_command AS `sphinxName`, f.old_id AS `sphinxId`, htmlshow.en AS `isHtmlShow`, fp.name_menu_en AS `nameMenu`, fp.name_many_en AS `nameMany`, fp.name_single_en AS `nameSingle`, fp.html_en AS `html`, fp.description_en AS `description`, metadesc.en AS `metaDescriptionName`, par.count AS `count`, par.code AS `code`, par.is_enable AS `isEnable`, gr.id AS `groupId`, gr.alt_name AS `groupAltName`, gpname.en AS `groupName`, url.en AS `slug`, url.ru AS `slug.ru`, url.en AS `slug.en`, url.it AS `slug.it`, url.es AS `slug.es`, url.fr AS `slug.fr`, url.de AS `slug.de`, url.pl AS `slug.pl`, url.nl AS `slug.nl`, url.fi AS `slug.fi`, url.sv AS `slug.sv`, b.id AS `brandId`, b.status AS `brandStatus`, b.stated_at AS `brandStatedAt`, b.type AS `brandType`, b.name AS `brandName`, f.logo AS `brandLogo`, f.logo_url AS `brandLogoUrl`, b.sound AS `brandSound`, b.video AS `brandVideo`, cn.id AS `countryId`, cnfp.name_single_en AS `countryName`, cnurl.en AS `countrySlug`, cnpar.code AS `countryCode` FROM filters f LEFT JOIN filter_pages fp ON fp.id = f.page_id LEFT JOIN filter_params par ON par.id = f.param_id LEFT JOIN filter_groups gr ON gr.id = f.group_id LEFT JOIN locale_text gpname ON gpname.filter_group_name = gr.id LEFT JOIN locale_text metadesc ON metadesc.filter_name_for_meta_descr_id = f.id LEFT JOIN locale_url url ON url.filter_id = f.id LEFT JOIN locale_bool htmlshow ON htmlshow.filter_html_show_id = f.id LEFT JOIN factory b ON b.id = f.brand LEFT JOIN filters cn ON cn.id = f.country_id LEFT JOIN filter_pages cnfp ON cnfp.id = cn.page_id LEFT JOIN locale_url cnurl ON cnurl.filter_id = cn.id LEFT JOIN filter_params cnpar ON cnpar.id = cn.param_id WHERE url.ru = :slug OR url.en = :slug OR url.it = :slug OR url.es = :slug OR url.fr = :slug OR url.de = :slug OR url.pl = :slug OR url.nl = :slug OR url.fi = :slug OR url.sv = :slug
Parameters:
[ "slug" => "craquelado" ] |
2 | 1.79 ms |
SELECT f2.id, f2.name, f2.old_command, f2.old_id, GROUP_CONCAT(f.id) AS ids, GROUP_CONCAT(f.old_id) AS old_ids FROM `filters` f LEFT JOIN filters f2 ON f.parent_id = f2.id LEFT JOIN filter_params p ON f.param_id = p.id WHERE f.parent_id IS NOT NULL AND p.is_enable = 1 AND p.show_menu != 0 GROUP BY f.parent_id;
Parameters:
[] |
oneC connection
No database queries were performed.
logs connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
oneC | doctrine.dbal.oneC_connection |
logs | doctrine.dbal.logs_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
oneC | doctrine.orm.oneC_entity_manager |
logs | doctrine.orm.logs_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
WebBundle\Entity\User | No errors. |
WebBundle\Entity\Publication | No errors. |
WebBundle\Entity\FilterEntity | No errors. |
WebBundle\Entity\Collection | No errors. |
WebBundle\Entity\Factory | No errors. |
WebBundle\Entity\ListMeasure | No errors. |
WebBundle\Entity\ListMaterial | No errors. |
WebBundle\Entity\ProductReviewsCache | No errors. |
WebBundle\Entity\ReviewsCache | No errors. |
WebBundle\Entity\ListCountry | No errors. |
WebBundle\Entity\Article | No errors. |
WebBundle\Entity\Interior | No errors. |
WebBundle\Entity\Idea | No errors. |
WebBundle\Entity\CollectionAlsoViewed | No errors. |
WebBundle\Entity\InteriorHistory | No errors. |
FlexApp\Entity\ChatB | No errors. |
FlexApp\Entity\ChatBMessage | No errors. |
FlexApp\Entity\BoolDBSetting | No errors. |
FlexApp\Entity\Widget | No errors. |
FlexApp\Entity\CountryAndLangSpecificDataEntity | No errors. |
FlexApp\Entity\ConsultantEntity | No errors. |
FlexApp\Entity\GeoCountryEntity | No errors. |
oneC entity manager
No loaded entities.
logs entity manager
No loaded entities.