Routing
app_analytic_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
| _locale | "ca" |
Route Matching Logs
Path to match:
/ca/explora
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | profile | /{_locale}/profile | Path does not match |
| 2 | app_analytic_home | /{_locale}/explora | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.