Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For
216.73.216.49
X-Forwarded-Host
django.snappersworld.com
X-Forwarded-Proto
https
X-Forwarded-Server
django.snappersworld.com
X-Forwarded-Ssl
on
Response headers
Key
Value
Content-Type
text/html; charset=utf-8
Vary
Cookie
X-Frame-Options
DENY
WSGI environ
Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
Key
Value
PATH_INFO
/distributors/
QUERY_STRING
direction=desc&page=5
REMOTE_ADDR
127.0.0.1
REQUEST_METHOD
GET
SCRIPT_NAME
SERVER_NAME
opal7.opalstack.com
SERVER_PORT
50187
SERVER_PROTOCOL
HTTP/1.1
Request
View information
View function
Arguments
Keyword arguments
URL name
distributors.views.distributor_list
()
{}
distributor_list
Cookies
Variable
Value
'csrftoken'
'Stb5YGi8090zeMjYtiLgcCSQQ8oWwYA7'
No session data
GET data
Variable
Value
'direction'
'desc'
'page'
'5'
No POST data
SQL queries from 1 connection
default
807.53 ms (262 queries
including 255 similar
and 102 duplicates
)
Query
Timeline
Time (ms)
Action
SET SESSION TRANSACTION ISOLATIONLEVELREADCOMMITTEDSETSESSIONTRANSACTIONISOLATIONLEVELREADCOMMITTED
0.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(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.
2.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(125)
records = distributors.count()
SELECT COUNT(*) AS `__count` FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor`
2 similar queries.
Duplicated 2 times.
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(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.
12.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.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(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.
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(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.02
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'
16 similar queries.
1.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(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.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(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.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(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'
16 similar queries.
1.51
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'
16 similar queries.
1.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'
16 similar queries.
1.40
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'
16 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(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.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(145)
primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'
16 similar queries.
1.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(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.
2.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(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.
2.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.90
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(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.
2.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(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.83
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(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.
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(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.
2.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(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.
2.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(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.
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(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.57
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
return [/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
(choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'
10 similar queries.
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(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.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` = 'Scrapeable'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'
10 similar queries.
2.55
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(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.
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(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.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(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.
3.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(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.
4.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(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.
11.67
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
12.20
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
8.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(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.
12.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(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.
12.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(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.
6.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(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.
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(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.
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(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.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(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.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(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.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(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.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(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.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(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.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(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.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(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.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(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.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(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.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(162)
('true', 'Yes', distributors.filter(gtin_available=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0
2 similar queries.
1.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(163)
('false', 'No', distributors.filter(gtin_available=False).count())
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1
2 similar queries.
1.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(166)
('true', 'Yes', distributors.filter(login_required=True).count()),
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0
2 similar queries.
1.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.43
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.66
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
8.03
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
2.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(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.
2.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(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.
4.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(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
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(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.
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(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.
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(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.
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(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.
7.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` = 'Cut&Dry'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'
36 similar queries.
11.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` = 'Doordash'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'
36 similar queries.
12.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
10.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(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.
11.83
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'
36 similar queries.
5.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(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.
11.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` = 'Insite'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'
36 similar queries.
11.91
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
11.79
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'
36 similar queries.
1.65
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'
36 similar queries.
11.80
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'
36 similar queries.
11.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(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.
6.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(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.
4.00
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
11.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(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.
11.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(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.
12.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` = 'Salesforce Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
36 similar queries.
15.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'
36 similar queries.
3.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(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'
36 similar queries.
1.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` = 'Shopify'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 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(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.
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(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.
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(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.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` = 'Toast'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast'
36 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(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.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` = 'VIP'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'
36 similar queries.
2.10
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
2.21
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'
36 similar queries.
2.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(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.
2.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(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.
2.10
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'
36 similar queries.
2.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(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
3.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(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.18
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'
43 similar queries.
2.20
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'
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` = '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.
1.51
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.44
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'
43 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(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.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` = 'Denver, CO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'
43 similar queries.
2.49
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'
43 similar queries.
2.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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'
43 similar queries.
2.36
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'
43 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(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.
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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'
43 similar queries.
2.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` = 'Las Vegas, NV'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
43 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(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.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` = 'McAllen, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'
43 similar queries.
2.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'
43 similar queries.
2.81
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
43 similar queries.
3.71
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
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` = 'Nashville, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN'
43 similar queries.
12.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(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.
12.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` = 'New York City, NY'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New York City, NY'
43 similar queries.
11.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` = 'Oklahoma City, OK'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'
43 similar queries.
2.02
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'
43 similar queries.
1.98
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
43 similar queries.
2.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(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.71
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'
43 similar queries.
11.75
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'
43 similar queries.
11.84
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'
43 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(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.
1.52
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
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` = 'Sacramento, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'
43 similar queries.
1.71
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Salt Lake City, UT'
43 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(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.
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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'
43 similar queries.
1.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'
43 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(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'
43 similar queries.
1.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(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.
1.67
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]
SELECTDISTINCT `distributors_distributor`.`method` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASC
2.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(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.
2.09
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'
8 similar queries.
2.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(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'
8 similar queries.
2.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(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.
2.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(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.
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(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.
2.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(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'
8 similar queries.
2.73
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'
8 similar queries.
8.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(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
10.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(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.
2.90
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]
SELECT COUNT(*) AS `__count` FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'
6 similar queries.
2.09
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
12.11
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
11.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(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.
6.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(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.
12.12
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(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
1.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(208)
return template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(177)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(742)
new_obj = func(obj, *arg_vals)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaultfilters.py in length(609)
return len(value)
SELECT `distributors_distributor`.`id`, `distributors_distributor`.`parent_id`, `distributors_distributor`.`name`, `distributors_distributor`.`city`, `distributors_distributor`.`state`, `distributors_distributor`.`address`, `distributors_distributor`.`phone_number`, `distributors_distributor`.`email`, `distributors_distributor`.`website_url`, `distributors_distributor`.`logo_url`, `distributors_distributor`.`area`, `distributors_distributor`.`type`, `distributors_distributor`.`primary_category`, `distributors_distributor`.`markets`, `distributors_distributor`.`products_available`, `distributors_distributor`.`skus_with_leading_zeros`, `distributors_distributor`.`sku_available`, `distributors_distributor`.`pack_size_available`, `distributors_distributor`.`image_available`, `distributors_distributor`.`gtin_available`, `distributors_distributor`.`price_available`, `distributors_distributor`.`login_required`, `distributors_distributor`.`sample_product_url`, `distributors_distributor`.`framework`, `distributors_distributor`.`taxonomy`, `distributors_distributor`.`status`, `distributors_distributor`.`additional_notes`, `distributors_distributor`.`method`, `distributors_distributor`.`suggested_url`, `distributors_distributor`.`suggested_address`, `distributors_distributor`.`suggested_categories`, `distributors_distributor`.`suggested_market`, `distributors_distributor`.`meta_category`, `distributors_distributor`.`favorite`, `distributors_distributor`.`unipro`, `distributors_distributor`.`unipro_market`, `distributors_distributor`.`unipro_type`, `distributors_distributor`.`source`, `distributors_distributor`.`zip` FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` DESC LIMIT 50 OFFSET 200SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` DESCLIMIT 50 OFFSET 200
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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py 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` = 1235SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1235
100 similar queries.
Duplicated 2 times.
0.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1235SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1235
100 similar queries.
Duplicated 2 times.
0.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` = 1648SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1648
100 similar queries.
Duplicated 2 times.
0.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` = 1648SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1648
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1728SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1728
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1728SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1728
100 similar queries.
Duplicated 2 times.
0.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 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` = 1519SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1519
100 similar queries.
Duplicated 2 times.
0.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1519SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1519
100 similar queries.
Duplicated 2 times.
0.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 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` = 1494SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1494
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1494SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1494
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3078SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3078
100 similar queries.
Duplicated 2 times.
0.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` = 3078SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3078
100 similar queries.
Duplicated 2 times.
0.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 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` = 745SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 745
100 similar queries.
Duplicated 2 times.
0.56
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 745SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 745
100 similar queries.
Duplicated 2 times.
0.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 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` = 377SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 377
100 similar queries.
Duplicated 2 times.
0.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` = 377SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 377
100 similar queries.
Duplicated 2 times.
0.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 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` = 340SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 340
100 similar queries.
Duplicated 2 times.
0.45
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 340SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 340
100 similar queries.
Duplicated 2 times.
0.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 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` = 1292SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1292
100 similar queries.
Duplicated 2 times.
0.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1292SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1292
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 744SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 744
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 744SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 744
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3077SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3077
100 similar queries.
Duplicated 2 times.
0.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` = 3077SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3077
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1124SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1124
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1124SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1124
100 similar queries.
Duplicated 2 times.
0.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 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` = 3076SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3076
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3076SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3076
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 743SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 743
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 743SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 743
100 similar queries.
Duplicated 2 times.
0.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 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` = 339SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 339
100 similar queries.
Duplicated 2 times.
0.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 339SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 339
100 similar queries.
Duplicated 2 times.
0.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3253SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3253
100 similar queries.
Duplicated 2 times.
0.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` = 3253SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3253
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1597SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1597
100 similar queries.
Duplicated 2 times.
0.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` = 1597SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1597
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1781SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1781
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1781SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1781
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 1123SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1123
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 1123SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1123
100 similar queries.
Duplicated 2 times.
0.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 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` = 3243SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3243
100 similar queries.
Duplicated 2 times.
0.33
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3243SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3243
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1908SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1908
100 similar queries.
Duplicated 2 times.
0.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` = 1908SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1908
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3213SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3213
100 similar queries.
Duplicated 2 times.
0.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` = 3213SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3213
100 similar queries.
Duplicated 2 times.
0.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 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` = 3282SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3282
100 similar queries.
Duplicated 2 times.
0.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` = 3282SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3282
100 similar queries.
Duplicated 2 times.
0.24
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1306SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1306
100 similar queries.
Duplicated 2 times.
0.34
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1306SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1306
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 742SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 742
100 similar queries.
Duplicated 2 times.
0.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` = 742SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 742
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3075SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3075
100 similar queries.
Duplicated 2 times.
0.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` = 3075SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3075
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3391SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3391
100 similar queries.
Duplicated 2 times.
0.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` = 3391SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3391
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3074SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3074
100 similar queries.
Duplicated 2 times.
0.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` = 3074SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3074
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3073SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3073
100 similar queries.
Duplicated 2 times.
0.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` = 3073SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3073
100 similar queries.
Duplicated 2 times.
0.25
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3072SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3072
100 similar queries.
Duplicated 2 times.
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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3072SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3072
100 similar queries.
Duplicated 2 times.
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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3071SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3071
100 similar queries.
Duplicated 2 times.
1.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3071SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3071
100 similar queries.
Duplicated 2 times.
4.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` = 3070SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3070
100 similar queries.
Duplicated 2 times.
0.95
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3070SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3070
100 similar queries.
Duplicated 2 times.
5.42
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3069SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3069
100 similar queries.
Duplicated 2 times.
10.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` = 3069SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3069
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` = 3068SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3068
100 similar queries.
Duplicated 2 times.
5.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` = 3068SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3068
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` = 3067SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3067
100 similar queries.
Duplicated 2 times.
5.47
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3067SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3067
100 similar queries.
Duplicated 2 times.
3.74
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 741SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 741
100 similar queries.
Duplicated 2 times.
0.57
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 741SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 741
100 similar queries.
Duplicated 2 times.
0.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3066SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3066
100 similar queries.
Duplicated 2 times.
0.87
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3066SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3066
100 similar queries.
Duplicated 2 times.
0.44
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3065SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3065
100 similar queries.
Duplicated 2 times.
0.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` = 3065SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3065
100 similar queries.
Duplicated 2 times.
0.33
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3495SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3495
100 similar queries.
Duplicated 2 times.
0.96
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 3495SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3495
100 similar queries.
Duplicated 2 times.
0.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3472SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3472
100 similar queries.
Duplicated 2 times.
0.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3472SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3472
100 similar queries.
Duplicated 2 times.
0.38
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3440SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3440
100 similar queries.
Duplicated 2 times.
2.37
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3440SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3440
100 similar queries.
Duplicated 2 times.
0.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 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` = 3471SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3471
100 similar queries.
Duplicated 2 times.
0.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` = 3471SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3471
100 similar queries.
Duplicated 2 times.
0.28
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3465SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3465
100 similar queries.
Duplicated 2 times.
0.39
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3465SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3465
100 similar queries.
Duplicated 2 times.
0.56
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3445SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3445
100 similar queries.
Duplicated 2 times.
0.35
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3445SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3445
100 similar queries.
Duplicated 2 times.
0.41
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in 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` = 3453SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3453
100 similar queries.
Duplicated 2 times.
0.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3453SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3453
100 similar queries.
Duplicated 2 times.
0.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 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` = 3493SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3493
100 similar queries.
Duplicated 2 times.
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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3493SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3493
100 similar queries.
Duplicated 2 times.
4.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(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.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` = 3492SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3492
100 similar queries.
Duplicated 2 times.
0.76
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
for note in notes:
SELECT `distributors_note`.`id`, `distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3492SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3492
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` = 3491SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3491
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` = 3491SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3491
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` = 3433SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3433
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` = 3433SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3433
100 similar queries.
Duplicated 2 times.
5.50
Connection: default
/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
return self.get_response(request)/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
return render(request, 'distributors/distributor_list.html', {/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
content = loader.render_to_string(template_name, context, request, using=using)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
return template.render(context, request)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
return self.template.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
return self._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
return compiled_parent._render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
return self.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
result = block.nodelist.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
return SafeString("".join([node.render_annotated(context) for node in self]))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
nodelist.append(node.render_annotated(context))/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
return self.render(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
output = self.filter_expression.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
obj = self.var.resolve(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
value = self._resolve_lookup(context)/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
current = getattr(current, bit)/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
for note in notes: