GET https://vieafrica.org/

Query Metrics

2 Database Queries
2 Different statements
3.14 ms Query time
2 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 2.67 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.slug AS slug_3, a0_.published AS published_4, a0_.image_names AS image_names_5, a0_.video_name AS video_name_6, a0_.updated_at AS updated_at_7, a0_.created_at AS created_at_8, a0_.author AS author_9, a0_.summary AS summary_10 FROM article a0_ WHERE a0_.published = ? ORDER BY a0_.created_at DESC LIMIT 3
Parameters:
[
  1
]
2 0.47 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.text AS text_2, a0_.status AS status_3, a0_.image_names AS image_names_4, a0_.video_name AS video_name_5, a0_.updated_at AS updated_at_6, a0_.created_at AS created_at_7, a0_.confirmed AS confirmed_8, a0_.type AS type_9, a0_.user_id AS user_id_10 FROM alert a0_ WHERE a0_.status = ? ORDER BY a0_.created_at DESC LIMIT 3
Parameters:
[
  "confirmed"
]

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\Article 3
App\Entity\Alert 3
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\Article No 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.