Skip to content

The RequestReduce Dashboard

mwrock edited this page Feb 11, 2012 · 3 revisions

This is a page primarily created for my own trouble shooting but can provide helpful information for debugging and monitoring. The page is accesible from http://<your site>/<RequestReduce virtual path>/dashboard. The default RequestReduce virtual path is RequestReduceContent.

The page can only be accessed either by IPs in the ipFilter config setting or by users in the authorizedUserList setting. By default, the authorizedUserList is set to anonymous so anyone can access this. Make sure to lock it down in a production environment.

It lists what is currently being processed, what is queued for processing and what has already been processed. The page is a good first stop when trying to determine if RequestReduce is doing anything or if RequestReduce has completed its processing.

The page also provides Flush links for flushing individual sets of css and scripts on your pages. Every individual javascript and css signature (a hash of a set of css and javascript files merged to one processed RequestReduce file) has a link here that can be flushed. Once flushed, that set of css/js will be queued for processing the next time they are requested.

Currently the page is pretty bare and cryptic but expect some enhancements here in upcoming releases to make it much more informative.

Clone this wiki locally