Enable Profiling and Debugging#

When trying to understand the performance profiles or track down issues with an application the server logs are rarely sufficient to gain insights. For that reason Panel ships with an admin dashboard that allows tracking resource usage, user behavior, and provides ways of visualizing profiling output to discover bottlenecks in an application.

Enable the admin panel

How to enable the admin Panel to begin monitoring resource usage and user behavior.

Profile your application

How to enable profilers like snakeviz or memray to track down bottlenecks in your application.

View application logs

How to view application logs in the admin dashboard.