POST https://spineway.asb-digital.fr/api/me/stats/usage

Query Metrics

8 Database Queries
8 Different statements
1.93 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.48 ms
(25.13%)
1
"COMMIT"
Parameters:
[]
0.35 ms
(18.38%)
1
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.organization AS organization_4, t0.phone_number AS phone_number_5, t0.email AS email_6, t0.pending_email AS pending_email_7, t0.password AS password_8, t0.enabled AS enabled_9, t0.deleted_at AS deleted_at_10, t0.roles AS roles_11, t0.profil AS profil_12, t0.job AS job_13, t0.comment AS comment_14, t0.locale AS locale_15, t0.allow_general_notifications AS allow_general_notifications_16, t0.validated_at AS validated_at_17, t0.allow_event_notifications AS allow_event_notifications_18, t0.allow_press_notifications AS allow_press_notifications_19, t0.allow_blog_notifications AS allow_blog_notifications_20, t0.allow_product_notifications AS allow_product_notifications_21, t0.allow_article_notifications_bool AS allow_article_notifications_bool_22, t0.device_push_permission AS device_push_permission_23, t0.device_push_permission_updated_at AS device_push_permission_updated_at_24, t0.country_id AS country_id_25 FROM client t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "maxtor3569@gmail.com"
]
0.22 ms
(11.43%)
1
SELECT t0.id AS id_1, t0.day AS day_2, t0.enable_product_notif AS enable_product_notif_3, t0.enable_general_notif AS enable_general_notif_4, t0.last_connected_at AS last_connected_at_5, t0.nb_sessions AS nb_sessions_6, t0.deleted AS deleted_7, t0.page_visits AS page_visits_8, t0.usage_time_minutes AS usage_time_minutes_9, t0.client_id AS client_id_10 FROM user_statistic t0 WHERE t0.client_id = ? AND t0.day = ? LIMIT 1
Parameters:
[
  1
  "2026-06-01"
]
0.21 ms
(11.01%)
1
SELECT s0_.id AS id_0, s0_.page_name AS page_name_1, s0_.route AS route_2, s0_.h1_enabled AS h1_enabled_3, s0_.translation_en_id AS translation_en_id_4, s0_.translation_fr_id AS translation_fr_id_5, s0_.translation_us_id AS translation_us_id_6, s0_.translation_es_id AS translation_es_id_7, s0_.translation_de_id AS translation_de_id_8, s0_.translation_pt_id AS translation_pt_id_9 FROM seopage_global s0_ WHERE s0_.route = ?
Parameters:
[
  "_api_/me/stats/usage_post"
]
0.20 ms
(10.58%)
1
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.address_street AS address_street_4, t0.zipcode AS zipcode_5, t0.city AS city_6, t0.legal_site_name AS legal_site_name_7, t0.legal_siret AS legal_siret_8, t0.legal_siren AS legal_siren_9, t0.legal_rcs AS legal_rcs_10, t0.legal_address AS legal_address_11, t0.legal_zipcode AS legal_zipcode_12, t0.legal_city AS legal_city_13, t0.legal_phone AS legal_phone_14, t0.legal_email AS legal_email_15, t0.legal_publication_owner AS legal_publication_owner_16, t0.legal_site_url AS legal_site_url_17, t0.default_title AS default_title_18, t0.default_meta_desc AS default_meta_desc_19 FROM site_settings t0
Parameters:
[]
0.19 ms
(9.92%)
1
UPDATE user_statistic SET last_connected_at = ?, usage_time_minutes = ? WHERE id = ?
Parameters:
[
  "2026-06-01 19:13:47"
  662
  454
]
0.18 ms
(9.56%)
1
SELECT t0.id AS id_1, t0.day AS day_2, t0.enable_product_notif AS enable_product_notif_3, t0.enable_general_notif AS enable_general_notif_4, t0.last_connected_at AS last_connected_at_5, t0.nb_sessions AS nb_sessions_6, t0.deleted AS deleted_7, t0.page_visits AS page_visits_8, t0.usage_time_minutes AS usage_time_minutes_9, t0.client_id AS client_id_10 FROM user_statistic t0 WHERE t0.day = ? AND t0.client_id = ? LIMIT 1
Parameters:
[
  "2026-06-01"
  1
]
0.08 ms
(4.00%)
1
"START TRANSACTION"
Parameters:
[]

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\Account\Client
  • The mappings App\Entity\Account\Client#articleNotifications and App\Entity\PWA\ClientNotification#client are inconsistent with each other.
App\Entity\ContactCountry No errors.
App\Entity\Account\ClientHasProduct No errors.
App\Entity\PWA\ClientNotification No errors.
App\Entity\Account\ClientAllowArticleNotification No errors.
App\Entity\SEOPageGlobal No errors.
App\Entity\SEOPage
  • The field App\Entity\SEOPage#translatedEn is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationEn does not contain the required 'inversedBy="translatedEn"' attribute.
  • The field App\Entity\SEOPage#translatedFr is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationFr does not contain the required 'inversedBy="translatedFr"' attribute.
  • The field App\Entity\SEOPage#translatedUs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationUs does not contain the required 'inversedBy="translatedUs"' attribute.
  • The field App\Entity\SEOPage#translatedEs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationEs does not contain the required 'inversedBy="translatedEs"' attribute.
  • The field App\Entity\SEOPage#translatedDe is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationDe does not contain the required 'inversedBy="translatedDe"' attribute.
  • The field App\Entity\SEOPage#translatedPt is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationPt does not contain the required 'inversedBy="translatedPt"' attribute.
Cofondateur\SocleTechniqueBundle\Entity\SiteSettings No errors.
App\Entity\SiteSettings No errors.
App\Entity\Statistics\UserStatistic No errors.
App\Entity\Blog\ArticleCategoryGlobal No errors.