GET http://vultr-b2sms-whatsapp-dev.as2.io/campaign/add

Query Metrics

2 Database Queries
2 Different statements
1.02 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.full_name AS full_name_3, t0.phone AS phone_4, t0.roles AS roles_5, t0.password AS password_6 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.message AS message_3, t0.type AS type_4, t0.language AS language_5, t0.status AS status_6, t0.image_name AS image_name_7, t0.updated_at AS updated_at_8, t0.video_name AS video_name_9, t0.survey AS survey_10, t0.user_id AS user_id_11 FROM template t0 WHERE t0.user_id = ?
Parameters:
[
  2
]

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\User No errors.
App\Entity\Template
  • The association App\Entity\Template#user refers to the inverse side field App\Entity\User#templates which does not exist.
App\Entity\Marketing
  • The association App\Entity\Marketing#contact refers to the inverse side field App\Entity\Contact#marketings which does not exist.