GET https://laval.expomedic.ca/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.21 ms
"START TRANSACTION"
Parameters:
[]
2 0.70 ms
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
]
3 0.68 ms
"COMMIT"
Parameters:
[]
4 0.23 ms
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
]
5 0.13 ms
"START TRANSACTION"
Parameters:
[]
6 0.25 ms
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)"
]
7 0.54 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
App\Entity\RequestStat No errors.
App\Entity\Product No errors.
App\Entity\Train No errors.