GET https://pro.imagina.run/sitemap.xml

Query Metrics

12 Database Queries
6 Different statements
18.08 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.23 ms
"START TRANSACTION"
Parameters:
[]
2 2.22 ms
INSERT INTO user (email, roles, password, facebook_id, google_id, confirmation_token, linkedin_id, apple_id, has_web_device, has_ios_device, has_android_device, username, name, firstname, locale, locale_original, timezone, timezone_original, birthday, last_login, registration_date, gender, city, phone, about, guid, image, original_image, image_cover, original_image_cover, organization, position, facebook, twitter, instagram, linkedin, youtube, is_send_welcome_notification, is_validated, elle_token, last_registration_mail_confirm_date, registration_confirmed_message, history) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "897dd256278bbe5a2875e35a5fca9cd9"
  "[]"
  ""
  null
  null
  null
  null
  null
  1
  null
  null
  "ca7f7fe5744932960440bb50812a612e"
  ""
  ""
  "fr"
  "fr"
  null
  null
  null
  "2026-03-30 20:21:37"
  "2026-03-30 20:21:37"
  ""
  null
  null
  null
  "a316edecbb930617fe4e5a5b86494387"
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  0
  0
  0
  null
  null
  null
]
3 2.19 ms
"COMMIT"
Parameters:
[]
4 1.26 ms
SELECT t0.id AS id_1, t0.external_id AS external_id_2, t0.title AS title_3, t0.content AS content_4, t0.data1 AS data1_5, t0.data2 AS data2_6, t0.data3 AS data3_7, t0.data4 AS data4_8, t0.data5 AS data5_9, t0.data6 AS data6_10, t0.data7 AS data7_11, t0.data8 AS data8_12, t0.data9 AS data9_13, t0.data10 AS data10_14, t0.link AS link_15, t0.image AS image_16, t0.original_image AS original_image_17, t0.source AS source_18, t0.position AS position_19, t0.date AS date_20, t0.date_update AS date_update_21, t0.date_begin AS date_begin_22, t0.date_end AS date_end_23, t0.is_active AS is_active_24, t0.is_archived AS is_archived_25, t0.data AS data_26, t0.locale AS locale_27, t0.user_id AS user_id_28, t0.original_id AS original_id_29, t0.authentification_process_id AS authentification_process_id_30, t0.item_id AS item_id_31, t0.item_type FROM content t0 WHERE t0.content = ? AND t0.user_id = ? AND t0.item_type IN ('authentification_process_answer')
Parameters:
[
  "code"
  11256867
]
5 2.38 ms
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
  "49884b1ce6be67558dc1d48b64d8f7a95b029ff8303a574ea5bbe2fcd06508b318ff4317bf66a3ee128a84ebc5447667c278235aafb1ffee19f0a5c333c138de"
]
6 0.28 ms
"START TRANSACTION"
Parameters:
[]
7 1.22 ms
INSERT INTO refresh_tokens (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "49884b1ce6be67558dc1d48b64d8f7a95b029ff8303a574ea5bbe2fcd06508b318ff4317bf66a3ee128a84ebc5447667c278235aafb1ffee19f0a5c333c138de"
  "897dd256278bbe5a2875e35a5fca9cd9"
  "2026-04-30 06:51:37"
]
8 2.58 ms
"COMMIT"
Parameters:
[]
9 2.20 ms
SELECT t0.refresh_token AS refresh_token_1, t0.username AS username_2, t0.valid AS valid_3, t0.id AS id_4 FROM refresh_tokens t0 WHERE t0.refresh_token = ? LIMIT 1
Parameters:
[
  "650616fc4fd3b728fba2bbaa1f701e284adeecf7f6a8a4acab1bd5320ab5fb14687496cd1aa898ec4c167e595b73f68384d3312ac27910716eef774bf5b2179f"
]
10 0.23 ms
"START TRANSACTION"
Parameters:
[]
11 1.08 ms
INSERT INTO refresh_tokens (refresh_token, username, valid) VALUES (?, ?, ?)
Parameters:
[
  "650616fc4fd3b728fba2bbaa1f701e284adeecf7f6a8a4acab1bd5320ab5fb14687496cd1aa898ec4c167e595b73f68384d3312ac27910716eef774bf5b2179f"
  "897dd256278bbe5a2875e35a5fca9cd9"
  "2026-04-30 06:51:37"
]
12 2.22 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
automation doctrine.dbal.automation_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
automation doctrine.orm.automation_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\JWT\RefreshToken 2
App\Entity\User\User 1

automation entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\JWT\RefreshToken No errors.
App\Entity\User\User No errors.
App\Entity\User\UserFollow No errors.
App\Entity\User\UserNotification No errors.
App\Entity\Common\Notification No errors.
App\Entity\Common\BlogArticle No errors.
App\Entity\Common\DeviceToken No errors.
App\Entity\Common\Follow No errors.
App\Entity\User\UserMetadata No errors.
App\Entity\Common\Content No errors.
App\Entity\Module\Registration\RegistrationInvoice No errors.
App\Entity\User\UserRole
  • The field 'App\Entity\User\UserRole#admin' has the property type 'int' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\User\UserRole#isActive' has the property type 'int' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Tool\History\HistoryLog No errors.
App\Entity\User\UserConversation No errors.
App\Entity\User\UserInvitation No errors.
App\Entity\Pro\Statistic\StatisticPosition No errors.
App\Entity\Pro\Statistic\StatisticIbeacon No errors.
App\Entity\Common\StatisticView No errors.
App\Entity\User\UserTag No errors.
App\Entity\Common\HistoryTypes\UserResourcesHistory No errors.
App\Entity\Common\UserGaugeSubscription No errors.
App\Entity\Module\Interactivity\InteractivityTeam No errors.
App\Entity\Tool\Authentification\AuthentificationProcessAnswer No errors.
App\Entity\Tool\Authentification\AuthentificationProcess
  • The mappings App\Entity\Tool\Authentification\AuthentificationProcess#answers and App\Entity\Tool\Authentification\AuthentificationProcessAnswer#authentificationProcess are inconsistent with each other.
  • The mappings App\Entity\Tool\Authentification\AuthentificationProcess#processMethods and App\Entity\Tool\Authentification\AuthentificationProcessMethod#authentificationProcess are inconsistent with each other.
App\Entity\Tool\UserManagement\UserManagementUserCode No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.

automation entity manager

No loaded entities.