GET https://laval.expomedic.ca/

Query Metrics

7 Database Queries
5 Different statements
2.73 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.22 ms
(44.52%)
2
"COMMIT"
Parameters:
[]
0.70 ms
(25.75%)
1
INSERT INTO stats_requests (creation, method, url, headers, query_params, request_body, ip_address, referer_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-04-27 02:53:59"
  "GET"
  "https://laval.expomedic.ca/"
  "{"accept":["*\/*"],"accept-encoding":["gzip, br, zstd, deflate"],"cookie":["PHPSESSID=agv3qjooc1rfstib0sd9fsncae"],"host":["laval.expomedic.ca"],"user-agent":["Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)"],"x-php-ob-level":["1"]}"
  "[]"
  null
  "216.73.216.109"
  null
]
0.33 ms
(12.21%)
2
"START TRANSACTION"
Parameters:
[]
0.25 ms
(9.23%)
1
INSERT INTO trains (ip_address, language_code, category, url, url_referer, user_agent) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"ØIØm"
  "en"
  "search"
  "https://laval.expomedic.ca/"
  null
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
0.23 ms
(8.28%)
1
SELECT
        v.id as product_id,
        v.model_name,
        v.product_name,
        v.product_code,
        t.type_id,
        t.type_code,
        t.type_label,
        q.trace_id,
        q.user_id,
        q.status_id,
        q.creation,
        s.supplier_id,
        s.supplier_name
    FROM products v
    INNER JOIN products_suppliers s ON s.supplier_id = v.supplier_id
    INNER JOIN papers_traces q ON q.paper_id = v.id
    INNER JOIN products_types t ON t.type_id = v.type_id
    WHERE q.type_id = ?
    ORDER BY q.trace_id DESC
    LIMIT 1
Parameters:
[
  3
]

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
App\Entity\RequestStat No errors.
App\Entity\Product No errors.
App\Entity\Train No errors.