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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
42.57 ms
(96.60%)
2
"COMMIT"
Parameters:
[]
0.82 ms
(1.85%)
1
INSERT INTO stats_requests (creation, method, url, headers, query_params, request_body, ip_address, referer_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-08-25 02:49:38"
  "GET"
  "https://laval.expomedic.ca/login"
  "{"accept":["text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7"],"accept-encoding":["gzip, deflate, br"],"cookie":["PHPSESSID=e568bsht5m0q31ghrvak4u8cno"],"host":["laval.expomedic.ca"],"pragma":["no-cache"],"referer":["https:\/\/laval.expomedic.ca\/login"],"user-agent":["Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/125.0.6422.60 Safari\/537.36 Edge\/12.246"],"cache-control":["no-cache"],"upgrade-insecure-requests":["1"],"sec-fetch-site":["same-origin"],"sec-fetch-mode":["navigate"],"sec-fetch-user":["?1"],"sec-fetch-dest":["document"],"priority":["u=0, i"],"x-php-ob-level":["1"]}"
  "[]"
  null
  "34.72.176.129"
  "https://laval.expomedic.ca/login"
]
0.27 ms
(0.61%)
2
"START TRANSACTION"
Parameters:
[]
0.23 ms
(0.51%)
1
INSERT INTO trains (ip_address, language_code, category, url, url_referer, user_agent) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  b""H░ü"
  "en"
  "search"
  "https://laval.expomedic.ca/login"
  "https://laval.expomedic.ca/login"
  "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.60 Safari/537.36 Edge/12.246"
]
0.19 ms
(0.43%)
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.