Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Exerciser Usage

Some php errors occur every time a page is loaded and renderded.
Exerciser can be useful for forcing these errors to be listed in Drupals Log.
Once they are listed in Drupals Log you can begin to address and repair the underlying issues. A tool like Grouper can be used to group similar individual log messages together and count the number of log messages related to the issue.

Exerciser adds the ability to load pages by content type to the Workout Module. Exerciser loads every published page of a chosen content type on a site in an attempt to generate errors. This can be useful for catching any module or theme errors that occur while rendering pages.

You can use Exerciser to determine if there are any errors while loading and rendering pages. Exerciser will be of no help finding errors that occur when users click buttons or perform actions on pages.

Exerciser allows you to test smaller subsets of pages on your site.

Exerciser Runs page

The Exerciser Runs page is used to start new Exerciser Runs and list the previous runs.

Viewing The Results Of An Exerciser Run

The Exerciser Workout Results Summary displays the data from Exerciser and Workout Runs.

Comparing The Results Of Multiple Runs

The Exerciser Results Summary showing two consecutive Runs for the associate content type

Guide maintainers

seth snyder's picture