Query Metrics
9
Database Queries
7
Different statements
3.24 ms
Query time
3
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.21 ms |
SET SESSION time_zone = '+00:00'
Parameters:
[] |
2 | 0.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.department AS department_3, t0.login_id AS login_id_4, t0.password AS password_5, t0.salt AS salt_6, t0.sort_no AS sort_no_7, t0.two_factor_auth_key AS two_factor_auth_key_8, t0.two_factor_auth_enabled AS two_factor_auth_enabled_9, t0.create_date AS create_date_10, t0.update_date AS update_date_11, t0.login_date AS login_date_12, t0.work_id AS work_id_13, t0.authority_id AS authority_id_14, t0.creator_id AS creator_id_15, t0.discriminator_type FROM dtb_member t0 WHERE t0.login_id = ? AND t0.work_id = ? AND t0.discriminator_type IN ('member') LIMIT 1
Parameters:
[ "Atelier" 1 ] |
3 | 0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.discriminator_type FROM mtb_login_history_status t0 WHERE t0.id = ? AND t0.discriminator_type IN ('loginhistorystatus')
Parameters:
[
1
]
|
4 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
5 | 0.40 ms |
INSERT INTO dtb_login_history (user_name, client_ip, create_date, update_date, login_history_status_id, member_id, discriminator_type) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "Atelier" "153.209.56.34" "2025-07-02 04:08:56" "2025-07-02 04:08:56" 1 10 "loginhistory" ] |
6 | 0.22 ms |
"COMMIT"
Parameters:
[] |
7 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
8 | 0.47 ms |
UPDATE dtb_member SET login_date = ?, update_date = ? WHERE id = ?
Parameters:
[ "2025-07-02 04:08:56" "2025-07-02 04:08:56" 10 ] |
9 | 0.25 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 |
---|---|
Eccube\Entity\AbstractEntity | No errors. |
Plugin\PinpointSaleDx\Entity\PlgConfig |
|
Plugin\PinpointSaleDx\Entity\PlgConfigOption |
|
Eccube\Entity\Product |
|
Plugin\Gift42\Entity\GiftConfig | No errors. |
Eccube\Entity\BaseInfo | No errors. |
Eccube\Entity\Page | No errors. |
Eccube\Entity\PageLayout | No errors. |
Eccube\Entity\Block | No errors. |
Eccube\Entity\BlockPosition | No errors. |
Eccube\Entity\Master\AbstractMasterEntity | No errors. |
Eccube\Entity\Master\DeviceType | No errors. |
Eccube\Entity\AuthorityRole | No errors. |
Eccube\Entity\Layout | No errors. |
Eccube\Entity\Member | No errors. |
Eccube\Entity\Master\Work | No errors. |
Eccube\Entity\Master\Authority | No errors. |
Eccube\Entity\Master\LoginHistoryStatus | No errors. |
Eccube\Entity\LoginHistory | No errors. |
Eccube\Entity\Order | No errors. |
Eccube\Entity\Master\OrderItemType | No errors. |
Eccube\Entity\Master\OrderStatus | No errors. |
Eccube\Entity\Delivery | No errors. |
Eccube\Entity\Payment | No errors. |
Eccube\Entity\Master\Pref | No errors. |
Plugin\ProductOption42\Entity\Option | No errors. |
Plugin\ProductOption42\Entity\OptionCategory | No errors. |