GET https://laval.expomedic.ca/registration

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.15 ms
"START TRANSACTION"
Parameters:
[]
2 0.68 ms
INSERT INTO stats_requests (creation, method, url, headers, query_params, request_body, ip_address, referer_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-08-25 02:08:55"
  "GET"
  "https://laval.expomedic.ca/registration"
  "{"accept":["*\/*"],"accept-encoding":["gzip, br, deflate"],"cookie":["PHPSESSID=pije9nvit6s6101n2300hvtsoh"],"host":["laval.expomedic.ca"],"referer":["https:\/\/laval.expomedic.ca\/"],"user-agent":["Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; GPTBot\/1.4; +https:\/\/openai.com\/gptbot)"],"x-openai-host-hash":["520128887"],"from":["gptbot(at)openai.com"],"x-php-ob-level":["1"]}"
  "[]"
  null
  "74.7.241.45"
  "https://laval.expomedic.ca/"
]
3 0.66 ms
"COMMIT"
Parameters:
[]
4 0.19 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.11 ms
"START TRANSACTION"
Parameters:
[]
6 0.22 ms
INSERT INTO trains (ip_address, language_code, category, url, url_referer, user_agent) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"J\x07ñ-"
  "en"
  "search"
  "https://laval.expomedic.ca/registration"
  "https://laval.expomedic.ca/"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.4; +https://openai.com/gptbot)"
]
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.