Redirect 301 redirect from GET @document (b2a804)

GET https://www.posylka-test.colibo.io/de/vomond.html

Query Metrics

3 Database Queries
3 Different statements
2.52 ms Query time
0 Invalid entities
2 Managed entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.09 ms
SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.created_at AS created_at_3, t0.customer_id AS customer_id_4 FROM carts t0 WHERE t0.id = ?
Parameters:
[
  "019befd8-2a8c-7ed0-9f1e-d650508f7361"
]
2 0.10 ms
SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.created_at AS created_at_3, t0.customer_id AS customer_id_4 FROM wishlists t0 WHERE t0.id = ?
Parameters:
[
  "019befd8-2a93-775b-acf2-ba9e56ea9ea6"
]
3 2.33 ms
SELECT a.id as attr_id, a.code, a.name_ru, a.name_de, 
			av.uid, av.id as value_id, av.name_ru as value_name_ru, av.name_de as value_name_de
FROM attribute_value AS av
JOIN attribute AS a on a.code = av.code
WHERE av.code = 'vendor' AND av.name_de='Vomond'
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Cart 1
App\Entity\Wishlist 1

Entities Mapping

Class Mapping errors
App\Entity\Cart No errors.
App\Entity\Customer No errors.
App\Entity\CartItem No errors.
App\Entity\Wishlist No errors.
App\Entity\WishlistItem No errors.
App\Entity\AttributeValue No errors.