Query Metrics
4
Database Queries
4
Different statements
2.02 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.69 ms (34.39%) |
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.action_type = ? AND t0.is_deleted = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[ 40 31 "随机验证" 0 ]
|
||||||||||||||||||||||||||
|
0.61 ms (30.38%) |
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.37 ms (18.14%) |
1 |
SELECT COUNT(*) FROM verification_log t0 WHERE t0.video_id = ? AND t0.student_id = ? AND t0.is_verified = ? AND t0.verification_type = ?
Parameters:
[ 31 40 1 "人脸比对" ]
|
||||||||||||||||||||||||||
|
0.34 ms (17.10%) |
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:
[
"40"
]
|
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\Video | 1 |
| App\Entity\Chapter | 1 |
| App\Entity\Student | 1 |
| App\Entity\Merchant | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Video | No errors. |
| App\Entity\Chapter | No errors. |
| App\Entity\VideoWatchLog | No errors. |
| App\Entity\VerificationLog | No errors. |
| App\Entity\LearnTrack | No errors. |
| App\Entity\Student | No errors. |
| App\Entity\Merchant | No errors. |
| App\Entity\GradeStudent | No errors. |
| App\Entity\StudentMajor | No errors. |