- Request / Response
- 🎯 Target point
- Performance
- Validator
- Forms
- Exception 1
- Logs 2
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- HTTP Client
- E-mails
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Routing
pentatrion_vite_build_proxy
Matched route
Route Parameters
Name | Value |
---|---|
path | "img/icons/favicon.svg" |
Route Matching Logs
Path to match:
/build/img/icons/favicon.svg
# | Route name | Path | Log |
---|---|---|---|
1 | pentatrion_vite_build_proxy | /build/{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.