Enabling Debug Mode
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend
). - Navigate to the Settings > Curator > Portal Settings section from the left-hand menu.
- Click on the “General” tab at the top of the main page content.
- In the “Debug” section, turn ON Enable Frontend Debug and click the “Save” button.
Using the Debug Mode
- Append
?debug=1
to the end of any url (unless there is already a?
in the url, in which case append&debug=1
)* - Click the arrow on the bottom tray to expand the debug menu, then navigate between the tabs to view the debug output.
*NOTE: If you are debugging slow login times, be sure to logout first, and then add the debug parameter to
your URL (e.g.
http://curatorexample.com/backend
?debug=1)
Capturing Debugging Results
-
Once you have followed the Using the debug mode steps above, you can download the results of your
debugging session using the export button on the debugging tray:
-
This will output a
.iw
file which you can send to Curator support for assistance with slow load times.