Routing
thumb
Matched route
2
Tested routes before match
Route Parameters
| Name | Value |
|---|---|
| action | c |
| file | 2025-05/bestofdc2025.jpg |
| height | 2100 |
| width | 1500 |
Route Matching Logs
Path to match:
/thumbs/1500x2100c/2025-05/bestofdc2025.jpg
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | boltFormsAsyncSubmit | /async/boltforms/submit | Path does not match |
| 2 | thumb | /thumbs/{width}x{height}{action}/{file} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.