HEAD https://floowy.aytweb.com/

Query Metrics

4 Database Queries
4 Different statements
33.28 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 14.72 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.main_image AS main_image_2, a0_.main_image_credit AS main_image_credit_3, a0_.main_image_description AS main_image_description_4, a0_.src_url AS src_url_5, a0_.original_readable_content AS original_readable_content_6, a0_.ai_summary AS ai_summary_7, a0_.ai_summary_provider AS ai_summary_provider_8, a0_.posted_at AS posted_at_9, a0_.rss_feed_id AS rss_feed_id_10 FROM article a0_ INNER JOIN rss_feed r1_ ON a0_.rss_feed_id = r1_.id INNER JOIN newspaper n2_ ON r1_.newspaper_id = n2_.id WHERE (a0_.ai_summary IS NOT NULL AND a0_.ai_summary <> '') AND n2_.is_enabled = ? ORDER BY a0_.posted_at DESC LIMIT 4
Parameters:
[
  1
]
2 6.83 ms
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.is_enabled AS is_enabled_2, n0_.url AS url_3 FROM newspaper n0_ WHERE n0_.is_enabled = ? ORDER BY n0_.name ASC
Parameters:
[
  1
]
3 6.00 ms
SELECT COUNT(*) FROM article t0
Parameters:
[]
4 5.73 ms
SELECT COUNT(*) FROM newspaper t0 WHERE t0.is_enabled = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\RssFeed No errors.
App\Entity\Newspaper No errors.