POST https://www.penghongzx.com/api/watch

Query Metrics

6 Database Queries
6 Different statements
1.82 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.62 ms
(33.96%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.id_card AS id_card_6, t0.cover AS cover_7, t0.idno AS idno_8, t0.is_resigned AS is_resigned_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.is_deleted AS is_deleted_12, t0.merchant_id AS merchant_id_13 FROM student t0 WHERE t0.id = ?
Parameters:
[
  39
]
0.32 ms
(17.66%)
1
SELECT t0.id AS id_1, t0.is_completed AS is_completed_2, t0.watch_seconds AS watch_seconds_3, t0.ip AS ip_4, t0.start_time AS start_time_5, t0.end_time AS end_time_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_deleted AS is_deleted_9, t0.student_id AS student_id_10, t0.video_id AS video_id_11 FROM video_watch_log t0 WHERE t0.student_id = ? AND t0.video_id = ? LIMIT 1
Parameters:
[
  39
  31
]
0.27 ms
(15.03%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.file_id AS file_id_4, t0.teacher AS teacher_5, t0.duration AS duration_6, t0.credit_hours AS credit_hours_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_deleted AS is_deleted_10, t0.chapter_id AS chapter_id_11 FROM video t0 WHERE t0.id = ?
Parameters:
[
  31
]
0.22 ms
(12.23%)
1
SELECT t0.id AS id_1, t0.start_time AS start_time_2, t0.end_time AS end_time_3, t0.action_target AS action_target_4, t0.action_type AS action_type_5, t0.platform AS platform_6, t0.ip AS ip_7, t0.duration AS duration_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_deleted AS is_deleted_11, t0.student_id AS student_id_12, t0.video_id AS video_id_13 FROM learn_track t0 WHERE t0.student_id = ? AND t0.video_id = ? AND t0.start_time = ? LIMIT 1
Parameters:
[
  39
  31
  1782202099
]
0.19 ms
(10.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_deleted AS is_deleted_5, t0.major_id AS major_id_6 FROM chapter t0 WHERE t0.id = ?
Parameters:
[
  23
]
0.19 ms
(10.54%)
1
SELECT t0.id AS id_1, t0.start_time AS start_time_2, t0.end_time AS end_time_3, t0.action_target AS action_target_4, t0.action_type AS action_type_5, t0.platform AS platform_6, t0.ip AS ip_7, t0.duration AS duration_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_deleted AS is_deleted_11, t0.student_id AS student_id_12, t0.video_id AS video_id_13 FROM learn_track t0 WHERE t0.student_id = ? AND t0.video_id = ?
Parameters:
[
  39
  31
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Student 1
App\Entity\Merchant 1
App\Entity\Video 1
App\Entity\Chapter 1
App\Entity\Major 1
App\Entity\VideoWatchLog 1
App\Entity\LearnTrack 1

Entities Mapping

Class Mapping errors
App\Entity\Student No errors.
App\Entity\Merchant No errors.
App\Entity\VideoWatchLog No errors.
App\Entity\VerificationLog No errors.
App\Entity\LearnTrack No errors.
App\Entity\GradeStudent No errors.
App\Entity\StudentMajor No errors.
App\Entity\Video No errors.
App\Entity\Chapter No errors.
App\Entity\Major No errors.