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
page=68
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'
'HM0n4gL8rOwlyDvs1eXBrm2mc7LaifXB'
No session data
GET data
Variable
Value
'page'
'68'
No POST data
SQL queries from 1 connection
default
1119.25 ms (262 queries
including 255 similar
and 102 duplicates
)
Query
Timeline
Time (ms)
Action
SET SESSION TRANSACTION ISOLATIONLEVELREADCOMMITTEDSETSESSIONTRANSACTIONISOLATIONLEVELREADCOMMITTED
0.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(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.
11.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(125)
records = distributors.count()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor`
2 similar queries.
Duplicated 2 times.
2.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(128)
page_obj = paginator.get_page(page_number)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in get_page(63)
number = self.validate_number(number)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in validate_number(53)
if number > self.num_pages:/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in num_pages(99)
if self.count == 0 and not self.allow_empty_first_page:/home/snapper/apps/django/env/lib/python3.10/site-packages/django/core/paginator.py in count(93)
return c()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'
16 similar queries.
11.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'
16 similar queries.
3.60
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'
16 similar queries.
3.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.26
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.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` = 'Meat'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'
16 similar queries.
2.05
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.07
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(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.
2.17
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'
16 similar queries.
1.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` = 'Linens'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens'
16 similar queries.
1.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(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.
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(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'
16 similar queries.
1.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` = 'Ethnic'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic'
16 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(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'
16 similar queries.
1.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`.`type` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'
10 similar queries.
1.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` = 'Distributor'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor'
10 similar queries.
1.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(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.
22.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(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.
2.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(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.
3.08
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(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.
16.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(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.
3.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(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.
2.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(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.
2.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(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.
2.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` = 'Scraped'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'
10 similar queries.
1.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'
10 similar queries.
1.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(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'
10 similar queries.
1.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'
10 similar queries.
1.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(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'
10 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'
10 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'
10 similar queries.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'
4 similar queries.
1.57
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'
4 similar queries.
1.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(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.
1.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'
4 similar queries.
1.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`.`price_available` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'
4 similar queries.
1.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(149)
price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'
4 similar queries.
1.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.
2.56
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(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.
2.01
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'
4 similar queries.
1.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(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'
4 similar queries.
1.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(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.
1.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(150)
pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1
2 similar queries.
1.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(154)
('true', 'Yes', distributors.filter(image_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0
2 similar queries.
1.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(155)
('false', 'No', distributors.filter(image_available=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1
2 similar queries.
1.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(158)
('true', 'Yes', distributors.filter(sku_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0
2 similar queries.
1.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(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.
1.68
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.76
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
10.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(170)
('true', 'Yes', distributors.filter(favorite=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0
2 similar queries.
1.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(171)
('false', 'No', distributors.filter(favorite=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1
2 similar queries.
1.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(174)
('true', 'Yes', distributors.filter(unipro=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0
2 similar queries.
1.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(175)
('false', 'No', distributors.filter(unipro=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'
43 similar queries.
1.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(178)
('true', 'Yes', distributors.filter(unipro_market=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'
43 similar queries.
1.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
5.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'
36 similar queries.
1.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'
36 similar queries.
1.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'
36 similar queries.
1.68
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'
36 similar queries.
1.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'
36 similar queries.
1.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` = 'dsdlink'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'
36 similar queries.
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'
36 similar queries.
1.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(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.
1.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'
36 similar queries.
1.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'
36 similar queries.
1.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'
36 similar queries.
3.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` = 'Magento'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'
36 similar queries.
3.89
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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` = 'Miva'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'
36 similar queries.
3.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(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.
2.58
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.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` = 'Pepper'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'
36 similar queries.
2.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'
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` = 'Provi'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi'
36 similar queries.
2.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/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.
3.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` = 'Salesforce Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
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` = 'SAP Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'
36 similar queries.
2.97
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 similar queries.
1.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` = 'SipMarket'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'
36 similar queries.
1.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` = 'Squarespace'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'
36 similar queries.
1.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.56
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'
36 similar queries.
2.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'
36 similar queries.
1.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
1.82
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'
36 similar queries.
1.82
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'
36 similar queries.
1.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.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'
36 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
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
4.69
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
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.
4.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(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.
2.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'
43 similar queries.
1.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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'
43 similar queries.
1.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(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.
1.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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'
43 similar queries.
2.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` = 'Cleveland, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'
43 similar queries.
1.78
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'
43 similar queries.
1.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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Dallas-Fort Worth, TX'
43 similar queries.
1.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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'
43 similar queries.
1.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(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.
2.10
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.72
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
6.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(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.
12.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(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.
6.01
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'
43 similar queries.
2.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` = 'McAllen, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'
43 similar queries.
12.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(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.
9.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` = 'Milwaukee, WI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
43 similar queries.
3.72
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.86
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
5.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.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(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.
1.53
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'
43 similar queries.
1.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.61
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
43 similar queries.
2.61
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'
43 similar queries.
2.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(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.
4.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(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.
6.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
9.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(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.
4.55
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
43 similar queries.
4.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` = 'Sacramento, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'
43 similar queries.
3.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(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.
3.14
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
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.
3.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(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.
3.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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
3.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.13
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(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.
3.07
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.24
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.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(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.
3.61
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'
8 similar queries.
3.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECTDISTINCT `distributors_distributor`.`source` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASC
3.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(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.
3.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.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(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.
3.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(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.
1.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(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'
6 similar queries.
3.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(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.
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(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
3.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/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 3350SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` ASCLIMIT 50 OFFSET 3350
32.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(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` = 3292SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3292
100 similar queries.
Duplicated 2 times.
4.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3292SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3292
100 similar queries.
Duplicated 2 times.
2.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 353SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 353
100 similar queries.
Duplicated 2 times.
3.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` = 353SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 353
100 similar queries.
Duplicated 2 times.
2.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
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` = 763SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 763
100 similar queries.
Duplicated 2 times.
4.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(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` = 763SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 763
100 similar queries.
Duplicated 2 times.
3.30
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 3119SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3119
100 similar queries.
Duplicated 2 times.
5.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` = 3119SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3119
100 similar queries.
Duplicated 2 times.
7.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` = 3118SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3118
100 similar queries.
Duplicated 2 times.
5.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(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` = 3118SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3118
100 similar queries.
Duplicated 2 times.
3.90
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 354SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 354
100 similar queries.
Duplicated 2 times.
3.31
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 354SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 354
100 similar queries.
Duplicated 2 times.
3.01
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 3237SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3237
100 similar queries.
Duplicated 2 times.
3.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` = 3237SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3237
100 similar queries.
Duplicated 2 times.
2.85
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1238SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1238
100 similar queries.
Duplicated 2 times.
3.33
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1238SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1238
100 similar queries.
Duplicated 2 times.
2.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
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` = 3316SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3316
100 similar queries.
Duplicated 2 times.
3.06
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3316SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3316
100 similar queries.
Duplicated 2 times.
2.97
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 3357SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3357
100 similar queries.
Duplicated 2 times.
3.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` = 3357SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3357
100 similar queries.
Duplicated 2 times.
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(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` = 355SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 355
100 similar queries.
Duplicated 2 times.
3.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(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` = 355SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 355
100 similar queries.
Duplicated 2 times.
2.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(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` = 765SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 765
100 similar queries.
Duplicated 2 times.
3.24
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 765SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 765
100 similar queries.
Duplicated 2 times.
2.85
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1137SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1137
100 similar queries.
Duplicated 2 times.
3.31
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1137SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1137
100 similar queries.
Duplicated 2 times.
2.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3120SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3120
100 similar queries.
Duplicated 2 times.
3.13
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3120SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3120
100 similar queries.
Duplicated 2 times.
2.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1138SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1138
100 similar queries.
Duplicated 2 times.
4.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(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` = 1138SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1138
100 similar queries.
Duplicated 2 times.
2.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 766SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 766
100 similar queries.
Duplicated 2 times.
3.23
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 766SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 766
100 similar queries.
Duplicated 2 times.
2.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 3526SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3526
100 similar queries.
Duplicated 2 times.
3.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` = 3526SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3526
100 similar queries.
Duplicated 2 times.
2.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(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` = 356SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 356
100 similar queries.
Duplicated 2 times.
3.24
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 356SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 356
100 similar queries.
Duplicated 2 times.
3.08
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1427SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1427
100 similar queries.
Duplicated 2 times.
3.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1427SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1427
100 similar queries.
Duplicated 2 times.
2.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
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` = 3121SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3121
100 similar queries.
Duplicated 2 times.
3.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 3121SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3121
100 similar queries.
Duplicated 2 times.
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(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` = 1631SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1631
100 similar queries.
Duplicated 2 times.
8.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` = 1631SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1631
100 similar queries.
Duplicated 2 times.
3.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3122SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3122
100 similar queries.
Duplicated 2 times.
4.06
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3122SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3122
100 similar queries.
Duplicated 2 times.
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(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` = 3123SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3123
100 similar queries.
Duplicated 2 times.
2.97
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 3123SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3123
100 similar queries.
Duplicated 2 times.
2.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 1335SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1335
100 similar queries.
Duplicated 2 times.
3.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1335SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1335
100 similar queries.
Duplicated 2 times.
2.84
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 1150SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1150
100 similar queries.
Duplicated 2 times.
3.13
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1150SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1150
100 similar queries.
Duplicated 2 times.
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(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` = 1356SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1356
100 similar queries.
Duplicated 2 times.
7.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1356SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1356
100 similar queries.
Duplicated 2 times.
8.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1139SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1139
100 similar queries.
Duplicated 2 times.
3.89
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1139SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1139
100 similar queries.
Duplicated 2 times.
8.69
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 357SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 357
100 similar queries.
Duplicated 2 times.
4.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 357SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 357
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` = 1239SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1239
100 similar queries.
Duplicated 2 times.
13.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` = 1239SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1239
100 similar queries.
Duplicated 2 times.
10.88
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 380SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 380
100 similar queries.
Duplicated 2 times.
14.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` = 380SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 380
100 similar queries.
Duplicated 2 times.
10.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1553SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1553
100 similar queries.
Duplicated 2 times.
11.13
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1553SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1553
100 similar queries.
Duplicated 2 times.
15.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1512SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1512
100 similar queries.
Duplicated 2 times.
10.99
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1512SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1512
100 similar queries.
Duplicated 2 times.
11.04
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1726SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1726
100 similar queries.
Duplicated 2 times.
11.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1726SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1726
100 similar queries.
Duplicated 2 times.
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(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` = 1559SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1559
100 similar queries.
Duplicated 2 times.
10.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(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` = 1559SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1559
100 similar queries.
Duplicated 2 times.
10.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 767SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 767
100 similar queries.
Duplicated 2 times.
10.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` = 767SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 767
100 similar queries.
Duplicated 2 times.
5.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 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` = 1537SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1537
100 similar queries.
Duplicated 2 times.
5.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` = 1537SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1537
100 similar queries.
Duplicated 2 times.
5.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1498SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1498
100 similar queries.
Duplicated 2 times.
10.86
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1498SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1498
100 similar queries.
Duplicated 2 times.
10.72
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3239SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3239
100 similar queries.
Duplicated 2 times.
10.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3239SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3239
100 similar queries.
Duplicated 2 times.
5.63
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3314SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3314
100 similar queries.
Duplicated 2 times.
5.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` = 3314SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3314
100 similar queries.
Duplicated 2 times.
10.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1843SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1843
100 similar queries.
Duplicated 2 times.
5.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 1843SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1843
100 similar queries.
Duplicated 2 times.
5.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` = 1575SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1575
100 similar queries.
Duplicated 2 times.
10.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1575SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1575
100 similar queries.
Duplicated 2 times.
10.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1879SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1879
100 similar queries.
Duplicated 2 times.
5.70
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` = 1879SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1879
100 similar queries.
Duplicated 2 times.
5.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(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` = 1548SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1548
100 similar queries.
Duplicated 2 times.
10.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(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` = 1548SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1548
100 similar queries.
Duplicated 2 times.
5.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` = 1450SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1450
100 similar queries.
Duplicated 2 times.
5.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` = 1450SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1450
100 similar queries.
Duplicated 2 times.
5.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` = 1957SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1957
100 similar queries.
Duplicated 2 times.
5.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` = 1957SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1957
100 similar queries.
Duplicated 2 times.
5.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` = 1478SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1478
100 similar queries.
Duplicated 2 times.
5.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` = 1478SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1478
100 similar queries.
Duplicated 2 times.
5.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(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` = 1798SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1798
100 similar queries.
Duplicated 2 times.
5.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(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` = 1798SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1798
100 similar queries.
Duplicated 2 times.
5.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` = 1793SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1793
100 similar queries.
Duplicated 2 times.
10.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(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` = 1793SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1793
100 similar queries.
Duplicated 2 times.
10.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(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` = 1796SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1796
100 similar queries.
Duplicated 2 times.
5.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` = 1796SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1796
100 similar queries.
Duplicated 2 times.
5.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` = 1475SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1475
100 similar queries.
Duplicated 2 times.
5.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` = 1475SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1475
100 similar queries.
Duplicated 2 times.
5.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(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: