Redirect 302 redirect from GET @app_btoc_with_target (5dc15a)

GET https://v2-dev-requeteur.optindata.fr/security/login?r=

Query Metrics

8 Database Queries
5 Different statements
27.33 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.23 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?
Parameters:
[
  "api.gocad.username"
]
2 0.14 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?
Parameters:
[
  "api.gocad.password"
]
3 0.45 ms
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.page AS page_3, p0_.title AS title_4, p0_.text AS text_5, p0_.active AS active_6, p0_.url AS url_7, p0_.local AS local_8, p0_.limit_date AS limit_date_9, p0_.created_by_id AS created_by_id_10 FROM publicite p0_ WHERE p0_.active = ? AND (p0_.limit_date IS NULL OR p0_.limit_date > ?) AND p0_.local = ?
Parameters:
[
  1
  "2026-04-16 18:00:16"
  "side_bar"
]
4 2.24 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters:
[
  1
  2
  1
  "2026-04-16"
]
5 23.32 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters:
[
  1
  2
  0
  "2026-04-16"
]
6 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.enabled AS enabled_3, t0.discr FROM referential t0 WHERE t0.id = ? AND t0.discr IN ('refType')
Parameters:
[
  2
]
7 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.enabled AS enabled_3, t0.discr FROM referential t0 WHERE t0.id = ? AND t0.discr IN ('refType')
Parameters:
[
  1
]
8 0.45 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.created_at AS created_at_3, t0_.data AS data_4, t0_.top_target AS top_target_5, t0_.expiration_date AS expiration_date_6, t0_.type_id AS type_id_7, t0_.created_by_id AS created_by_id_8, t0_.network_id AS network_id_9 FROM target t0_ WHERE t0_.network_id IS NULL AND t0_.type_id IN (?, ?) AND t0_.top_target = ? AND t0_.created_by_id IS NULL AND (t0_.expiration_date IS NULL OR t0_.expiration_date >= ?) ORDER BY t0_.created_at DESC
Parameters:
[
  1
  2
  0
  "2026-04-16"
]

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\SystemSetting No errors.
App\Entity\Publicite No errors.
App\Entity\User
  • The association App\Entity\User#loginMessage refers to the inverse side field App\Entity\LoginMessage#viewedUsers which does not exist.
App\Entity\Target No errors.
App\Entity\Referential No errors.
App\Entity\RefType No errors.
App\Entity\Network No errors.