https://snel.paysolution.io/

Query Metrics

2 Database Queries
2 Different statements
2.71 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.60 ms
(59.10%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.logo AS logo_2, p0_.is_active AS is_active_3, p0_.description AS description_4, p0_.display_order AS display_order_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7 FROM payment_gateways p0_ WHERE p0_.is_active = 1 ORDER BY p0_.display_order ASC, p0_.name ASC
Parameters:
[]
1.11 ms
(40.90%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.address AS address_4, t0.phone AS phone_5, t0.email AS email_6, t0.status AS status_7, t0.logo AS logo_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM bank t0 WHERE t0.status = ? ORDER BY t0.name ASC
Parameters:
[
  "active"
]

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\PaymentGateway No errors.
App\Entity\Bank No errors.
App\Entity\Account No errors.