Error 500 Internal Server Error

GET https://dev.petso.halisz.pl/index.php/blog

Forwarded to ErrorController (463d9c)

Query Metrics

5 Database Queries
5 Different statements
5.33 ms Query time
0 Invalid entities
41 Managed entities

Queries

Group similar statements

# Time Info
1 1.04 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2, t1_.resource_type AS resource_type_3, t1_.resource_id AS resource_id_4, t1_.tag_id AS tag_id_5 FROM tag t0_ INNER JOIN tagging t1_ ON t0_.id = t1_.tag_id WHERE t1_.resource_type = ?
Parameters:
[
  "App\Entity\Blog"
]
2 0.94 ms
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog b0_ WHERE b0_.active = 1
Parameters:
[]
3 0.63 ms
SELECT DISTINCT b0_.id AS id_0, b0_.date_created_at AS date_created_at_1 FROM blog b0_ WHERE b0_.active = 1 ORDER BY b0_.date_created_at DESC LIMIT 9
Parameters:
[]
4 1.18 ms
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.content AS content_4, b0_.date_created_at AS date_created_at_5, b0_.date_updated_at AS date_updated_at_6, b0_.active AS active_7, b0_.is_featured AS is_featured_8, b0_.position AS position_9, b0_.title AS title_10, b0_.meta_title AS meta_title_11, b0_.meta_keywords AS meta_keywords_12, b0_.meta_description AS meta_description_13, b0_.image_id AS image_id_14, b0_.big_image_id AS big_image_id_15, b0_.author_id AS author_id_16 FROM blog b0_ WHERE b0_.active = 1 AND b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY b0_.date_created_at DESC
Parameters:
[
  24
  23
  22
  21
  20
  19
  18
  17
  16
]
5 1.54 ms
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.content AS content_4, b0_.date_created_at AS date_created_at_5, b0_.date_updated_at AS date_updated_at_6, b0_.active AS active_7, b0_.is_featured AS is_featured_8, b0_.position AS position_9, b0_.title AS title_10, b0_.meta_title AS meta_title_11, b0_.meta_keywords AS meta_keywords_12, b0_.meta_description AS meta_description_13, i1_.id AS id_14, i1_.name AS name_15, i1_.alt AS alt_16, i1_.file AS file_17, i1_.uuid AS uuid_18, i1_.type AS type_19, i1_.temp AS temp_20, i1_.path AS path_21, i1_.width AS width_22, i1_.height AS height_23, i1_.extension AS extension_24, i1_.position AS position_25, i1_.created_at AS created_at_26, i1_.updated_at AS updated_at_27, b0_.image_id AS image_id_28, b0_.big_image_id AS big_image_id_29, b0_.author_id AS author_id_30, i1_.owner_id AS owner_id_31 FROM blog b0_ LEFT JOIN image i1_ ON b0_.image_id = i1_.id WHERE b0_.active = 1 ORDER BY b0_.date_created_at DESC LIMIT 3
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Tagging 19
App\Entity\Blog 9
App\Entity\Image 9
App\Entity\Tag 2
App\Entity\Employee 2

Entities Mapping

Class Mapping errors
App\Entity\Tag No errors.
App\Entity\Tagging No errors.
App\Entity\Blog No errors.
App\Entity\Image No errors.
App\Entity\Employee No errors.
App\Entity\User No errors.
App\Entity\Province No errors.
App\Entity\Breeding No errors.
App\Entity\Offer No errors.
App\Entity\Message No errors.
App\Entity\Order No errors.
App\Entity\Address No errors.
App\Entity\Favorite No errors.
App\Entity\Notification No errors.
App\Entity\Foundation No errors.
App\Entity\ConversationParticipant No errors.
App\Entity\UserPlan No errors.