http://preprod.abkingdom.com/forum

Query Metrics

3 Database Queries
3 Different statements
4.82 ms Query time
1 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.81 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.field_type AS field_type_4, t0.field_params AS field_params_5, t0.value AS value_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM parameters t0
Parameters:
[]
2 1.38 ms
SELECT u0_.id AS id_0, u0_.domain AS domain_1, u0_.ip AS ip_2, u0_.iprange AS iprange_3, u0_.comment AS comment_4, u0_.dateadded AS dateadded_5, u0_.hitsblocked AS hitsblocked_6 FROM users_ipbanned u0_ WHERE u0_.iprange IS NOT NULL AND u0_.iprange = LEFT(?, LENGTH(u0_.iprange)) OR u0_.ip = ?
Parameters:
[
  "172.18.0.3"
  "172.18.0.3"
]
3 2.63 ms
SELECT f0_.id AS id_0, f0_.name AS name_1, f1_.id AS id_2, f1_.name AS name_3, f1_.description AS description_4, f2_.id AS id_5, f2_.title AS title_6, f2_.created_at AS created_at_7, f3_.id AS id_8, f3_.title AS title_9, u4_.id AS id_10, u4_.name AS name_11, u5_.id AS id_12, u5_.info_genderid AS info_genderid_13, u5_.pref_profile_displaysex AS pref_profile_displaysex_14, u5_.pref_profile_avatarpath AS pref_profile_avatarpath_15, f1_.categid AS categid_16, f1_.lastmsgid AS lastmsgid_17, f1_.lasthighparentmsgid AS lasthighparentmsgid_18, f2_.parentmsgid AS parentmsgid_19, f2_.highparentmsgid AS highparentmsgid_20, f2_.lastchildmsgid AS lastchildmsgid_21, f2_.forumid AS forumid_22, f2_.created_by AS created_by_23, f2_.updated_by AS updated_by_24, f3_.parentmsgid AS parentmsgid_25, f3_.highparentmsgid AS highparentmsgid_26, f3_.lastchildmsgid AS lastchildmsgid_27, f3_.forumid AS forumid_28, f3_.created_by AS created_by_29, f3_.updated_by AS updated_by_30, u5_.userid AS userid_31, u5_.country_id AS country_id_32, u5_.info_provinceid AS info_provinceid_33, u5_.geodata_id AS geodata_id_34, u5_.pref_profile_backgroundpicid AS pref_profile_backgroundpicid_35 FROM forum_forumscategs f0_ LEFT JOIN forum_forums f1_ ON f0_.id = f1_.categid LEFT JOIN forum_msgs f2_ ON f1_.lastmsgid = f2_.id LEFT JOIN forum_msgs f3_ ON f1_.lasthighparentmsgid = f3_.id LEFT JOIN users u4_ ON f2_.created_by = u4_.id LEFT JOIN users_data u5_ ON u4_.id = u5_.userid INNER JOIN forum_access f6_ ON f1_.id = f6_.forumid WHERE f1_.type = 1 ORDER BY f0_.orderpos ASC, f1_.orderpos ASC
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Entities Mapping

Class Mapping errors
App\Entity\Parameter No errors.
App\Entity\UserIpBanned No errors.
App\Entity\ForumCategory No errors.
App\Entity\Forum No errors.
App\Entity\ForumMessage No errors.
App\Entity\User
  • The association App\Entity\User#productVotes refers to the owning side field App\Entity\ProductVote#user which does not exist.
App\Entity\UserData No errors.
App\Entity\ForumAccess No errors.