- Introduce new profiler module in snek/system/profiler.py with middleware, handler, and context manager - Register /profiler.html view in Application router to display profiling stats - Wrap RPC WebSocket message handling with Profiler context manager for per-request profiling - Remove asyncio event loop debug mode from main startup