Dashboard
The dashboard provides you with a variety of graphs that allow you to monitor the number of requests to your domain and track the proportion of cached requests. In the sidebar you will also find various buttons to easily clear the cache.
Tabs
Requests
Displays the total number of requests served by smoxy.
Status Code
Shows the number of status codes within a time period, grouped by the first digit of HTTP status codes.
Image Cache Hits
Indicates how many requests for images were directly served by smoxy (HIT) and how many were forwarded to the load balancer (MISS).
HTML Cache Hits
Shows the number of requests for content other than images that were directly served by smoxy (HIT) and how many were forwarded to the load balancer (MISS).
Content Type
Indicates the types of content served by smoxy for each request.
Quick Access
Disable smoxy for 15 minutes
Disables caching for all requests for 15 minutes. This can be helpful for debugging issues and narrowing down errors.
Enable debug headers for 4 hours
Adds additional information to the headers of each response returned by smoxy.
Clear cache
Invalidates all cached requests.
Clear cache for URL
The cache is cleared only for the URL you specify.
Last updated