How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene
Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an
A drop-in replacement for Django's runserver.
Provides useful development tools for managing a CakePHP app.
Detect N+1s in your Django app.
The main features of taobojlen/django-zeal are: Debugging, Performance Profiling.
Projects with overlapping indexed features include: jazzband/django-silk — Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP… ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… dcramer/django-devserver — A drop-in replacement for Django's runserver. dereuromark/cakephp-whoops — Seamlessly integrate [Whoops] into [CakePHP] applications. dereuromark/executionorder — A demo app to display execution order of files and callbacks in a CakePHP app. This can be very useful for knowing if… dereuromark/cakephp-setup — Provides useful development tools for managing a CakePHP app.