Error 500 Internal Server Error

GET https://senior.serv-kompixel.fr/posts/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 17.24 ms
SELECT p0_.id AS id_0, p0_.content AS content_1, p0_.title AS title_2, p0_.type AS type_3, p0_.media_url AS media_url_4, p0_.media_filename AS media_filename_5, p0_.is_public AS is_public_6, p0_.is_moderated AS is_moderated_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.author_id AS author_id_10 FROM post p0_ INNER JOIN `user` u1_ ON p0_.author_id = u1_.id WHERE p0_.is_public = ? AND p0_.is_moderated = ? AND u1_.is_active = ? ORDER BY p0_.created_at DESC LIMIT 20
Parameters:
[
  1
  1
  1
]
2 3.69 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.birth_date AS birth_date_7, t0.phone AS phone_8, t0.city AS city_9, t0.postal_code AS postal_code_10, t0.bio AS bio_11, t0.profile_picture AS profile_picture_12, t0.is_active AS is_active_13, t0.is_verified AS is_verified_14, t0.created_at AS created_at_15, t0.last_login_at AS last_login_at_16, t0.latitude AS latitude_17, t0.longitude AS longitude_18, t0.profession AS profession_19, t0.family_situation AS family_situation_20, t0.activity_level AS activity_level_21, t0.communication_preferences AS communication_preferences_22, t0.custom_interests AS custom_interests_23, t0.emergency_contact AS emergency_contact_24, t0.emergency_phone AS emergency_phone_25, t0.health_info AS health_info_26, t0.accessibility_needs AS accessibility_needs_27, t0.language AS language_28, t0.newsletter_subscription AS newsletter_subscription_29, t0.public_profile AS public_profile_30 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  3
]

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

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Comment No errors.
App\Entity\Message No errors.
App\Entity\Interest No errors.
App\Entity\Friendship No errors.
App\Entity\Workshop No errors.
App\Entity\HealthRecord No errors.