https://test.api.alphabeet.org/api/v3/crops?exclude%5B0%5D=description&exclude%5B1%5D=shortDescription

Query Metrics

1 Database Queries
1 Different statements
0.11 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.11 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.date_created AS date_created_3, t0.expires_at AS expires_at_4, t0.user_id AS user_id_5 FROM token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  false
]

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\Token No errors.
App\Entity\User
  • The field App\Entity\User#postLikes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PostLike#user does not contain the required 'inversedBy="postLikes"' attribute.