Query Metrics
42
Database Queries
22
Different statements
264.82 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
246.45 ms (93.06%) |
1 |
SELECT c.TABLE_NAME, c.COLUMN_NAME AS field, IF( c.DATA_TYPE = 'longtext' AND EXISTS( SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'er3llg_contao_ecommerce' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.DATA_TYPE ) AS type, c.COLUMN_TYPE, c.CHARACTER_MAXIMUM_LENGTH, c.CHARACTER_OCTET_LENGTH, c.NUMERIC_PRECISION, c.NUMERIC_SCALE, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME, c.ORDINAL_POSITION
Parameters:
[ "er3llg_contao_ecommerce" "er3llg_contao_ecommerce" ] |
|
5.29 ms (2.00%) |
1 |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
"er3llg_contao_ecommerce"
]
|
|
3.60 ms (1.36%) |
1 |
SELECT TABLE_NAME, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY TABLE_NAME, SEQ_IN_INDEX
Parameters:
[
"er3llg_contao_ecommerce"
]
|
|
1.88 ms (0.71%) |
1 |
SELECT k.TABLE_NAME, k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION, c.UPDATE_RULE, c.DELETE_RULE FROM information_schema.key_column_usage k INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME, k.CONSTRAINT_NAME, k.ORDINAL_POSITION
Parameters:
[ "er3llg_contao_ecommerce" "er3llg_contao_ecommerce" ] |
|
1.46 ms (0.55%) |
6 |
SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.showTeaser=1 AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1788913980) AND (tl_article.stop='' OR tl_article.stop>1788913980) ORDER BY tl_article.sorting
Parameters:
[
2
]
|
|
0.87 ms (0.33%) |
1 |
SHOW INDEXES FROM `tl_page`
Parameters:
[] |
|
0.67 ms (0.25%) |
7 |
SELECT tl_page.* FROM tl_page WHERE tl_page.`pid` = ? ORDER BY sorting
Parameters:
[
1
]
|
|
0.64 ms (0.24%) |
1 |
SELECT a.pid AS page_id, c.shop_category_id AS category_id FROM tl_page p INNER JOIN tl_article a ON a.pid=p.id INNER JOIN tl_content c ON c.pid=a.id AND c.ptable='tl_article' WHERE p.shop_catalog_seo_sitemap_landings='1' AND p.type='regular' AND c.type='shop_product_list' AND (c.invisible='' OR c.invisible IS NULL) AND (c.start='' OR c.start<=?) AND (c.stop='' OR c.stop>?) AND a.published='1' AND (a.start='' OR a.start<=?) AND (a.stop='' OR a.stop>?) ORDER BY a.pid ASC, c.shop_category_id ASC
Parameters:
[ 1788914000 1788914000 1788914000 1788914000 ] |
|
0.62 ms (0.23%) |
1 |
SHOW FULL COLUMNS FROM tl_page
Parameters:
[] |
|
0.47 ms (0.18%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1788913980) AND (tl_page.stop='' OR tl_page.stop>1788913980) LIMIT 0,1
Parameters:
[
1
]
|
|
0.35 ms (0.13%) |
4 |
SELECT id, pid FROM tl_page WHERE pid IN(1)
Parameters:
[] |
|
0.32 ms (0.12%) |
1 |
SELECT tl_page.* FROM tl_page WHERE (tl_page.type = 'root' AND (tl_page.dns = ? OR tl_page.dns = ''))
Parameters:
[
"contao-ecommerce.ci-com.fr"
]
|
|
0.32 ms (0.12%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND tl_page.dns=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1788913980) AND (tl_page.stop='' OR tl_page.stop>1788913980)
Parameters:
[ "" ] |
|
0.28 ms (0.11%) |
1 |
SELECT tl_page.* FROM tl_page WHERE tl_page.alias = ? OR tl_page.alias = ?
Parameters:
[ "index" "/" ] |
|
0.27 ms (0.10%) |
4 |
SELECT id, pid FROM tl_page WHERE pid IN(2,3,4,6,7)
Parameters:
[] |
|
0.23 ms (0.09%) |
4 |
SELECT id, pid FROM tl_page WHERE pid IN(5)
Parameters:
[] |
|
0.21 ms (0.08%) |
1 |
SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.`protected` = ?
Parameters:
[ "" ] |
|
0.20 ms (0.08%) |
1 |
SELECT DATABASE()
Parameters:
[] |
|
0.19 ms (0.07%) |
1 |
SELECT tl_calendar.* FROM tl_calendar WHERE tl_calendar.`protected` = ?
Parameters:
[ "" ] |
|
0.19 ms (0.07%) |
1 |
SELECT tl_faq_category.* FROM tl_faq_category
Parameters:
[] |
|
0.18 ms (0.07%) |
1 |
SELECT tl_newsletter_channel.* FROM tl_newsletter_channel
Parameters:
[] |
|
0.12 ms (0.05%) |
1 |
SELECT templates FROM tl_theme WHERE templates != ''
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| Contao\CoreBundle\Entity\WebauthnCredential | No errors. |
| Contao\CoreBundle\Entity\Altcha | No errors. |
| Contao\CoreBundle\Entity\CrawlQueue | No errors. |
| Contao\CoreBundle\Entity\CronJob | No errors. |
| Contao\CoreBundle\Entity\PrepareForOutputEncoding | No errors. |
| Contao\CoreBundle\Entity\TrustedDevice | No errors. |
| Webauthn\CredentialRecord | No errors. |
| Webauthn\PublicKeyCredentialEntity | No errors. |
| Webauthn\PublicKeyCredentialUserEntity | No errors. |