https://my-audio-api.server-preprod.ovh/webhook/google-calendar

Query Metrics

7 Database Queries
4 Different statements
3.45 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.16 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.profile_image AS profile_image_3, t0.type AS type_4, t0.code AS code_5, t0.access_token AS access_token_6, t0.access_token_expires AS access_token_expires_7, t0.refresh_token AS refresh_token_8, t0.expire AS expire_9, t0.is_deleted AS is_deleted_10, t0.asynch_token AS asynch_token_11, t0.channel_google_notif AS channel_google_notif_12, t0.google_resource_id AS google_resource_id_13, t0.webhook_expiration AS webhook_expiration_14, t0.audio_id AS audio_id_15 FROM synchronisation_setting t0 WHERE t0.channel_google_notif = ? LIMIT 1
Parameters:
[
  "vYg0J-yMGrLo_xc5C2q1mzZK3UD/R+b4NBkehXHFIjdQusWA6OwtnlVEpT89f7aS"
]
2 0.23 ms
"START TRANSACTION"
Parameters:
[]
3 0.46 ms
INSERT INTO synchronisation_log (TYPE, message, details, created_at, synchronisation_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  1 => "GoogleCalendarService"
  2 => "Google API error in fetchChangedEvents"
  3 => """
    {\n
      "error": {\n
        "code": 401,\n
        "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",\n
        "errors": [\n
          {\n
            "message": "Invalid Credentials",\n
            "domain": "global",\n
            "reason": "authError",\n
            "location": "Authorization",\n
            "locationType": "header"\n
          }\n
        ],\n
        "status": "UNAUTHENTICATED"\n
      }\n
    }\n
    """
  4 => "2025-11-02 10:56:27"
  5 => 33
]
4 0.68 ms
"COMMIT"
Parameters:
[]
5 0.13 ms
"START TRANSACTION"
Parameters:
[]
6 0.30 ms
INSERT INTO synchronisation_log (TYPE, message, details, created_at, synchronisation_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  1 => "GoogleWebhook"
  2 => "Unexpected error during fetchChangedEvents"
  3 => """
    {\n
      "error": {\n
        "code": 401,\n
        "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",\n
        "errors": [\n
          {\n
            "message": "Invalid Credentials",\n
            "domain": "global",\n
            "reason": "authError",\n
            "location": "Authorization",\n
            "locationType": "header"\n
          }\n
        ],\n
        "status": "UNAUTHENTICATED"\n
      }\n
    }\n
    """
  4 => "2025-11-02 10:56:27"
  5 => null
]
7 0.49 ms
"COMMIT"
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\SynchronisationSetting No errors.
App\Entity\GoogleAgenda No errors.
App\Entity\Audio
  • The mappings App\Entity\Audio#audioCentre and App\Entity\AudioCentre#id_audio are inconsistent with each other.
  • The field App\Entity\Audio#audioSpecialites is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AudioSpecialite#id_audio does not contain the required 'inversedBy="audioSpecialites"' attribute.
  • The field App\Entity\Audio#partnerSubscriptions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Partner\PartnerSubscription#audio does not contain the required 'inversedBy="partnerSubscriptions"' attribute.
App\Entity\RdvEvent No errors.
App\Entity\SynchronisationLog No errors.