Query Metrics
5
Database Queries
5
Different statements
14.69 ms
Query time
3
Invalid entities
Grouped Statements
site connection
Time▼ | Count | Info |
---|---|---|
11.38 ms (77.50%) |
1 |
SELECT DISTINCT category.id, category.name FROM category INNER JOIN category2entity category2entity ON category.id = category2entity.category_id INNER JOIN offer offer ON offer.id = category2entity.entity_id INNER JOIN offer_extension offer_extension ON offer.id = offer_extension.offer_id INNER JOIN geo_location_relation geo_location_relation ON geo_location_relation.entity_id = offer.id INNER JOIN geo_location geo_location ON geo_location_relation.location_id = geo_location.id WHERE (category.active = :categoryActive) AND (category.past = :categoryPast) AND (category.domain_object_id = :domainObjectId) AND (category.type = :categoryType) AND (category.type_id IN (1, 2)) AND (category.id IN (SELECT category_child_relation.child_id FROM category_child_relation WHERE category_child_relation.parent_id = :parentCategoryId)) AND (now() between offer.active_since and offer.active_till) AND (offer.active = :offerActive) AND (offer.hidden = :offerHidden) AND ((offer_extension.active IS NULL) OR (offer_extension.active = :offerExtensionActive)) AND (offer_extension.type = :tireExtensionType) AND (geo_location.schedule IS NOT NULL)
Parameters:
[ "domainObjectId" => 1 "categoryActive" => true "categoryPast" => false "categoryType" => 0 "parentCategoryId" => 572 "offerActive" => true "offerHidden" => false "offerExtensionActive" => true "tireExtensionType" => 3 ] |
1.40 ms (9.52%) |
1 |
INSERT INTO visit (created_on, entity_id, entity_type_id, ip_address, device_type, referrer, id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-09-16 05:17:24" 2 => 572 3 => 5 4 => "199.47.82.21" 5 => 0 6 => "" 7 => 829522741 8 => null ] |
0.88 ms (6.01%) |
1 |
SELECT NEXTVAL('visit_id_seq')
Parameters:
[] |
0.85 ms (5.80%) |
1 |
"COMMIT"
Parameters:
[] |
0.17 ms (1.16%) |
1 |
"START TRANSACTION"
Parameters:
[] |
admin connection
No database queries were performed.
subscription connection
No database queries were performed.
default connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
site | doctrine.dbal.site_connection |
admin | doctrine.dbal.admin_connection |
subscription | doctrine.dbal.subscription_connection |
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
admin | doctrine.orm.admin_entity_manager |
subscription | doctrine.orm.subscription_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
Slivki\Entity\City | No errors. |
Slivki\Entity\PartnerMailingCampaignAction | No errors. |
Slivki\Entity\Seo | No errors. |
Slivki\Entity\Media\AbstractMediaBase | No errors. |
Slivki\Entity\Media | No errors. |
Slivki\Entity\Banner\AbstractBannerBase | No errors. |
Slivki\Entity\Banner\AbstractMobileAppBanner |
|
Slivki\Entity\Banner | No errors. |
Slivki\Entity\ServerFeatureState | No errors. |
Slivki\Entity\Media\CommentMedia | No errors. |
Slivki\Entity\Media\ProfileImageMedia | No errors. |
Slivki\Entity\AbstractCategoryBase | No errors. |
Slivki\Entity\Category |
|
Slivki\Entity\Visit | No errors. |
Slivki\Entity\User |
|
admin entity manager
No loaded entities.
subscription entity manager
No loaded entities.