Routing
streamer_detail_en
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| username | "danila_gorilla" |
Route Matching Logs
Path to match:
/en/streamer/danila_gorilla
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | changelog_default | /changelog | Path does not match |
| 2 | changelog_de | /de/changelog | Path does not match |
| 3 | changelog_en | /en/changelog | Path does not match |
| 4 | datenschutz_default | /datenschutz | Path does not match |
| 5 | datenschutz_de | /de/datenschutz | Path does not match |
| 6 | datenschutz_en | /en/privacy-policy | Path does not match |
| 7 | load_favorites_default | /favorites | Path does not match |
| 8 | load_favorites_de | /de/favoriten | Path does not match |
| 9 | load_favorites_en | /en/favorites | Path does not match |
| 10 | load_favorites_dropdown | /favorites-dropdown | Path does not match |
| 11 | add_favorite | /add-favorite | Path does not match |
| 12 | delete_favorite | /delete-favorite/{id} | Path does not match |
| 13 | get_current_game | /get-game/{gameId} | Path does not match |
| 14 | imprint_default | /impressum | Path does not match |
| 15 | imprint_de | /de/impressum | Path does not match |
| 16 | imprint_en | /en/imprint | Path does not match |
| 17 | profile_delete | /profile/delete | Path does not match |
| 18 | profile_edit_default | /profile/edit | Path does not match |
| 19 | profile_edit_de | /de/profil/bearbeiten | Path does not match |
| 20 | profile_edit_en | /en/profile/edit | Path does not match |
| 21 | roadmap_default | /roadmap | Path does not match |
| 22 | roadmap_de | /de/roadmap | Path does not match |
| 23 | roadmap_en | /en/roadmap | Path does not match |
| 24 | login_default | /login | Path does not match |
| 25 | login_de | /de/login | Path does not match |
| 26 | login_en | /en/login | Path does not match |
| 27 | logout_default | /logout | Path does not match |
| 28 | logout_de | /de/logout | Path does not match |
| 29 | logout_en | /en/logout | Path does not match |
| 30 | allStreamer_default | /all-streamer | Path does not match |
| 31 | allStreamer_de | /de/alle-streamer | Path does not match |
| 32 | allStreamer_en | /en/all-streamer | Path does not match |
| 33 | streamer_detail_default | /streamer/{username} | Path does not match |
| 34 | streamer_detail_de | /de/streamer/{username} | Path does not match |
| 35 | streamer_detail_en | /en/streamer/{username} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.