GET http://test.swift-integration.nl/pricing

Query Metrics

2 Database Queries
2 Different statements
1.19 ms Query time
0 Invalid entities
15 Managed entities

Queries

Group similar statements

# Time Info
1 0.56 ms
SELECT p0_.id AS id_0, p0_.package AS package_1, p0_.period AS period_2, p0_.price_cents AS price_cents_3, p0_.discount AS discount_4, p0_.discount_text AS discount_text_5, p0_.title AS title_6, p0_.description AS description_7, p0_.level AS level_8, p0_.image AS image_9, p0_.stripe_price_code AS stripe_price_code_10, p0_.stripe_product_code AS stripe_product_code_11, p0_.type AS type_12, p0_.enabled AS enabled_13 FROM package p0_
Parameters:
[]
2 0.63 ms
SELECT c0_.id AS id_0, c0_.ip_address AS ip_address_1, c0_.policy_version AS policy_version_2, c0_.decision AS decision_3, c0_.ts AS ts_4 FROM cookie_consent_log c0_ WHERE c0_.ip_address = ? ORDER BY c0_.ts DESC
Parameters:
[
  "93.186.178.242"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Package 15

Entities Mapping

Class Mapping errors
App\Entity\Package No errors.
App\Entity\CookieConsentLog No errors.