Hi all,
this is my very first post although I have been using Django 3.x for almost 9 months. As i am in the start of my project still, i thought now is a good time to upgrade to Django 4.0, so i did.
But, now pages load very slow fetching from my MySQL database, used to be very fast, instantaneously as not very big tables yet.
Thus, I loaded the latest version debug_bar to see where the time is spent. It shoiws that MySQL is still lightning fast but the time seems to go in deprecation.py to look for Async calls, but i am stil using only the WSGI and I am using the development server, see below:
PS C:\fcls\fcl\fcl1> python manage.py runserver 8080
Watching for file changes with StatReloader
Performing system checksā¦
System check identified no issues (0 silenced).
February 18, 2022 - 07:21:20
Django version 4.0.1, using settings āfcl1.settingsā
Starting development server at http://127.0.0.1:8080/
Quit the server with CTRL-BREAK.
[18/Feb/2022 07:21:42] āGET /basis/ HTTP/1.1ā 200 69722
[18/Feb/2022 07:21:43] āGET /static/fucanglong-style.css HTTP/1.1ā 304 0
[18/Feb/2022 07:21:43] āGET /static/debug_toolbar/css/toolbar.css HTTP/1.1ā 304 0
[18/Feb/2022 07:21:43] āGET /static/debug_toolbar/js/toolbar.js HTTP/1.1ā 304 0
[18/Feb/2022 07:21:43] āGET /static/debug_toolbar/css/print.css HTTP/1.1ā 304 0
[18/Feb/2022 07:21:43] āGET /static/debug_toolbar/js/utils.js HTTP/1.1ā 304 0
[18/Feb/2022 07:22:04] āGET /favicon.ico HTTP/1.1ā 200 10529
[18/Feb/2022 07:30:00] āGET /debug/render_panel/?store_id=413f26f8f27445809712b92471bb435a&panel_id=ProfilingPanel HTTP/1.1ā 200 219225
If i look in side panel profiling (2 list below - due to size limitation) i see a ton of deprecation checks eating time, is this the problem or am i missing something? Or why was Django 3.9 fast and 4.0 so slow?
Any help appreciated as my application is still very small but response times of 20 to 30 seconds or more on localhost where the exact same application did under 1 sec to 2 seconds is not very nice.
Fetching 4 records (select * from Assets 8 columns, 4 rows, 835 Bytes only)
C:\fcls\Python310\lib\site-packages\debug_toolbar\panels/init.py in process_request(184) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
---|---|---|---|---|---|
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.111 | 0.111 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.116 | 0.116 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.116 | 0.039 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.111 | 0.111 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_table(99) | 0.111 | 0.111 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/config.py in configure(33) | 0.110 | 0.110 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.116 | 0.116 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.116 | 0.039 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\test/utils.py in instrumented_test_render(95) | 0.116 | 0.029 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\dispatch/dispatcher.py in send(149) | 0.060 | 0.015 | 0.000 | 0.000 | 4 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(976) | 0.058 | 0.015 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 0.230 | 0.038 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.112 | 0.112 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.111 | 0.111 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.118 | 0.118 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.116 | 0.116 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.116 | 0.039 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 0.230 | 0.230 | 0.000 | 0.000 | 1 |
ā¦ more deleted |
From same database but now (select * from Basis 24 columns, 249 rows, 48 Kilo Bytes only)
C:\fcls\Python310\lib\site-packages\debug_toolbar\panels/init.py in process_request(184) | 1.236 | 1.236 | 0.000 | 0.000 | 1 |
---|---|---|---|---|---|
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.236 | 1.236 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.541 | 0.541 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.541 | 0.180 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_table(99) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/config.py in configure(33) | 0.670 | 0.670 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.541 | 0.541 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.541 | 0.180 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\test/utils.py in instrumented_test_render(95) | 0.537 | 0.134 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\dispatch/dispatcher.py in send(149) | 0.255 | 0.064 | 0.000 | 0.000 | 4 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(976) | 0.284 | 0.071 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.541 | 0.541 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.541 | 0.180 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_table(99) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/config.py in configure(33) | 0.670 | 0.670 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_tables2/tables.py in paginate(563) | 0.670 | 0.670 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core/paginator.py in page(74) | 0.670 | 0.670 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.541 | 0.541 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.541 | 0.180 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\test/utils.py in instrumented_test_render(95) | 0.537 | 0.134 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\dispatch/dispatcher.py in send(149) | 0.255 | 0.064 | 0.000 | 0.000 | 4 |
- C:\fcls\Python310\lib\site-packages\django\dispatch/dispatcher.py in (170) | 0.255 | 0.064 | 0.000 | 0.000 | 4 |
C:\fcls\Python310\lib\site-packages\debug_toolbar\panels\templates/panel.py in _store_template_info(74) | 0.255 | 0.064 | 0.000 | 0.000 | 4 |
- C:\fcls\Python310\lib\site-packages\django\template/base.py in render(976) | 0.284 | 0.071 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/base.py in (977) | 0.284 | 0.000 | 0.001 | 0.001 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render_annotated(930) | 0.284 | 0.000 | 0.001 | 0.000 | 10 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/list.py in get(141) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_tables2/views.py in get_context_data(140) | 0.674 | 0.674 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template\backends/django.py in render(58) | 0.541 | 0.541 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/base.py in render(170) | 0.541 | 0.180 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.234 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in view(61) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\views\generic/base.py in dispatch(93) | 0.675 | 0.675 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\template/response.py in render(96) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\template/response.py in rendered_content(72) | 0.552 | 0.552 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django_otp/middleware.py in call(27) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
- C:\fcls\Python310\lib\site-packages\django\core\handlers/exception.py in inner(44) | 1.233 | 1.233 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\utils/deprecation.py in call(119) | 1.236 | 0.206 | 0.000 | 0.000 | 1 |
C:\fcls\Python310\lib\site-packages\django\core\handlers/base.py in _get_response(160) | 1.227 | 1.227 | 0.000 | 0.000 | 1 |
ā¦ more deleted