Query Metrics
4
Database Queries
4
Different statements
9.08 ms
Query time
0
Invalid entities
0
Cache hits
0
Cache misses
0
Cache puts
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.34 ms |
SELECT id, url, auth_token FROM credential_settings WHERE type = :type AND (DATE(limit_date) < NOW() OR limit_date IS NULL) ORDER BY RAND() LIMIT 1;
Parameters:
[ "type" => "surveymonkey_proxy" ] |
2 | 0.67 ms |
SELECT count(id) as cnt FROM credential_settings WHERE type = :type AND limit_date < NOW()
Parameters:
[ "type" => "surveymonkey_proxy" ] |
3 | 0.84 ms |
SELECT t0.id AS id_1, t0.provider_id AS provider_id_2, t0.url AS url_3, t0.state AS state_4, t0.provider_settings AS provider_settings_5 FROM materials_quiz t0 WHERE t0.provider_id = ? LIMIT 1
Parameters:
[
"414382788"
]
|
4 | 6.23 ms |
INSERT INTO proxy_errors VALUES (null, :quiz, :resp, :date)
Parameters:
[ "quiz" => "414382788" "resp" => "114911165935" "date" => "2025-08-02 10:07:56" ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
0
Hits
0
Misses
0
Puts
Entities Mapping
Class | Mapping errors |
---|---|
CodersLab\Lms\Modules\Materials\Domain\Quiz | No errors. |
CodersLab\Lms\Modules\Materials\Domain\Pill\Material | No errors. |
CodersLab\Lms\Modules\Materials\Domain\Pill\Version | No errors. |
CodersLab\Lms\Modules\Materials\Domain\Pill\Review | No errors. |
CodersLab\Lms\Modules\Materials\Domain\Pill\MaterialCriterion | No errors. |
CodersLab\Lms\Modules\Materials\Domain\Pill\Tag | No errors. |