معرفی شرکت ها


django-debug-toolbar-template-timings-0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A django-debug-toolbar panel that shows you template rendering times for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-debug-toolbar-template-timings-0.9
نام django-debug-toolbar-template-timings
نسخه کتابخانه 0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tom Forbes
ایمیل نویسنده tom@tomforb.es
آدرس صفحه اصلی https://github.com/orf/django-debug-toolbar-template-timings
آدرس اینترنتی https://pypi.org/project/django-debug-toolbar-template-timings/
مجوز The MIT License (MIT) Copyright (c) 2013 Tom Forbes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
================ Template-Timings ================ .. image:: https://img.shields.io/pypi/v/django-debug-toolbar-template-timings.svg :target: https://pypi.python.org/pypi/django-debug-toolbar-template-timings Template-timings is a panel for Django Debug Toolbar that gives an in-dept breakdown of the time it takes to render your Django templates (including templates included via ``{% extends %}`` and ``{% include %}``). Template-timings supports Django 1.8 and below, Django 1.9 and above do not work at the moment. Install ======= Install via pip (``pip install django-debug-toolbar-template-timings``) then add ``'template_timings_panel.panels.TemplateTimings.TemplateTimings'`` to your ``DEBUG_TOOLBAR_PANELS`` setting, and add ``'template_timings_panel'`` to your ``INSTALLED_APPS``: .. code:: python # http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels DEBUG_TOOLBAR_PANELS = [ ... 'template_timings_panel.panels.TemplateTimings.TemplateTimings', ] INSTALLED_APPS = [ ... 'template_timings_panel' ] Screenshot ========== .. image:: http://i.imgur.com/H2D48Uy.png Frequently asked questions ========================== **How much overhead does this add?** In my experience this panel adds about 10% overhead. The panel uses the standard SQLPanel that ships with debug-toolbar to handle the SQL timings, so if you disable that the overhead will decrease and you can still see the render times. **The SQL count is different from the SQLPanel?** SQLPanel counts **all** queries that are executed, wherease this panel only counts queries that are executed while rendering a template. Configuration ============= Configuration is optional. There is currently only one setting you can configure (the values below are the default): .. code:: python IGNORED_TEMPLATES = ["debug_toolbar/*"] # Ignore these templates from the output


نحوه نصب


نصب پکیج whl django-debug-toolbar-template-timings-0.9:

    pip install django-debug-toolbar-template-timings-0.9.whl


نصب پکیج tar.gz django-debug-toolbar-template-timings-0.9:

    pip install django-debug-toolbar-template-timings-0.9.tar.gz