diff --git a/profiler.rst b/profiler.rst index f7468c67d0b..49e804f45b2 100644 --- a/profiler.rst +++ b/profiler.rst @@ -2,8 +2,12 @@ Profiler ======== The profiler is a powerful **development tool** that gives detailed information -about the execution of any request. **Never** enable the profiler in production -environments as it will lead to major security vulnerabilities in your project. +about the execution of any request. + +.. caution:: + + **Never** enable the profiler in production environments + as it will lead to major security vulnerabilities in your project. Installation ------------