http://history.bk-entwicklungen.de/de/location/list?direction=asc&page=7

Query Metrics

4 Database Queries
4 Different statements
3.81 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.10 ms
SELECT count(DISTINCT l0_.id) AS sclr_0 FROM location l0_
Parameters:
[]
2 2.26 ms
SELECT DISTINCT l0_.id AS id_0, l0_.name AS name_1 FROM location l0_ ORDER BY l0_.name ASC LIMIT 100 OFFSET 600
Parameters:
[]
3 1.11 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.lat AS lat_2, l0_.lon AS lon_3, l0_.approved AS approved_4, l0_.type AS type_5, l0_.description AS description_6, l0_.image AS image_7, l0_.today_known_as AS today_known_as_8, l0_.created_at AS created_at_9, l0_.updated_at AS updated_at_10, l0_.owner_id AS owner_id_11, l0_.update_of_id AS update_of_id_12, l0_.tagged_for_delete_by_id AS tagged_for_delete_by_id_13 FROM location l0_ WHERE l0_.id IN (?) ORDER BY l0_.name ASC
Parameters:
[
  [
    611
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    612
    613
    614
    615
    1065
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
  ]
]
4 0.33 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.type AS type_2, l0_.lat AS lat_3, l0_.lon AS lon_4 FROM location l0_
Parameters:
[]

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\User
  • The association App\Entity\User#travelPaths refers to the owning side field App\Entity\TravelPath#user which does not exist.
App\Entity\Location
  • The association App\Entity\Location#taggedForDeleteBy refers to the inverse side field App\Entity\User#taggedDeleteLocations which does not exist.
App\Entity\Event No errors.
App\Entity\LocationReference No errors.
App\Entity\TravelPath
  • The association App\Entity\TravelPath#travelPathReferences refers to the owning side field App\Entity\TravelPathReference#travelpath which does not exist.
  • The mappings App\Entity\TravelPath#owner and App\Entity\User#travelPaths are inconsistent with each other.