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

Query Metrics

1 Database Queries
1 Different statements
1.32 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.32 ms
SELECT t0.id AS id_1, t0.stripe_customer AS stripe_customer_2, t0.stripe_product AS stripe_product_3, t0.payment_method AS payment_method_4, t0.payment_intent AS payment_intent_5, t0.plan_interval AS plan_interval_6, t0.paid_amount AS paid_amount_7, t0.status AS status_8, t0.created AS created_9, t0.plan_period_start AS plan_period_start_10, t0.plan_period_end AS plan_period_end_11, t0.quantity AS quantity_12, t0.plan_id AS plan_id_13, t0.center_id AS center_id_14, t0.audio_id AS audio_id_15, t0.contract_category_id AS contract_category_id_16 FROM specific_subscription t0 WHERE t0.stripe_customer = ? LIMIT 1
Parameters:
[
  "cus_ScMuAhDHQ0iVSo"
]

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\SpecificSubscription No errors.
App\Entity\Plan No errors.
App\Entity\Centre
  • The mappings App\Entity\Centre#audioCentre and App\Entity\AudioCentre#id_centre are inconsistent with each other.
  • The field App\Entity\Centre#centrePrestations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CentrePrestation#id_centre does not contain the required 'inversedBy="centrePrestations"' attribute.
  • The field App\Entity\Centre#centreMutuelles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CentreMutuelle#id_centre does not contain the required 'inversedBy="centreMutuelles"' attribute.
  • The association App\Entity\Centre#accessUsers refers to the owning side field App\Entity\AccessControl\AccessUser#center which does not exist.
  • The field App\Entity\Centre#partnerSubscription is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Partner\PartnerSubscription#centre does not contain the required 'inversedBy="partnerSubscription"' attribute.
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\ContractCategory
  • The field 'App\Entity\ContractCategory#abonnementPriceHT' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\ContractCategory#abonnementPriceTtc' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\ContractCategory#comissionPriceHt' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\ContractCategory#commissionPriceTtc' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.