2 个仓库
Mechanisms to enable or disable debugging tools at runtime to manage performance overhead.
Distinct from Runtime Debugging: Distinct from general runtime debugging by focusing specifically on the on/off toggle mechanism for diagnostic tools.
Explore 2 awesome GitHub repositories matching development tools & productivity · Diagnostic Toggles. Refine with filters or upvote what's useful.
Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app
Allows activating or deactivating debugging tools during execution to minimize performance impact.
UpUp 是一个 Service Worker 框架和渐进式 Web 应用(PWA)工具,旨在为网站提供离线功能。它作为浏览器缓存管理器,通过利用 Service Worker 和 Cache API 实现网站的离线可用性。 该项目通过静态资源预缓存和基于版本的缓存清除来管理离线工作流,确保存储的资源保持最新。它还包含离线回退管理,用于定义当网络不可用且请求的资源未缓存时,向用户显示特定的页面或内容。 其他功能涵盖客户端网络状态监控和用于故障排查的控制台诊断日志。
Includes a runtime toggle to enable or disable diagnostic logging for troubleshooting.