Redirect 302 redirect from HEAD @homepage (40b407)

HEAD https://gregoriolopez.es/blog

Query Metrics

4 Database Queries
4 Different statements
1.87 ms Query time
0 Invalid entities
34 Managed entities

Queries

Group similar statements

# Time Info
1 1.08 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 1
Parameters:
[
  1
]
2 0.41 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_featured = ? ORDER BY t0.published_at DESC LIMIT 8
Parameters:
[
  0
]
3 0.20 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.published_at AS published_at_7, t0.is_featured AS is_featured_8, t0.is_sidebar AS is_sidebar_9 FROM blog_post t0 WHERE t0.is_sidebar = ? ORDER BY t0.published_at DESC LIMIT 5
Parameters:
[
  1
]
4 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.logo AS logo_4 FROM participated_companies t0 ORDER BY t0.name ASC
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\ParticipatedCompanies 25
App\Entity\BlogPost 9

Entities Mapping

Class Mapping errors
App\Entity\BlogPost No errors.
App\Entity\ParticipatedCompanies No errors.