POST http://vultr-b2sms-whatsapp-dev.as2.io/pending_message/send

Query Metrics

3 Database Queries
3 Different statements
1.84 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.01 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.53 ms
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.sexe AS sexe_4, t0.phone AS phone_5, t0.is_blacklisted AS is_blacklisted_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM contact t0 WHERE t0.user_id = ? AND t0.is_blacklisted = ?
Parameters:
[
  2
  0
]
3 0.30 ms
SELECT p0_.id AS id_0, p0_.contact_id AS contact_id_1, p0_.content AS content_2, p0_.status AS status_3, p0_.send_date AS send_date_4, p0_.send_time AS send_time_5, p0_.file_path AS file_path_6, p0_.image_path AS image_path_7, p0_.pdf_path AS pdf_path_8, p0_.is_mailing AS is_mailing_9 FROM pending_message p0_ WHERE p0_.contact_id IN (NULL) ORDER BY p0_.id DESC
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\User No errors.
App\Entity\Contact No errors.
App\Entity\PendingMessage No errors.