معرفی شرکت ها


django-trackings-0.6.1a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app that tracks your queries to help optimize them.
ویژگی مقدار
سیستم عامل -
نام فایل django-trackings-0.6.1a0
نام django-trackings
نسخه کتابخانه 0.6.1a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tidiane Dia
ایمیل نویسنده atdia97@gmail.com
آدرس صفحه اصلی https://github.com/tijani-dia/dj-tracker/
آدرس اینترنتی https://pypi.org/project/django-trackings/
مجوز BSD-3-Clause
<p align="center"> <a href="https://github.com/tijani-dia/dj-tracker/actions/workflows/test.yml"> <img src="https://github.com/tijani-dia/dj-tracker/actions/workflows/test.yml/badge.svg"/> </a> <a href="https://codecov.io/gh/Tijani-Dia/dj-tracker"> <img src="https://codecov.io/gh/Tijani-Dia/dj-tracker/branch/main/graph/badge.svg?token=MKJ71ZJE67"/> </a> <a href="https://pypi.org/project/django-trackings/"> <img src="https://badge.fury.io/py/django-trackings.svg" alt="Package version"> </a> <a href="https://pypistats.org/packages/django-trackings"> <img src="https://img.shields.io/pypi/dm/django-trackings?logo=Downloads" alt="Monthly downloads"/> </a> <a href="https://opensource.org/licenses/BSD-3-Clause"> <img src="https://img.shields.io/badge/license-BSD-blue.svg"/> </a> </p> `dj-tracker` is an app that tracks your queries to help detecting some possible performance optimisations listed in [Database access optimization](https://docs.djangoproject.com/en/dev/topics/db/optimization/). ## Features - Detailed field usage of model instances - Report unused fields in a model instance and provides hints on when to use `.defer` and `.only` - Report model instance attributes access and provides hints on when to use `.values` or `.values_list` - Report cache hits and provides hints on when to use `iterator` - Provides hints on when to use `.count`, `.contains`, `.exists` - Detect N+1 queries - Detect when a deferred field is loaded - and many more insights into your queries with minimized overhead.... ## Demo You can try `dj-tracker` with the [bakerydemo](https://github.com/wagtail/bakerydemo) on the [demo app](https://dj-tracker-bakerydemo.herokuapp.com/dj-tracker/). ## Requirements - Python: `>=3.8` - Django: `>=3.2` - [django-filter](https://github.com/carltongibson/django-filter) ## Getting started Check out the [installation steps](https://tijani-dia.github.io/dj-tracker/installation/) if you want to get started quickly or the [tutorial](https://tijani-dia.github.io/dj-tracker/tutorial/setup/) to see a concrete example of `dj-tracker` usage. ## Documentation All documentation is in the "docs" directory and online at https://tijani-dia.github.io/dj-tracker/ ## Development phase - Contributing `dj-tracker` is in [alpha phase](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha). You can help a lot by [reporting bugs](https://github.com/Tijani-Dia/dj-tracker/issues/new) you'll encounter. Feature requests, PRs or/and any feedback are also welcome.


نیازمندی

مقدار نام
>=3.2 django
- django-filter
>=3.0.0b2 Cython
- autoflake
>=23.1 black
- factory-boy
- flake8
- isort
- pytailwindcss
- mkdocs
- mkdocs-material
- factory-boy


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl django-trackings-0.6.1a0:

    pip install django-trackings-0.6.1a0.whl


نصب پکیج tar.gz django-trackings-0.6.1a0:

    pip install django-trackings-0.6.1a0.tar.gz