GET https://feeds.maltehuebner.dev/profiles/1643

Query Metrics

4 Database Queries
4 Different statements
1.14 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.22 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.last_fetch_success_date_time AS last_fetch_success_date_time_4, t0.last_fetch_failure_date_time AS last_fetch_failure_date_time_5, t0.last_fetch_failure_error AS last_fetch_failure_error_6, t0.auto_fetch AS auto_fetch_7, t0.fetch_source AS fetch_source_8, t0.additional_data AS additional_data_9, t0.deleted AS deleted_10, t0.deleted_at AS deleted_at_11, t0.network_id AS network_id_12 FROM profile t0 WHERE t0.id = ?
Parameters:
[
  "1643"
]
2 0.40 ms
SELECT COUNT(*) FROM item t0 WHERE t0.profile_id = ?
Parameters:
[
  1643
]
3 0.16 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.name AS name_3, t0.icon AS icon_4, t0.background_color AS background_color_5, t0.text_color AS text_color_6, t0.profile_url_pattern AS profile_url_pattern_7, t0.cron_expression AS cron_expression_8 FROM network t0 WHERE t0.id = ?
Parameters:
[
  101
]
4 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.token AS token_3, t0.enabled AS enabled_4, t0.created_at AS created_at_5 FROM client t0 INNER JOIN client_profile ON t0.id = client_profile.client_id WHERE client_profile.profile_id = ?
Parameters:
[
  1643
]

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\Profile 1
App\Entity\Network 1

Entities Mapping

Class Mapping errors
App\Entity\Profile No errors.
App\Entity\Network No errors.
App\Entity\Client No errors.
App\Entity\Item No errors.