Routing
web_homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fragment_custom_category_breadCrumbs.cs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 2 | fragment_custom_category_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 3 | fragment_custom_product_breadCrumbs.cs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 4 | fragment_custom_product_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 5 | web_producer_detail.cs | /dodavatel/{slug} | Path does not match |
| 6 | web_producer_detail.en | /en/dodavatel/{slug} | Path does not match |
| 7 | sitemap_index.cs | /sitemap.xml | Path does not match |
| 8 | sitemap_index.en | /en/sitemap.xml | Path does not match |
| 9 | web_homepage.cs | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.