http://peak-mobile.dotit-corp.com/tapi/webRegister

Query Metrics

5 Database Queries
5 Different statements
66.11 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.16 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.mobile AS mobile_7, t0.birthday AS birthday_8, t0.gender AS gender_9, t0.security_id_fb AS security_id_fb_10, t0.security_id_gm AS security_id_gm_11, t0.security_id_ap AS security_id_ap_12, t0.is_deleted AS is_deleted_13 FROM customer t0 WHERE t0.email = ? AND t0.is_deleted = ? LIMIT 1
Parameters:
[
  "anisdabbour@gmail.com"
  0
]
2 61.98 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.mobile AS mobile_7, t0.birthday AS birthday_8, t0.gender AS gender_9, t0.security_id_fb AS security_id_fb_10, t0.security_id_gm AS security_id_gm_11, t0.security_id_ap AS security_id_ap_12, t0.is_deleted AS is_deleted_13 FROM customer t0 WHERE t0.mobile = ? AND t0.is_deleted = ? LIMIT 1
Parameters:
[
  "97189171"
  0
]
3 0.22 ms
"START TRANSACTION"
Parameters:
[]
4 0.33 ms
INSERT INTO customer (email, roles, password, first_name, last_name, mobile, birthday, gender, security_id_fb, security_id_gm, security_id_ap, is_deleted) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => "anisdabbour@gmail.com"
  2 => "[]"
  3 => "$2y$10$sxXw3P9ULepTWwO3cdcwIeBIu/EelNto2EnOHiUqzS/WNZG.5KqWK"
  4 => "Anis"
  5 => "Dabbour"
  6 => "97189171"
  7 => null
  8 => 0
  9 => null
  10 => null
  11 => null
  12 => 0
]
5 1.41 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\Customer No errors.
App\Entity\Address No errors.
App\Entity\Cart No errors.
App\Entity\WishList No errors.
App\Entity\PushNotification No errors.
App\Entity\BroadcastNotifications No errors.
App\Entity\CartRule No errors.
App\Entity\Orders No errors.
App\Entity\NotificationCustomer No errors.