https://install.cosavostra.com/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 213.03 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.gitlab_id AS gitlab_id_2, p0_.gitlab_url AS gitlab_url_3, p0_.gitlab_ci AS gitlab_ci_4, p0_.installable AS installable_5, p0_.sonar_code AS sonar_code_6, p0_.last_update AS last_update_7, p0_.config AS config_8, p0_.project_type_id AS project_type_id_9, p0_.server_id AS server_id_10 FROM project p0_ WHERE p0_.last_update >= ? AND p0_.project_type_id IS NOT NULL AND (p0_.installable <> '0' OR p0_.installable IS NULL) ORDER BY p0_.name ASC
Parameters:
[
  "2024-03-21 14:20:01"
]
2 31.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM project_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM project_type t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM project_type t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\Project No errors.
App\Entity\ProjectType No errors.
App\Entity\Server No errors.
App\Entity\ProjectLinks No errors.