Query Metrics
5
Database Queries
4
Different statements
4.20 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.60 ms |
SELECT t0.id AS id_1, t0.mail_adresse AS mail_adresse_2, t0.password AS password_3, t0.smtp_server AS smtp_server_4, t0.smtp_port AS smtp_port_5, t0.smtp_secured AS smtp_secured_6, t0.activated AS activated_7, t0.count_mail_sent AS count_mail_sent_8, t0.last_used_at AS last_used_at_9 FROM env_mail_sender t0 WHERE t0.activated = ?
Parameters:
[
1
]
|
| 2 | 0.41 ms |
SELECT t0.id AS id_1, t0.mail_adresse AS mail_adresse_2, t0.password AS password_3, t0.smtp_server AS smtp_server_4, t0.smtp_port AS smtp_port_5, t0.smtp_secured AS smtp_secured_6, t0.activated AS activated_7, t0.count_mail_sent AS count_mail_sent_8, t0.last_used_at AS last_used_at_9 FROM env_mail_sender t0 WHERE t0.activated = ?
Parameters:
[
1
]
|
| 3 | 0.45 ms |
SELECT t0.id AS id_1, t0.version_app AS version_app_2, t0.important_update AS important_update_3, t0.users_tel AS users_tel_4, t0.version_dressur_bot AS version_dressur_bot_5, t0.user_banned AS user_banned_6, t0.ia_active AS ia_active_7 FROM env t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 0.30 ms |
SELECT t0.id AS id_1, t0.aggregator AS aggregator_2, t0.api_key AS api_key_3, t0.environment AS environment_4, t0.endpoint_secret AS endpoint_secret_5, t0.route_webhook AS route_webhook_6, t0.count_transaction_approved AS count_transaction_approved_7, t0.activated AS activated_8, t0.account_name AS account_name_9, t0.link_paiement AS link_paiement_10 FROM env_paiement_api t0 WHERE t0.route_webhook = ? AND t0.aggregator = ? LIMIT 1
Parameters:
[ "kpay_prod_1" "KPay" ] |
| 5 | 2.44 ms |
SELECT t0.id AS id_1, t0.id_transaction AS id_transaction_2, t0.reference AS reference_3, t0.amount AS amount_4, t0.status AS status_5, t0.customer_id AS customer_id_6, t0.currency_id AS currency_id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.annother_info AS annother_info_10, t0.transaction_for AS transaction_for_11, t0.user_id AS user_id_12, t0.user_bot_id AS user_bot_id_13 FROM transaction t0 WHERE t0.id_transaction = ? LIMIT 1
Parameters:
[
"KPAY-MRIB05L0-99A25760A237"
]
|
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\EnvMailSender | No errors. |
| App\Entity\Env | No errors. |
| App\Entity\EnvPaiementApi | No errors. |
| App\Entity\Transaction | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserBot | No errors. |