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=asc&page=66
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'
'asc'
'page'
'66'
No POST data
SQL queries from 1 connection
default
1836.83 ms (262 queries
including 255 similar
and 102 duplicates
)
Query
Timeline
Time (ms)
Action
SET SESSION TRANSACTION ISOLATIONLEVELREADCOMMITTEDSETSESSIONTRANSACTIONISOLATIONLEVELREADCOMMITTED
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(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.
12.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(125)
records = distributors.count()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor`
2 similar queries.
Duplicated 2 times.
6.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(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.
31.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(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.
12.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(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.
12.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(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.
19.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(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.
12.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(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.
11.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(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.
12.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(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.
12.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(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.
12.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(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.
11.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(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.
12.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(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.
14.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(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.
13.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(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.
13.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(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.
13.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(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.
14.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(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.
14.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(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.
12.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` = 'Restaurant'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant'
10 similar queries.
12.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(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.
12.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(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.
11.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
6.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(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.
11.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(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.
12.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(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.
14.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(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.
14.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(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.
10.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(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.
10.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(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.
14.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(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.
9.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(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.
12.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(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.
13.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(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.
6.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(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.
12.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(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.
8.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(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.
15.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(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.
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(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.
11.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(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.
6.19
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
6.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(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.
16.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(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.
14.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(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.
7.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(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.98
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
11.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(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.
11.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(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.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(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.
11.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(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.
7.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(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.
11.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(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.
11.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(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.
11.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(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.
11.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
6.94
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
5.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(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.
13.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(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.
15.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(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.
6.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(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.
13.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(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.
9.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(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
16.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(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.
13.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(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.
5.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` = 'Choco'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'
36 similar queries.
14.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(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.
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(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.
12.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(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.
6.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(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.
12.22
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
10.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` = 'entree.Net'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'
36 similar queries.
11.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(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.
6.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(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.
12.02
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
8.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(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.
12.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` = 'Mirakl'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'
36 similar queries.
8.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` = 'Miva'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'
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` = 'NitroSell'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'
36 similar queries.
11.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(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.
12.15
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
2.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(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.
12.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
14.93
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
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(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.
11.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` = 'Shopify'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 similar queries.
9.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` = 'SipMarket'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'
36 similar queries.
12.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(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.
6.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` = 'Storefronts.sites'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'
36 similar queries.
12.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(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.
7.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(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.
12.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(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.
7.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` = 'Webflow Ecommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
11.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.
6.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(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.
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(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.
12.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(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.
10.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]
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
14.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(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.
10.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
11.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(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.
12.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` = 'Charlotte, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'
43 similar queries.
7.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(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.
14.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(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.
3.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(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.
12.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` = 'Dallas-Fort Worth, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'
43 similar queries.
4.15
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
5.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]
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.
16.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` = 'Houston, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'
43 similar queries.
14.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` = 'Jacksonville, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'
43 similar queries.
9.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` = 'Kansas City, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'
43 similar queries.
8.15
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
3.02
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
14.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` = 'Memphis, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'
43 similar queries.
4.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(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.
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(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.
12.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(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.
7.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(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.
11.98
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
11.20
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
3.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` = 'Orlando, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'
43 similar queries.
2.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(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.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]/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.
11.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(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.
12.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` = 'Providence, RI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'
43 similar queries.
11.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(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.
7.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(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.
12.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(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.
12.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(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.
12.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(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.
11.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` = 'Salt Lake City, UT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'
43 similar queries.
12.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(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.
16.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(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.
13.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` = 'Seattle, WA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'
43 similar queries.
13.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` = 'St. Louis, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'
43 similar queries.
13.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(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.
11.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(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
15.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(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.
9.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(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.
7.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(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.
13.11
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.11
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
14.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(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.
14.20
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
14.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(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.
11.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(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
15.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(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.
14.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(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.
6.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(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.
7.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(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.
12.15
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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.
12.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(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.
7.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(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
11.19
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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` ASC LIMIT 50 OFFSET 3250SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` ASCLIMIT 50 OFFSET 3250
29.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(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` = 344SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 344
100 similar queries.
Duplicated 2 times.
11.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 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` = 344SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 344
100 similar queries.
Duplicated 2 times.
0.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` = 1126SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1126
100 similar queries.
Duplicated 2 times.
0.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` = 1126SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1126
100 similar queries.
Duplicated 2 times.
0.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(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` = 3092SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3092
100 similar queries.
Duplicated 2 times.
0.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` = 3092SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3092
100 similar queries.
Duplicated 2 times.
0.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(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` = 3093SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3093
100 similar queries.
Duplicated 2 times.
0.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` = 3093SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3093
100 similar queries.
Duplicated 2 times.
0.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 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` = 3094SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3094
100 similar queries.
Duplicated 2 times.
0.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 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` = 3094SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3094
100 similar queries.
Duplicated 2 times.
0.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` = 3095SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3095
100 similar queries.
Duplicated 2 times.
0.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(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` = 3095SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3095
100 similar queries.
Duplicated 2 times.
0.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` = 3096SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3096
100 similar queries.
Duplicated 2 times.
0.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 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` = 3096SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3096
100 similar queries.
Duplicated 2 times.
0.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 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` = 3097SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3097
100 similar queries.
Duplicated 2 times.
0.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 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` = 3097SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3097
100 similar queries.
Duplicated 2 times.
0.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` = 1788SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1788
100 similar queries.
Duplicated 2 times.
0.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 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` = 1788SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1788
100 similar queries.
Duplicated 2 times.
0.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 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` = 1868SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1868
100 similar queries.
Duplicated 2 times.
0.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 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` = 1868SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1868
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 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` = 1127SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1127
100 similar queries.
Duplicated 2 times.
0.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(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` = 1127SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1127
100 similar queries.
Duplicated 2 times.
0.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(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` = 345SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 345
100 similar queries.
Duplicated 2 times.
0.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(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` = 345SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 345
100 similar queries.
Duplicated 2 times.
0.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(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` = 1128SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1128
100 similar queries.
Duplicated 2 times.
0.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(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` = 1128SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1128
100 similar queries.
Duplicated 2 times.
0.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` = 1245SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1245
100 similar queries.
Duplicated 2 times.
0.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` = 1245SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1245
100 similar queries.
Duplicated 2 times.
0.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` = 3098SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3098
100 similar queries.
Duplicated 2 times.
0.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` = 3098SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3098
100 similar queries.
Duplicated 2 times.
0.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` = 3099SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3099
100 similar queries.
Duplicated 2 times.
0.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` = 3099SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3099
100 similar queries.
Duplicated 2 times.
0.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` = 3100SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3100
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 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` = 3100SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3100
100 similar queries.
Duplicated 2 times.
0.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 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` = 1180SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1180
100 similar queries.
Duplicated 2 times.
0.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(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` = 1180SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1180
100 similar queries.
Duplicated 2 times.
0.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(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` = 3101SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3101
100 similar queries.
Duplicated 2 times.
0.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` = 3101SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3101
100 similar queries.
Duplicated 2 times.
0.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` = 1129SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1129
100 similar queries.
Duplicated 2 times.
0.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` = 1129SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1129
100 similar queries.
Duplicated 2 times.
0.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` = 3340SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3340
100 similar queries.
Duplicated 2 times.
0.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(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` = 3340SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3340
100 similar queries.
Duplicated 2 times.
0.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` = 1935SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1935
100 similar queries.
Duplicated 2 times.
0.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(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` = 1935SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1935
100 similar queries.
Duplicated 2 times.
0.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(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` = 1130SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1130
100 similar queries.
Duplicated 2 times.
0.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` = 1130SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1130
100 similar queries.
Duplicated 2 times.
0.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` = 346SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 346
100 similar queries.
Duplicated 2 times.
0.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` = 346SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 346
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` = 3218SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3218
100 similar queries.
Duplicated 2 times.
0.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` = 3218SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3218
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` = 3287SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3287
100 similar queries.
Duplicated 2 times.
0.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` = 3287SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3287
100 similar queries.
Duplicated 2 times.
0.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` = 3102SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3102
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` = 3102SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3102
100 similar queries.
Duplicated 2 times.
0.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 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` = 3227SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3227
100 similar queries.
Duplicated 2 times.
0.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 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` = 3227SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3227
100 similar queries.
Duplicated 2 times.
0.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(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` = 3294SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3294
100 similar queries.
Duplicated 2 times.
0.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 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` = 3294SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3294
100 similar queries.
Duplicated 2 times.
1.16
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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` = 3103SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3103
100 similar queries.
Duplicated 2 times.
0.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 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` = 3103SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3103
100 similar queries.
Duplicated 2 times.
0.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(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` = 3104SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3104
100 similar queries.
Duplicated 2 times.
0.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` = 3104SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3104
100 similar queries.
Duplicated 2 times.
0.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` = 1131SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1131
100 similar queries.
Duplicated 2 times.
0.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` = 1131SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1131
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 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` = 347SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 347
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 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` = 347SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 347
100 similar queries.
Duplicated 2 times.
0.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` = 3352SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3352
100 similar queries.
Duplicated 2 times.
0.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(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` = 3352SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3352
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 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` = 1382SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1382
100 similar queries.
Duplicated 2 times.
0.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 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` = 1382SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1382
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` = 387SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 387
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` = 387SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 387
100 similar queries.
Duplicated 2 times.
0.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` = 3105SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3105
100 similar queries.
Duplicated 2 times.
0.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(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` = 3105SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3105
100 similar queries.
Duplicated 2 times.
0.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(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` = 753SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 753
100 similar queries.
Duplicated 2 times.
2.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` = 753SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 753
100 similar queries.
Duplicated 2 times.
0.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/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` = 754SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 754
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 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` = 754SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 754
100 similar queries.
Duplicated 2 times.
0.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` = 3106SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3106
100 similar queries.
Duplicated 2 times.
0.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(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` = 3106SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3106
100 similar queries.
Duplicated 2 times.
0.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 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` = 755SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 755
100 similar queries.
Duplicated 2 times.
0.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` = 755SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 755
100 similar queries.
Duplicated 2 times.
0.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` = 349SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 349
100 similar queries.
Duplicated 2 times.
0.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 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` = 349SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 349
100 similar queries.
Duplicated 2 times.
0.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` = 1132SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1132
100 similar queries.
Duplicated 2 times.
1.02
Connection: default
/home/snapper/apps/django/env/lib/python3.10/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` = 1132SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1132
100 similar queries.
Duplicated 2 times.
0.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 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` = 756SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 756
100 similar queries.
Duplicated 2 times.
0.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` = 756SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 756
100 similar queries.
Duplicated 2 times.
0.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` = 3107SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3107
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` = 3107SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3107
100 similar queries.
Duplicated 2 times.
0.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` = 3108SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3108
100 similar queries.
Duplicated 2 times.
0.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(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` = 3108SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3108
100 similar queries.
Duplicated 2 times.
0.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(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` = 1169SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1169
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` = 1169SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1169
100 similar queries.
Duplicated 2 times.
0.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` = 3109SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3109
100 similar queries.
Duplicated 2 times.
0.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(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` = 3109SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3109
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` = 1887SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1887
100 similar queries.
Duplicated 2 times.
0.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 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` = 1887SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1887
100 similar queries.
Duplicated 2 times.
0.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` = 1641SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1641
100 similar queries.
Duplicated 2 times.
0.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` = 1641SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1641
100 similar queries.
Duplicated 2 times.
0.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(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: