Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For
216.73.216.49
X-Forwarded-Host
django.snappersworld.com
X-Forwarded-Proto
https
X-Forwarded-Server
django.snappersworld.com
X-Forwarded-Ssl
on
Response headers
Key
Value
Content-Type
text/html; charset=utf-8
Vary
Cookie
X-Frame-Options
DENY
WSGI environ
Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
Key
Value
PATH_INFO
/distributors/
QUERY_STRING
direction=desc&page=67
REMOTE_ADDR
127.0.0.1
REQUEST_METHOD
GET
SCRIPT_NAME
SERVER_NAME
opal7.opalstack.com
SERVER_PORT
50187
SERVER_PROTOCOL
HTTP/1.1
Request
View information
View function
Arguments
Keyword arguments
URL name
distributors.views.distributor_list
()
{}
distributor_list
Cookies
Variable
Value
'csrftoken'
'Stb5YGi8090zeMjYtiLgcCSQQ8oWwYA7'
No session data
GET data
Variable
Value
'direction'
'desc'
'page'
'67'
No POST data
SQL queries from 1 connection
default
647.38 ms (262 queries
including 255 similar
and 102 duplicates
)
Query
Timeline
Time (ms)
Action
SET SESSION TRANSACTION ISOLATIONLEVELREADCOMMITTEDSETSESSIONTRANSACTIONISOLATIONLEVELREADCOMMITTED
0.14
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(125)
records = distributors.count()/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/utils/asyncio.py in inner(26)
return func(*args, **kwargs)
SELECT COUNT(*) AS `__count` FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor`
2 similar queries.
Duplicated 2 times.
3.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(125)
records = distributors.count()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor`
2 similar queries.
Duplicated 2 times.
1.64
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(128)
page_obj = paginator.get_page(page_number)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in get_page(63)
number = self.validate_number(number)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in validate_number(53)
if number > self.num_pages:/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in num_pages(99)
if self.count == 0 and not self.allow_empty_first_page:/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in count(93)
return c()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'
16 similar queries.
11.27
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'
16 similar queries.
1.60
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'
16 similar queries.
1.62
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine'
16 similar queries.
1.46
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'
16 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'
16 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Produce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Produce'
16 similar queries.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'
16 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'
16 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'
16 similar queries.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'
16 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens'
16 similar queries.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'
16 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'
16 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic'
16 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'
16 similar queries.
1.46
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'
10 similar queries.
1.57
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor'
10 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant'
10 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery'
10 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer'
10 similar queries.
1.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online'
10 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail'
10 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services'
10 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery'
10 similar queries.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore'
10 similar queries.
1.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'
10 similar queries.
1.63
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research'
10 similar queries.
1.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'
10 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'
10 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'
10 similar queries.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'
10 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'
10 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'
10 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'
10 similar queries.
1.68
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'
10 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'
4 similar queries.
1.64
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'
4 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional'
4 similar queries.
3.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'
4 similar queries.
1.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'
4 similar queries.
1.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'
4 similar queries.
1.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No'
4 similar queries.
1.44
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login'
4 similar queries.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown'
4 similar queries.
1.67
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'
4 similar queries.
1.86
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'
4 similar queries.
1.82
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name'
4 similar queries.
2.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1
2 similar queries.
1.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(154)
('true', 'Yes', distributors.filter(image_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0
2 similar queries.
1.92
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(155)
('false', 'No', distributors.filter(image_available=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1
2 similar queries.
1.76
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(158)
('true', 'Yes', distributors.filter(sku_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0
2 similar queries.
1.85
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(159)
('false', 'No', distributors.filter(sku_available=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1
2 similar queries.
2.05
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(162)
('true', 'Yes', distributors.filter(gtin_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0
2 similar queries.
1.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(163)
('false', 'No', distributors.filter(gtin_available=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1
2 similar queries.
1.54
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(166)
('true', 'Yes', distributors.filter(login_required=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0
2 similar queries.
1.60
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(167)
('false', 'No', distributors.filter(login_required=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1
2 similar queries.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(170)
('true', 'Yes', distributors.filter(favorite=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0
2 similar queries.
1.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(171)
('false', 'No', distributors.filter(favorite=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1
2 similar queries.
1.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(174)
('true', 'Yes', distributors.filter(unipro=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0
2 similar queries.
1.32
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(175)
('false', 'No', distributors.filter(unipro=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'
43 similar queries.
1.53
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(178)
('true', 'Yes', distributors.filter(unipro_market=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'
43 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(179)
('false', 'No', distributors.filter(unipro_market=False).count())
SELECTDISTINCT `distributors_distributor`.`framework` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASC
2.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'
36 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'
36 similar queries.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'
36 similar queries.
1.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive'
36 similar queries.
2.10
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'
36 similar queries.
1.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'
36 similar queries.
1.49
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'
36 similar queries.
1.49
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'
36 similar queries.
1.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'
36 similar queries.
5.66
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'
36 similar queries.
1.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'
36 similar queries.
1.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'
36 similar queries.
1.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'
36 similar queries.
1.74
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'
36 similar queries.
2.12
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'
36 similar queries.
2.10
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'
36 similar queries.
1.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'PDF'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'PDF'
36 similar queries.
2.03
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'
36 similar queries.
1.78
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'
36 similar queries.
1.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi'
36 similar queries.
1.63
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems'
36 similar queries.
1.89
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
36 similar queries.
1.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'
36 similar queries.
1.83
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'
36 similar queries.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'
36 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'
36 similar queries.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'
36 similar queries.
1.64
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast'
36 similar queries.
1.49
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'
36 similar queries.
1.46
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'
36 similar queries.
1.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
1.82
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'
36 similar queries.
2.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'
36 similar queries.
1.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce'
36 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'
36 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECTDISTINCT `distributors_distributor`.`unipro_market` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`unipro_market` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`unipro_market` ASC
2.54
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Atlanta, GA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Atlanta, GA'
43 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX'
43 similar queries.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'
43 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'
43 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'
43 similar queries.
2.61
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'
43 similar queries.
2.09
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'
43 similar queries.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'
43 similar queries.
1.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'
43 similar queries.
1.44
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'
43 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'
43 similar queries.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'
43 similar queries.
2.26
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'
43 similar queries.
3.64
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'
43 similar queries.
3.66
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'
43 similar queries.
2.07
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
43 similar queries.
1.92
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'
43 similar queries.
2.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'
43 similar queries.
2.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'
43 similar queries.
2.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
43 similar queries.
2.34
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
43 similar queries.
1.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN'
43 similar queries.
2.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New Orleans, LA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New Orleans, LA'
43 similar queries.
2.55
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New York City, NY'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New York City, NY'
43 similar queries.
2.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'
43 similar queries.
2.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'
43 similar queries.
2.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
43 similar queries.
2.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
43 similar queries.
2.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'
43 similar queries.
2.27
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'
43 similar queries.
2.21
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'
43 similar queries.
2.90
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond'
43 similar queries.
2.84
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond, VA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond, VA'
43 similar queries.
2.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
43 similar queries.
3.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'
43 similar queries.
2.97
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'
43 similar queries.
1.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA'
43 similar queries.
2.58
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'
43 similar queries.
1.69
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'
43 similar queries.
1.71
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'
43 similar queries.
1.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ'
43 similar queries.
2.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECTDISTINCT `distributors_distributor`.`method` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASC
2.26
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper'
8 similar queries.
1.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'
8 similar queries.
2.76
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'
8 similar queries.
2.61
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code'
8 similar queries.
1.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script'
8 similar queries.
1.71
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api'
8 similar queries.
1.63
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'
8 similar queries.
2.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'
8 similar queries.
2.29
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECTDISTINCT `distributors_distributor`.`source` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASC
3.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy'
6 similar queries.
1.74
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'
6 similar queries.
2.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'PFG Site'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'PFG Site'
6 similar queries.
2.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape'
6 similar queries.
2.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'
6 similar queries.
3.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Upload'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Upload'
6 similar queries.
2.66
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT `distributors_market`.`id`, `distributors_market`.`name`, `distributors_market`.`city`, `distributors_market`.`state`, `distributors_market`.`zipcode` FROM `distributors_market` ORDER BY `distributors_market`.`name` ASCSELECT ••• FROM `distributors_market` ORDER BY `distributors_market`.`name` ASC
2.56
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(208)
return template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(177)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(742)
new_obj = func(obj, *arg_vals)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaultfilters.py in length(609)
return len(value)
SELECT `distributors_distributor`.`id`, `distributors_distributor`.`parent_id`, `distributors_distributor`.`name`, `distributors_distributor`.`city`, `distributors_distributor`.`state`, `distributors_distributor`.`address`, `distributors_distributor`.`phone_number`, `distributors_distributor`.`email`, `distributors_distributor`.`website_url`, `distributors_distributor`.`logo_url`, `distributors_distributor`.`area`, `distributors_distributor`.`type`, `distributors_distributor`.`primary_category`, `distributors_distributor`.`markets`, `distributors_distributor`.`products_available`, `distributors_distributor`.`skus_with_leading_zeros`, `distributors_distributor`.`sku_available`, `distributors_distributor`.`pack_size_available`, `distributors_distributor`.`image_available`, `distributors_distributor`.`gtin_available`, `distributors_distributor`.`price_available`, `distributors_distributor`.`login_required`, `distributors_distributor`.`sample_product_url`, `distributors_distributor`.`framework`, `distributors_distributor`.`taxonomy`, `distributors_distributor`.`status`, `distributors_distributor`.`additional_notes`, `distributors_distributor`.`method`, `distributors_distributor`.`suggested_url`, `distributors_distributor`.`suggested_address`, `distributors_distributor`.`suggested_categories`, `distributors_distributor`.`suggested_market`, `distributors_distributor`.`meta_category`, `distributors_distributor`.`favorite`, `distributors_distributor`.`unipro`, `distributors_distributor`.`unipro_market`, `distributors_distributor`.`unipro_type`, `distributors_distributor`.`source`, `distributors_distributor`.`zip` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` DESC LIMIT 50 OFFSET 3300SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` DESCLIMIT 50 OFFSET 3300
14.53
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(194)
len_values = len(values)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in __len__(174)
return len(self.object_list)
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1958SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1958
100 similar queries.
Duplicated 2 times.
1.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1958SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1958
100 similar queries.
Duplicated 2 times.
1.51
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 400SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 400
100 similar queries.
Duplicated 2 times.
2.12
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 400SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 400
100 similar queries.
Duplicated 2 times.
2.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2030SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2030
100 similar queries.
Duplicated 2 times.
2.17
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2030SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2030
100 similar queries.
Duplicated 2 times.
2.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 399SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 399
100 similar queries.
Duplicated 2 times.
3.14
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 399SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 399
100 similar queries.
Duplicated 2 times.
2.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2031SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2031
100 similar queries.
Duplicated 2 times.
2.17
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2031SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2031
100 similar queries.
Duplicated 2 times.
1.49
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 788SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 788
100 similar queries.
Duplicated 2 times.
1.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 788SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 788
100 similar queries.
Duplicated 2 times.
2.23
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 18SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 18
100 similar queries.
Duplicated 2 times.
2.03
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 18SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 18
100 similar queries.
Duplicated 2 times.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2029SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2029
100 similar queries.
Duplicated 2 times.
1.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2029SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2029
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2028SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2028
100 similar queries.
Duplicated 2 times.
1.46
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2028SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2028
100 similar queries.
Duplicated 2 times.
1.90
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2027SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2027
100 similar queries.
Duplicated 2 times.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2027SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2027
100 similar queries.
Duplicated 2 times.
1.74
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1290SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1290
100 similar queries.
Duplicated 2 times.
1.69
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1290SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1290
100 similar queries.
Duplicated 2 times.
1.77
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2026SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2026
100 similar queries.
Duplicated 2 times.
1.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2026SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2026
100 similar queries.
Duplicated 2 times.
1.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 17SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 17
100 similar queries.
Duplicated 2 times.
2.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 17SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 17
100 similar queries.
Duplicated 2 times.
2.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 16SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 16
100 similar queries.
Duplicated 2 times.
2.12
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 16SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 16
100 similar queries.
Duplicated 2 times.
2.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 398SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 398
100 similar queries.
Duplicated 2 times.
2.08
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 398SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 398
100 similar queries.
Duplicated 2 times.
2.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2025SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2025
100 similar queries.
Duplicated 2 times.
1.83
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2025SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2025
100 similar queries.
Duplicated 2 times.
1.60
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3259SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3259
100 similar queries.
Duplicated 2 times.
1.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3259SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3259
100 similar queries.
Duplicated 2 times.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1186SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1186
100 similar queries.
Duplicated 2 times.
1.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1186SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1186
100 similar queries.
Duplicated 2 times.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2024SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2024
100 similar queries.
Duplicated 2 times.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2024SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2024
100 similar queries.
Duplicated 2 times.
1.03
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2023SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2023
100 similar queries.
Duplicated 2 times.
5.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2023SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2023
100 similar queries.
Duplicated 2 times.
11.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2022SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2022
100 similar queries.
Duplicated 2 times.
5.74
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2022SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2022
100 similar queries.
Duplicated 2 times.
3.24
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 785SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 785
100 similar queries.
Duplicated 2 times.
3.13
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 785SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 785
100 similar queries.
Duplicated 2 times.
0.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 784SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 784
100 similar queries.
Duplicated 2 times.
0.54
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 784SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 784
100 similar queries.
Duplicated 2 times.
0.66
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1413SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1413
100 similar queries.
Duplicated 2 times.
0.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1413SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1413
100 similar queries.
Duplicated 2 times.
5.84
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1284SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1284
100 similar queries.
Duplicated 2 times.
5.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1284SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1284
100 similar queries.
Duplicated 2 times.
10.72
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2021SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2021
100 similar queries.
Duplicated 2 times.
4.86
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2021SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2021
100 similar queries.
Duplicated 2 times.
0.33
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1298SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1298
100 similar queries.
Duplicated 2 times.
0.59
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1298SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1298
100 similar queries.
Duplicated 2 times.
0.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1542SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1542
100 similar queries.
Duplicated 2 times.
3.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1542SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1542
100 similar queries.
Duplicated 2 times.
4.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 783SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 783
100 similar queries.
Duplicated 2 times.
3.62
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 783SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 783
100 similar queries.
Duplicated 2 times.
3.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2020SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2020
100 similar queries.
Duplicated 2 times.
4.31
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2020SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2020
100 similar queries.
Duplicated 2 times.
3.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 15SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 15
100 similar queries.
Duplicated 2 times.
4.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 15SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 15
100 similar queries.
Duplicated 2 times.
3.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1579SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1579
100 similar queries.
Duplicated 2 times.
4.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1579SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1579
100 similar queries.
Duplicated 2 times.
6.44
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 14SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 14
100 similar queries.
Duplicated 2 times.
6.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 14SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 14
100 similar queries.
Duplicated 2 times.
5.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 397SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 397
100 similar queries.
Duplicated 2 times.
3.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 397SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 397
100 similar queries.
Duplicated 2 times.
5.84
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2019SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2019
100 similar queries.
Duplicated 2 times.
3.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2019SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2019
100 similar queries.
Duplicated 2 times.
2.85
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 13SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 13
100 similar queries.
Duplicated 2 times.
3.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 13SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 13
100 similar queries.
Duplicated 2 times.
3.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 12SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 12
100 similar queries.
Duplicated 2 times.
3.33
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 12SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 12
100 similar queries.
Duplicated 2 times.
4.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2018SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2018
100 similar queries.
Duplicated 2 times.
3.57
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2018SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2018
100 similar queries.
Duplicated 2 times.
4.14
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 396SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 396
100 similar queries.
Duplicated 2 times.
4.72
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 396SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 396
100 similar queries.
Duplicated 2 times.
3.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2017SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2017
100 similar queries.
Duplicated 2 times.
9.21
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2017SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2017
100 similar queries.
Duplicated 2 times.
2.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 10SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 10
100 similar queries.
Duplicated 2 times.
3.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 10SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 10
100 similar queries.
Duplicated 2 times.
3.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 395SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 395
100 similar queries.
Duplicated 2 times.
3.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 395SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 395
100 similar queries.
Duplicated 2 times.
3.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 782SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 782
100 similar queries.
Duplicated 2 times.
3.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 782SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 782
100 similar queries.
Duplicated 2 times.
3.89
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 781SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 781
100 similar queries.
Duplicated 2 times.
6.06
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 781SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 781
100 similar queries.
Duplicated 2 times.
4.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2016SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2016
100 similar queries.
Duplicated 2 times.
4.01
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2016SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2016
100 similar queries.
Duplicated 2 times.
3.48
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1518SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1518
100 similar queries.
Duplicated 2 times.
3.76
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1518SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1518
100 similar queries.
Duplicated 2 times.
3.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1730SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1730
100 similar queries.
Duplicated 2 times.
6.06
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1730SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1730
100 similar queries.
Duplicated 2 times.
4.17
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2015SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2015
100 similar queries.
Duplicated 2 times.
3.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2015SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 2015
100 similar queries.
Duplicated 2 times.
3.07
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1806SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1806
100 similar queries.
Duplicated 2 times.
5.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1806SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1806
100 similar queries.
Duplicated 2 times.
4.63
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 394SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 394
100 similar queries.
Duplicated 2 times.
3.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 394SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 394
100 similar queries.
Duplicated 2 times.
2.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes: