GET https://vieafrica.org/alert/28/payment

Query Metrics

3 Database Queries
3 Different statements
0.99 ms Query time
2 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.status AS status_4, t0.image_names AS image_names_5, t0.video_name AS video_name_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8, t0.confirmed AS confirmed_9, t0.type AS type_10, t0.user_id AS user_id_11 FROM alert t0 WHERE t0.id = ?
Parameters:
[
  28
]
2 0.22 ms
SELECT t0.id AS id_1, t0.alert_id AS alert_id_2, t0.payment_id AS payment_id_3, t0.user_id AS user_id_4, t0.paypal_payment_id AS paypal_payment_id_5 FROM donation t0 WHERE t0.alert_id = ?
Parameters:
[
  28
]
3 0.31 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.birth_date AS birth_date_8, t0.country AS country_9, t0.confirmed AS confirmed_10, t0.confirmation_token AS confirmation_token_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.phone_number AS phone_number_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
  4
]

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\Alert 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Alert
  • The field App\Entity\Alert#paymentAttempts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PaymentAttempt#alert does not contain the required 'inversedBy: "paymentAttempts"' attribute.
App\Entity\User
  • The field App\Entity\User#paymentAttempts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PaymentAttempt#user does not contain the required 'inversedBy: "paymentAttempts"' attribute.
App\Entity\PaymentAttempt No errors.
App\Entity\Donation No errors.
App\Entity\AlertAccess No errors.
App\Entity\StripePayment No errors.
App\Entity\PaypalPayment No errors.
App\Entity\Urgence No errors.