Redirect 301 redirect from GET @app_home (1ca9ab)

GET https://getbill.io/en/

Query Metrics

3 Database Queries
2 Different statements
5.28 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.60 ms
SELECT t0.id AS id_1, t0.credits_unlocked_per_month AS credits_unlocked_per_month_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.name_key AS name_key_5 FROM subscription_plan t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
2 1.41 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.currency AS currency_3, t0.plan_id AS plan_id_4 FROM subscription_price t0 WHERE t0.plan_id = ?
Parameters:
[
  1
]
3 1.26 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.currency AS currency_3, t0.plan_id AS plan_id_4 FROM subscription_price t0 WHERE t0.plan_id = ?
Parameters:
[
  2
]

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
App\Entity\SubscriptionPlan No errors.
App\Entity\SubscriptionPrice No errors.