Query Metrics
7
Database Queries
6
Different statements
25.08 ms
Query time
0
Invalid entities
Queries
default_db connection
#▲ | Time | Info |
---|---|---|
1 | 1.08 ms |
SELECT t0.system_configuration_id AS system_configuration_id_1, t0.name AS name_2, t0.value AS value_3, t0.is_dev AS is_dev_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM system_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
|
2 | 0.25 ms |
SELECT t0.system_configuration_id AS system_configuration_id_1, t0.name AS name_2, t0.value AS value_3, t0.is_dev AS is_dev_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM system_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
|
3 | 0.45 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
4 | 0.24 ms |
SELECT DATABASE()
Parameters:
[] |
global_db connection
No database queries were performed.
log_db connection
#▲ | Time | Info |
---|---|---|
1 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
2 | 0.57 ms |
INSERT INTO site_log (exception_string, filename, nb_line, stacktrace, type, referer, uri, user_agent, user_id, user_object, ip_address, hostname, created_at, updated_at, created_by, updated_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
|
3 | 22.27 ms |
"COMMIT"
Parameters:
[] |
Database Connections
Name | Service |
---|---|
default_db | doctrine.dbal.default_db_connection |
global_db | doctrine.dbal.global_db_connection |
log_db | doctrine.dbal.log_db_connection |
Entity Managers
Name | Service |
---|---|
default_db | doctrine.orm.default_db_entity_manager |
global_db | doctrine.orm.global_db_entity_manager |
log_db | doctrine.orm.log_db_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default_db entity manager
Class | Mapping errors |
---|---|
Stimactiv\CoreBundle\Entity\Lang | No errors. |
Stimactiv\CmsBundle\Entity\NavMenu | No errors. |
Stimactiv\CmsBundle\Entity\Template | No errors. |
Stimactiv\CmsBundle\Entity\Page | No errors. |
Stimactiv\CmsBundle\Entity\PageI18n | No errors. |
Stimactiv\CoreBundle\Entity\SystemConfiguration | No errors. |
Stimactiv\CoreBundle\Entity\Scope | No errors. |
Stimactiv\CoreBundle\Entity\XUserScope | No errors. |
Stimactiv\CmsBundle\Entity\NavMenuItem | No errors. |
Stimactiv\CoreBundle\Entity\File | No errors. |
Stimactiv\CoreBundle\Entity\Image | No errors. |
global_db entity manager
Class | Mapping errors |
---|---|
Stimactiv\ClientBundle\Entity\User | No errors. |
Stimactiv\ClientBundle\Entity\Contact | No errors. |
Stimactiv\ClientBundle\Entity\Client | No errors. |
log_db entity manager
Class | Mapping errors |
---|---|
Stimactiv\LogBundle\Entity\SiteLog | No errors. |