Redirect 302 redirect from GET @travelpath_edit (62da45)

GET https://bibletimemaps.org/es/travelpath/edit/7

Query Metrics

1 Database Queries
1 Different statements
0.86 ms Query time
3 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.86 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.approved AS approved_2, t0.name AS name_3, t0.path AS path_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.tagged_for_delete_by_id AS tagged_for_delete_by_id_7, t0.location_from_id AS location_from_id_8, t0.location_to_id AS location_to_id_9, t0.event_from_id AS event_from_id_10, t0.owner_id AS owner_id_11, t0.update_of_id AS update_of_id_12 FROM travel_path t0 WHERE t0.id = ?
Parameters:
[
  "7"
]

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\Location 2
App\Entity\TravelPath 1
App\Entity\Event 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\ChangeableEntity No errors.
App\Entity\TravelPath No errors.
App\Entity\User
  • The mappings App\Entity\User#taggedEventsForDelete and App\Entity\Event#taggedForDeleteBy are inconsistent with each other.
App\Entity\Location No errors.
App\Entity\Event No errors.
App\Entity\Traits\BaseReference
  • The mappings App\Entity\Traits\BaseReference#owner and App\Entity\User#checks are inconsistent with each other.
App\Entity\TravelPathReference
  • The mappings App\Entity\TravelPathReference#owner and App\Entity\User#checks are inconsistent with each other.