Routing
store_seo
Matched route
Route Parameters
Name | Value |
---|---|
path | "portfolio/uplotnitel-garmoshka/" |
Route Matching Logs
Path to match:
/portfolio/uplotnitel-garmoshka/
# | Route name | Path | Log |
---|---|---|---|
1 | order_api_subm | /order-api/subm | Path does not match |
2 | order_api_weight | /order-api/get-weight/{cid_counts} | Path does not match |
3 | order_api_volume | /order-api/get-volume/{cid_counts} | Path does not match |
4 | order_api_transp | /order-api/get-transp/{zone}/{cid_counts} | Path does not match |
5 | order_api_pvz | /order-api/get-pvz/{pvz}/{cid_counts} | Path does not match |
6 | order_api_city | /order-api/get-city/{city}/{cid_counts} | Path does not match |
7 | get_client_buid | /personal/get-client-buid/{w}/{h} | Path does not match |
8 | store_order_items | /personal/cart/items-order/{cids} | Path does not match |
9 | store_cart | /personal/cart/items/{cids} | Path does not match |
10 | store_cart_empty | /personal/cart/items/ | Path does not match |
11 | store_fav | /personal/favorites/items/{cids} | Path does not match |
12 | store_fav_empty | /personal/favorites/items/ | Path does not match |
13 | store_search_autocomplete_empty | /search/autocomplete/ | Path does not match |
14 | store_search_autocomplete | /search/autocomplete/{q} | Path does not match |
15 | _preview_error | /_error/{code}.{_format} | Path does not match |
16 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
17 | _wdt | /_wdt/{token} | Path does not match |
18 | _profiler_home | /_profiler/ | Path does not match |
19 | _profiler_search | /_profiler/search | Path does not match |
20 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
21 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
22 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
23 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
24 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
25 | _profiler_open_file | /_profiler/open | Path does not match |
26 | _profiler | /_profiler/{token} | Path does not match |
27 | _profiler_router | /_profiler/{token}/router | Path does not match |
28 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
29 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
30 | shared_base | /base | Path does not match |
31 | shared_bparse | /bparse | Path does not match |
32 | connector_1c_test | /connector-1c/test | Path does not match |
33 | connector_1c_test2 | /connector-1c/test2 | Path does not match |
34 | connector_1c | /connector-1c | Path does not match |
35 | app_register | /register | Path does not match |
36 | app_verify_email | /verify/email | Path does not match |
37 | app_login | /login | Path does not match |
38 | app_logout | /logout | Path does not match |
39 | store_front | / | Path does not match |
40 | store_seo | /{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.