GET http://51.210.178.174/webapp/articles/469/editAdmin

Query Metrics

7 Database Queries
7 Different statements
3.80 ms Query time
0 Invalid entities
20 Managed entities

Queries

Group similar statements

# Time Info
1 1.52 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image_name AS image_name_5, t0.image_size AS image_size_6, t0.doc AS doc_7, t0.intro AS intro_8, t0.is_code AS is_code_9, t0.is_title_show AS is_title_show_10, t0.is_show_intro AS is_show_intro_11, t0.is_archived AS is_archived_12, t0.is_show_created AS is_show_created_13, t0.is_show_read_more AS is_show_read_more_14, t0.is_show_category AS is_show_category_15, t0.is_show_support AS is_show_support_16, t0.is_show_theme AS is_show_theme_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.author_id AS author_id_20, t0.college_id AS college_id_21, t0.theme_id AS theme_id_22, t0.support_id AS support_id_23 FROM article t0 WHERE t0.id = ?
Parameters:
[
  "469"
]
2 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.image_size AS image_size_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM theme t0 WHERE t0.id = ?
Parameters:
[
  2
]
3 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.image_size AS image_size_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM support t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.64 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.category_name AS category_name_3, t0.category_size AS category_size_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  469
]
5 0.31 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.image_name AS image_name_2, t0_.image_size AS image_size_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5 FROM theme t0_
Parameters:
[]
6 0.27 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image_name AS image_name_2, s0_.image_size AS image_size_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5 FROM support s0_
Parameters:
[]
7 0.27 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.category_name AS category_name_2, c0_.category_size AS category_size_3, c0_.created_at AS created_at_4, c0_.updated_at AS updated_at_5 FROM category c0_
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\Webapp\Category 7
App\Entity\Gestapp\Theme 6
App\Entity\Gestapp\Support 4
App\Entity\Webapp\Article 1
App\Entity\Admin\User 1
App\Entity\Admin\College 1

Entities Mapping