Skip to main content

Tools which help finding performance issues in Django projects

Project description

Goal

Provide tool which help finding performance issues in django projects.

Installation

Install Kido Care:

pip install django-kidocare

or current development version:

pip install hg+https:://bitbucket.org/kidosoft/django-kidocare

Configuration

INSTALLED_APPS = (
    ...
    'kidocare',
    ...
)

Usage

Checking for queries run at startup:

$ python manage.py check_startup_queries -o queries.txt

Supported Django versions

Tested with:

  • Django 1.2.7 on python2.7

  • Django 1.3.7 on python2.7

  • Django 1.4.16 on python2.7

  • Django 1.5.11 on python2.7, python3.4

  • Django 1.6.8 on python2.7, python3.4

  • Django 1.7.1 on python2.7, python3.4

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-kidocare-1.0.tar.gz (54.8 kB view hashes)

Uploaded Source

Built Distribution

django_kidocare-1.0-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page