Error 404 Not Found

GET https://coffeeine.mikamatto.com/item/PETD7/intervention/tiktok

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
11.40 ms
(94.52%)
2
SELECT a0_.id AS id_0, a0_.text AS text_1, a0_.style AS style_2, a0_.dismissable AS dismissable_3, a0_.display_from AS display_from_4, a0_.display_until AS display_until_5, a0_.target AS target_6 FROM alert a0_ WHERE (a0_.display_from IS NULL OR a0_.display_from <= ?) AND (a0_.display_until IS NULL OR a0_.display_until >= ?) ORDER BY a0_.id ASC LIMIT 5
Parameters:
[
  "2026-02-27 15:17:21"
  "2026-02-27 15:17:21"
]
0.66 ms
(5.48%)
1
SELECT t0.id AS id_1, t0.date AS date_2, t0.type AS type_3, t0.performed_by AS performed_by_4, t0.title AS title_5, t0.summary AS summary_6, t0.actions AS actions_7, t0.conclusions AS conclusions_8, t0.notes AS notes_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.privacy AS privacy_12, t0.item_id AS item_id_13, t0.gallery_id AS gallery_id_14 FROM intervention t0 WHERE t0.id = ?
Parameters:
[
  "tiktok"
]

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

Entities Mapping

Class Mapping errors
App\Entity\System\Alert No errors.
App\Entity\Intervention\Intervention No errors.
App\Entity\Item\Item No errors.
App\Entity\Gallery\Gallery
  • The field App\Entity\Gallery\Gallery#intervention is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Intervention\Intervention#gallery does not contain the required 'inversedBy: "intervention"' attribute.