Query Metrics

55 Database Queries
26 Different statements
34.99 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.42 ms
SELECT DATABASE()
Parameters:
[]
2 0.26 ms
SELECT DATABASE()
Parameters:
[]
3 1.73 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "memolabs_schnuppernelias"
]
4 0.99 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?)
Parameters:
[
  "impressum"
]
5 0.37 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  24
]
6 0.29 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  1
]
7 0.28 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.alias IN (?)
Parameters:
[
  "impressum"
]
8 0.20 ms
SELECT templates FROM tl_theme WHERE templates != ''
Parameters:
[]
9 0.24 ms
SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=? LIMIT 0,1
Parameters:
[
  1
]
10 0.24 ms
SELECT * FROM tl_theme WHERE tl_theme.`id`=? LIMIT 0,1
Parameters:
[
  2
]
11 0.32 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(1,0,2) ORDER BY FIND_IN_SET(`tl_module`.`id`, '1,0,2')
Parameters:
[]
12 0.83 ms
SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published='1' AND (tl_article.start='' OR tl_article.start<=1781462700) AND (tl_article.stop='' OR tl_article.stop>1781462700) ORDER BY tl_article.sorting
Parameters:
[
  9
  "main"
]
13 0.73 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND (tl_content.ptable=? OR tl_content.ptable='') AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<=1781462700) AND (tl_content.stop='' OR tl_content.stop>1781462700) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  5
  "tl_article"
]
14 1.10 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND (tl_content.ptable=? OR tl_content.ptable='') AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<=1781462700) AND (tl_content.stop='' OR tl_content.stop>1781462700) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  12
  "tl_article"
]
15 0.56 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "project"
]
16 0.34 ms
SELECT id, name AS value FROM tl_layout WHERE id IN (1)
Parameters:
[]
17 1.77 ms
SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('f74c44007c1d11eb8734702b851dfea4')) ORDER BY tl_files.uuid!=UNHEX('f74c44007c1d11eb8734702b851dfea4')
Parameters:
[
  null
]
18 0.40 ms
SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('f74c44007c1d11eb8734702b851dfea4')) ORDER BY tl_files.uuid!=UNHEX('f74c44007c1d11eb8734702b851dfea4')
Parameters:
[]
19 0.07 ms
SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('ed7d9a8c7c1d11eb8734702b851dfea4')) ORDER BY tl_files.uuid!=UNHEX('ed7d9a8c7c1d11eb8734702b851dfea4')
Parameters:
[
  null
]
20 0.43 ms
SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('ed7d9a8c7c1d11eb8734702b851dfea4')) ORDER BY tl_files.uuid!=UNHEX('ed7d9a8c7c1d11eb8734702b851dfea4')
Parameters:
[]
21 0.26 ms
SELECT tl_node.* FROM tl_node WHERE id=? AND type=? LIMIT 0,1
Parameters:
[
  2
  "content"
]
22 0.84 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<=1781462700) AND (tl_content.stop='' OR tl_content.stop>1781462700) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  2
  "tl_node"
]
23 0.19 ms
SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1
Parameters:
[
  "a3ac2b1e2aed11ea9c220242ac170002"
]
24 0.25 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "company"
]
25 0.16 ms
SELECT id, name AS value FROM tl_layout WHERE id IN (1)
Parameters:
[]
26 0.29 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "6"
]
27 0.29 ms
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<=1781462700) AND (p2.stop='' OR p2.stop>1781462700)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<=1781462700) AND (p1.stop='' OR p1.stop>1781462700) ORDER BY p1.sorting
Parameters:
[
  1
]
28 0.25 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(20,22,8) ORDER BY FIND_IN_SET(`tl_page`.`id`, '20,22,8')
Parameters:
[]
29 0.21 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "5"
]
30 0.19 ms
SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<=1781462700) AND (p2.stop='' OR p2.stop>1781462700)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<=1781462700) AND (p1.stop='' OR p1.stop>1781462700) ORDER BY p1.sorting
Parameters:
[
  1
]
31 0.23 ms
SELECT * FROM tl_dk_mmenu_config WHERE tl_dk_mmenu_config.`id`=? LIMIT 0,1
Parameters:
[
  1
]
32 0.29 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "4"
]
33 11.26 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "7"
]
34 0.67 ms
SELECT tl_form.* FROM tl_form WHERE tl_form.`id`=? LIMIT 0,1
Parameters:
[
  1
]
35 0.20 ms
SELECT tl_form_field.* FROM tl_form_field WHERE tl_form_field.pid=? AND tl_form_field.invisible='' AND tl_form_field.tstamp!=0 ORDER BY tl_form_field.sorting
Parameters:
[
  1
]
36 0.20 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? LIMIT 0,1
Parameters:
[
  12
]
37 0.23 ms
SELECT tl_module.* FROM tl_module WHERE tl_module.`id`=? LIMIT 0,1
Parameters:
[
  "3"
]
38 0.76 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.pid=? AND tl_page.type!='root' AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<=1781462700) AND (tl_page.stop='' OR tl_page.stop>1781462700) ORDER BY tl_page.sorting LIMIT 0,1
Parameters:
[
  1
]
39 0.29 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_company"
]
40 0.46 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_company}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
41 0.41 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_street"
]
42 0.40 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_street}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
43 0.37 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_location"
]
44 0.30 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_location}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
45 0.27 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_phone_link"
]
46 0.29 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_phone_link|urlattr}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
47 0.44 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_phone"
]
48 0.27 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_phone}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
49 0.45 ms
SELECT * FROM tl_inserttags WHERE tag=?
Parameters:
[
  "customer_email"
]
50 0.27 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_email|urlattr}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
51 0.28 ms
INSERT INTO
                tl_log
                    (tstamp, source, action, username, text, func, browser)
                VALUES
                    (:tstamp, :source, :action, :username, :text, :func, :browser)
Parameters:
[
  "tstamp" => "1781462712"
  "text" => "Unknown insert tag {{custom::customer_email}} on page http://mail.schnuppern-elias.memo-labs.ch/impressum.html"
  "source" => "FE"
  "action" => "ERROR"
  "username" => "anon."
  "func" => "Contao\InsertTags::executeReplace"
  "browser" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
52 0.59 ms
SELECT tl_page.* FROM tl_page WHERE tl_page.id=? LIMIT 0,1
Parameters:
[
  "10"
]
53 0.17 ms
SELECT tl_node.* FROM tl_node WHERE id=? AND type=? LIMIT 0,1
Parameters:
[
  4
  "content"
]
54 0.21 ms
SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<=1781462700) AND (tl_content.stop='' OR tl_content.stop>1781462700) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
Parameters:
[
  4
  "tl_node"
]
55 0.17 ms
SELECT id, name AS value FROM tl_layout WHERE id IN (1)
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

No loaded entities.