Routing
app_front_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_account | /account | Path does not match |
| 17 | api_crawler_result | /api/crawler/result | Path does not match |
| 18 | api_crawler_job_config | /api/crawler/job/{id}/config | Path does not match |
| 19 | api_crawler_job_enqueue | /api/crawler/job/{id}/enqueue | Path does not match |
| 20 | api_crawler_reconcile | /api/crawler/reconcile | Path does not match |
| 21 | app_content_index | /contents | Path does not match |
| 22 | app_content_data | /contents/data | Path does not match |
| 23 | app_content_site | /sites/{id}/contents | Path does not match |
| 24 | app_content_new | /sites/{id}/contents/new | Path does not match |
| 25 | app_content_edit | /contents/{id}/edit | Path does not match |
| 26 | app_content_delete | /contents/{id}/delete | Path does not match |
| 27 | app_content_upload_image | /contents/upload-image | Path does not match |
| 28 | app_crawler_index | /crawler | Path does not match |
| 29 | app_crawler_new | /crawler/new | Path does not match |
| 30 | app_crawler_edit | /crawler/{id}/edit | Path does not match |
| 31 | app_crawler_show | /crawler/{id} | Path does not match |
| 32 | app_crawler_dashboard | /crawler/{id}/dashboard | Path does not match |
| 33 | app_crawler_urls | /crawler/{id}/urls | Path does not match |
| 34 | app_crawler_urls_data | /crawler/{id}/urls/data | Path does not match |
| 35 | app_crawler_graph | /crawler/{id}/graph | Path does not match |
| 36 | app_crawler_graph_data | /crawler/{id}/graph/data | Path does not match |
| 37 | app_crawler_links | /crawler/{id}/links | Path does not match |
| 38 | app_crawler_audit | /crawler/{id}/audit | Path does not match |
| 39 | app_crawler_audit_run | /crawler/{id}/audit/{auditUrlId} | Path does not match |
| 40 | app_crawler_progress | /crawler/{id}/progress | Path does not match |
| 41 | app_crawler_start | /crawler/{id}/start | Path does not match |
| 42 | app_crawler_pause | /crawler/{id}/pause | Path does not match |
| 43 | app_crawler_stop | /crawler/{id}/stop | Path does not match |
| 44 | app_crawler_relaunch | /crawler/{id}/relaunch | Path does not match |
| 45 | app_crawler_rate | /crawler/{id}/rate | Path does not match |
| 46 | app_crawler_delete | /crawler/{id}/delete | Path does not match |
| 47 | app_crawler_export | /crawler/{id}/export | Path does not match |
| 48 | app_dashboard | /dashboard | Path does not match |
| 49 | app_default_project | /default-project | Path does not match |
| 50 | app_email_templates | /admin/emails | Path does not match |
| 51 | app_email_template_reset | /admin/emails/{code}/reset | Path does not match |
| 52 | app_entreprise_index | /entreprises | Path does not match |
| 53 | app_entreprise_data | /entreprises/data | Path does not match |
| 54 | app_entreprise_search | /entreprises/search | Path does not match |
| 55 | app_entreprise_new | /entreprises/new | Path does not match |
| 56 | app_entreprise_edit | /entreprises/{id}/edit | Path does not match |
| 57 | app_entreprise_delete | /entreprises/{id}/delete | Path does not match |
| 58 | app_footprint_index | /footprint | Path does not match |
| 59 | app_footprint_pool | /footprint/pool/{type} | Path does not match |
| 60 | app_footprint_new | /footprint/pool/{type}/new | Path does not match |
| 61 | app_footprint_quick_add | /footprint/pool/{type}/quick-add | Path does not match |
| 62 | app_footprint_edit | /footprint/value/{id}/edit | Path does not match |
| 63 | app_footprint_delete | /footprint/value/{id}/delete | Path does not match |
| 64 | app_front_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.