GET http://profit.knauf.pl/artykuly/porady

Query Metrics

2 Database Queries
2 Different statements
48.92 ms Query time
1 Invalid entities
40 Managed entities

Queries

Group similar statements

# Time Info
1 10.84 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM a_category t0 WHERE t0.active = ?
Parameters:
[
  1
]
2 38.09 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.picture AS picture_3, a0_.active AS active_4, a0_.slug AS slug_5, a0_.template AS template_6, a0_.views AS views_7, a0_.item_type AS item_type_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.deleted_at AS deleted_at_11, a1_.id AS id_12, a1_.title AS title_13, a1_.slug AS slug_14, a1_.active AS active_15, a1_.created_at AS created_at_16, a1_.updated_at AS updated_at_17, a1_.deleted_at AS deleted_at_18, a0_.author_id AS author_id_19 FROM a_article a0_ LEFT JOIN article_article_category a2_ ON a0_.id = a2_.article_id LEFT JOIN a_category a1_ ON a1_.id = a2_.article_category_id WHERE (a0_.active = ?) AND (a0_.deleted_at IS NULL) ORDER BY a0_.id ASC
Parameters:
[
  1
]

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\Article 32
App\Entity\ArticleCategory 7
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\ArticleCategory No errors.
App\Entity\Article No errors.
App\Entity\User No errors.
App\Entity\ArticlePhoto No errors.
App\Entity\Photo No errors.
App\Entity\Profile No errors.
App\Entity\Invoice
  • The mappings App\Entity\Invoice#invoiceLogs and App\Entity\InvoiceLog#invoice are inconsistent with each other.
App\Entity\Group No errors.
App\Entity\Order No errors.
App\Entity\Point No errors.
App\Entity\DeliveryAddress No errors.
App\Entity\InvoicePhoto No errors.
App\Entity\InvoiceProduct No errors.
App\Entity\InvoiceLog No errors.
App\Entity\Distributor No errors.
App\Entity\OrderProduct No errors.
App\Entity\OrderLog No errors.
App\Entity\ReportAward No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\ProductCategory No errors.
App\Entity\ProductPhoto No errors.
App\Entity\Dealer No errors.
App\Entity\ReportProduct No errors.
App\Entity\Product No errors.
App\Entity\Region No errors.
App\Entity\Email No errors.
App\Entity\News No errors.
Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry No errors.
Gedmo\Loggable\Entity\LogEntry No errors.
Vich\UploaderBundle\Entity\File No errors.