Filters

Distributors 3422 total

Name Area Type Count Products Status Price? Framework Status Actions
Valley Wholesale Foods, Inc. No Status Undefined
Valley Wine and Liquor, Herkimer, NY, Herkimer, NY Yes Undefined City Hive Research
Valpak of Chicagoland Ignore
Van Eerden (Dilgard Foods) No Status Undefined
Van Eerden Foodservice No Status Undefined
Van Eerden Foodservice (FW) No Status Undefined
Van-Lang Food Products Distributor Yes Multiple
Vance Wine Selections
Vegan Distribution No Status Undefined
Ventoux Fine Wine IL 60093-3046 Login
Veritable Vegetable No Status Undefined
Veritas Imports
Vern's Food Service Distributor No Undefined Cut&Dry Undefined
Veruca Chocolates Local Distributor 119 Yes Multiple Yes Shopify Scrapeable
Vesta Foodservice Regional Distributor No No Status Research
Vesta Foodservice - LA
Vesta Foodservice - SF No Status Undefined
Vesta Foodservice-Hayward No No Status Undefined
Vesta Foodservice-Hdq No Status Undefined
Vesta Foodservice-Las Vegas No Status Undefined
Vesta Foodservice-Phoenix No Status Undefined
Vias Imports Ltd.
VICOR Restaurant Supply No Status Undefined
Victory Foodservice Dist. Corp No Status Undefined
Vienna Beef LTD Distributor Yes Multiple Yes BIGCOMMERCE
Villa Italia Gourmet Food & Wines
Vin Veritas No Status Undefined
Vince's Shellfish Co., Inc No Status Undefined
Vine and Rare Selections, LLC
Vineyard Brands of New York
Viniberia Selections
Vinity Wine Company No Status Undefined
Vinocity Selections
Vintage Wine Distributor No Status Undefined
Vintage Wines Closed
Vintage Wines Marketing
Vinyard Fruit & Vegetable No Undefined Cut&Dry Undefined
Viola Imports Inc Local Distributor Portfolio Multiple PDF
Virginia ABC No Status Undefined
Virginia ABC Forest Hill - Store 348 No Status Undefined
Virginia Alcoholic Beverage Control Authority Regional Retail 2322 Yes Data Incomplete Yes Scraped
Virginia Craft Distribution No Status Undefined
Vision Cellars Wine No Status Undefined
Vision Produce Local Distributor Yes Undefined Research
VISTAR ILLINOIS IL 60517 Login No Status Undefined
Vital Proteins No Status Undefined
Vitalitea Hawai'i No Status Undefined
VITCO DISTRIBUTORS CA 92337 No Status Undefined
Vitco Foods Regional Distributor 8484 Completed No Cut&Dry
Vitis Imports
DJDT

Versions

Package Name Version
Django 4.2
Python 3.10.19
allauth Allauth 0.52.0.final.0
crispy_forms Crispy_Forms 2.0
debug_toolbar Debug Toolbar 4.0.0
rest_framework Django REST framework 3.14.0

Time

Resource usage

Resource Value
User CPU time 4684.174 msec
System CPU time 94.967 msec
Total CPU time 4779.141 msec
Elapsed time 4904.361 msec
Context switches 4323 voluntary, 8 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from django_project.settings

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ACCOUNT_AUTHENTICATION_METHOD 'email'
ACCOUNT_EMAIL_REQUIRED True
ACCOUNT_LOGOUT_REDIRECT_URL 'home'
ACCOUNT_SESSION_REMEMBER True
ACCOUNT_SIGNUP_PASSWORD_ENTER_TWICE '********************'
ACCOUNT_UNIQUE_EMAIL True
ACCOUNT_USERNAME_REQUIRED False
ADMINS []
ALLOWED_HOSTS ['localhost', '0.0.0.0', '127.0.0.1', 'snappersworld.com', 'django.snappersworld.com']
APPEND_SLASH True
AUTHENTICATION_BACKENDS ('django.contrib.auth.backends.ModelBackend', 'allauth.account.auth_backends.AuthenticationBackend')
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'accounts.CustomUser'
BASE_DIR PosixPath('/home/snapper/apps/django/django')
CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CRISPY_TEMPLATE_PACK 'bootstrap5'
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_MASKED False
CSRF_COOKIE_NAME 'csrftoken'
CSRF_COOKIE_PATH '/'
CSRF_COOKIE_SAMESITE 'Lax'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
CSRF_USE_SESSIONS False
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_HEALTH_CHECKS': False, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': '', 'NAME': '', 'OPTIONS': {'read_default_file': '/home/snapper/apps/django/django/django_project/my.cnf'}, 'PASSWORD': '********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': ''}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
DATA_UPLOAD_MAX_NUMBER_FILES 100
DATETIME_FORMAT 'N j, Y, P'
DATETIME_INPUT_FORMATS ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M']
DATE_FORMAT 'N j, Y'
DATE_INPUT_FORMATS ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.AutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'webmaster@localhost'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'django.core.mail.backends.console.EmailBackend'
EMAIL_HOST 'localhost'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER ''
EMAIL_PORT 25
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS False
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'whitenoise.runserver_nostatic', 'django.contrib.staticfiles', 'django.contrib.sites', 'allauth', 'allauth.account', 'crispy_forms', 'crispy_bootstrap5', 'debug_toolbar', 'rest_framework', 'rest', 'accounts', 'distributors']
INTERNAL_IPS ['127.0.0.1']
LANGUAGES [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('ckb', 'Central Kurdish (Sorani)'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('ms', 'Malay'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ur']
LANGUAGE_CODE 'en-us'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS []
LOGGING {}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL 'home'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT ''
MEDIA_URL '/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'whitenoise.middleware.WhiteNoiseMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PREPEND_WWW False
REST_FRAMEWORK {'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'PAGE_SIZE': 10}
ROOT_URLCONF 'django_project.urls'
SECRET_KEY '********************'
SECRET_KEY_FALLBACKS '********************'
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_CROSS_ORIGIN_OPENER_POLICY 'same-origin'
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE False
SESSION_ENGINE 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'django_project.settings'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
STATICFILES_DIRS [PosixPath('/home/snapper/apps/django/django/static')]
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATIC_ROOT PosixPath('/home/snapper/apps/django/django/staticfiles')
STATIC_URL '/static/'
STORAGES {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}, 'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}}
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [PosixPath('/home/snapper/apps/django/django/templates')], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR ','
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'UTC'
USE_DEPRECATED_PYTZ False
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WSGI_APPLICATION 'django_project.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection upgrade
Cookie => see Request panel
Forwarded-Request-Uri /distributors/?page=65
Host django.snappersworld.com
Https on
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.49
X-Forwarded-Host django.snappersworld.com
X-Forwarded-Proto https
X-Forwarded-Server django.snappersworld.com
X-Forwarded-Ssl on

Response headers

Key Value
Content-Type text/html; charset=utf-8
Vary Cookie
X-Frame-Options DENY

WSGI environ

Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.

Key Value
PATH_INFO /distributors/
QUERY_STRING page=65
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME opal7.opalstack.com
SERVER_PORT 50187
SERVER_PROTOCOL HTTP/1.1

Request

View information

View function Arguments Keyword arguments URL name
distributors.views.distributor_list () {} distributor_list

Cookies

Variable Value
'csrftoken' 'HM0n4gL8rOwlyDvs1eXBrm2mc7LaifXB'

No session data

GET data

Variable Value
'page' '65'

No POST data

SQL queries from 1 connection

  • default 1163.94 ms (262 queries including 255 similar and 102 duplicates )
Query Timeline Time (ms) Action

   SET

SESSION

TRANSACTION

ISOLATION
LEVEL READ COMMITTED
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED
10.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(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.
30.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(125)
  records = distributors.count()

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
SELECT ••• FROM `distributors_distributor`
2 similar queries. Duplicated 2 times.
12.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(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.
120.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(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.
14.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(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.
13.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` = 'Wine'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine'
16 similar queries.
14.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` = 'Seafood'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'
16 similar queries.
19.64

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Meat'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'
16 similar queries.
14.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(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.
14.06

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
13.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(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.
14.26

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`primary_category` = 'Beverage'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'
16 similar queries.
16.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(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.
2.99

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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(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.
3.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(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.77

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.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(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.17

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(145)
  primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'
10 similar queries.
2.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.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(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.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(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Brewery/Distillery'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery'
10 similar queries.
1.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(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Manufacturer'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer'
10 similar queries.
1.78

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Online'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online'
10 similar queries.
1.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(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Retail'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail'
10 similar queries.
1.49

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Services'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services'
10 similar queries.
1.49

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Grocery'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery'
10 similar queries.
1.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(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`type` = 'Ignore'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore'
10 similar queries.
1.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(146)
  distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'
10 similar queries.
1.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(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Research'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research'
10 similar queries.
1.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(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Scrapeable'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'
10 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Scraped'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'
10 similar queries.
1.29

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Processed'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'
10 similar queries.
1.28

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Uploaded'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'
10 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Tested'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'
10 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'On Hold'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'
10 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'Ignore'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'
10 similar queries.
1.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(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`status` = 'No Info'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'
10 similar queries.
1.46

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(147)
  statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Undefined'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'
4 similar queries.
1.53

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'National'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'
4 similar queries.
1.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(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Regional'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional'
4 similar queries.
1.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(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`area` = 'Local'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'
4 similar queries.
1.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(148)
  areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'
4 similar queries.
1.54

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Yes'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'
4 similar queries.
1.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'No'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No'
4 similar queries.
1.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(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`price_available` = 'Login'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login'
4 similar queries.
1.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(149)
  price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown'
4 similar queries.
1.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(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.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(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.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(150)
  pack_size_availabilities = get_filter_options('pack_size_available', Distributor.DISTRIBUTOR_PACK_CHOICES)

/home/snapper/apps/django/django/distributors/views.py in get_filter_options(133)
  return [

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(134)
  (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`pack_size_available` = 'In Name'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name'
4 similar queries.
2.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(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` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1
2 similar queries.
2.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(154)
  ('true', 'Yes', distributors.filter(image_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`image_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0
2 similar queries.
2.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(155)
  ('false', 'No', distributors.filter(image_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`sku_available` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1
2 similar queries.
2.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(158)
  ('true', 'Yes', distributors.filter(sku_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`sku_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0
2 similar queries.
1.62

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(159)
  ('false', 'No', distributors.filter(sku_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`gtin_available` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1
2 similar queries.
2.34

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(162)
  ('true', 'Yes', distributors.filter(gtin_available=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`gtin_available` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0
2 similar queries.
1.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(163)
  ('false', 'No', distributors.filter(gtin_available=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`login_required` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1
2 similar queries.
3.60

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(166)
  ('true', 'Yes', distributors.filter(login_required=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`login_required` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0
2 similar queries.
5.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(167)
  ('false', 'No', distributors.filter(login_required=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`favorite` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1
2 similar queries.
4.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(170)
  ('true', 'Yes', distributors.filter(favorite=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`favorite` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0
2 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(171)
  ('false', 'No', distributors.filter(favorite=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro` = 1
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1
2 similar queries.
2.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(174)
  ('true', 'Yes', distributors.filter(unipro=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro` = 0
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0
2 similar queries.
2.15

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(175)
  ('false', 'No', distributors.filter(unipro=False).count())

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'True'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'
43 similar queries.
1.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(178)
  ('true', 'Yes', distributors.filter(unipro_market=True).count()),

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'False'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'
43 similar queries.
1.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(179)
  ('false', 'No', distributors.filter(unipro_market=False).count())

SELECT DISTINCT `distributors_distributor`.`framework`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`framework` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASC
3.77

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'BEES'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'
36 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'BIGCOMMERCE'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'
36 similar queries.
1.71

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Choco'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'
36 similar queries.
1.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'City Hive'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive'
36 similar queries.
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(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Cut&Dry'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'
36 similar queries.
1.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Doordash'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'
36 similar queries.
1.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'dsdlink'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'
36 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Ecwid'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'
36 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'entree.Net'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'
36 similar queries.
1.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Fresh Software Solutions'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'
36 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Insite'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'
36 similar queries.
1.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'localexpress.io'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'
36 similar queries.
1.32

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Magento'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'
36 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(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Mirakl'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'
36 similar queries.
2.41

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Miva'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'
36 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'NitroSell'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'
36 similar queries.
2.76

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
39.02

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Pepper'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'
36 similar queries.
4.09

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Prestashop'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'
36 similar queries.
4.62

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.90

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Revel Systems'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems'
36 similar queries.
2.18

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'
36 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(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.
17.82

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'SevenFifty'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'
36 similar queries.
3.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` = 'Shopify'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'
36 similar queries.
3.95

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
4.55

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Squarespace'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'
36 similar queries.
1.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Storefronts.sites'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'
36 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(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.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Unknown'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'
36 similar queries.
2.77

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'VIP'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'
36 similar queries.
5.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` = 'Webflow Ecommerce'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'
36 similar queries.
2.32

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'Weebly'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'
36 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(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.59

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`framework` = 'WooCommerce'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce'
36 similar queries.
1.90

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.88

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(184)
  frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f]

SELECT DISTINCT `distributors_distributor`.`unipro_market`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`unipro_market` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`unipro_market` ASC
3.00

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.04

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Austin, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX'
43 similar queries.
2.23

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.00

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Boston, MA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'
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` = 'Charlotte, NC'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'
43 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(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.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Cleveland, OH'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Columbus, OH'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'
43 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Denver, CO'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'
43 similar queries.
1.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Detroit, MI'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Hartford, CT'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'
43 similar queries.
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` = 'Houston, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'
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` = 'Jacksonville, FL'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'
43 similar queries.
1.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.47

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'
43 similar queries.
1.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Louisville, KY'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'McAllen, TX'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'
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]

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.
1.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'
43 similar queries.
1.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'
43 similar queries.
1.49

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
3.73

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.80

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'New York City, NY'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New York City, NY'
43 similar queries.
2.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` = 'Oklahoma City, OK'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'
43 similar queries.
3.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(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.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'
43 similar queries.
1.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'
43 similar queries.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Portland, OR'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'
43 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
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` = 'Raleigh, NC'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'
43 similar queries.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.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(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.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Riverside-San Bernardino, CA'
43 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(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.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(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.37

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'San Francisco, CA'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA'
43 similar queries.
1.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.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(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.40

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'St. Louis, MO'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'
43 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`unipro_market` = 'Tucson, AZ'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ'
43 similar queries.
1.42

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(187)
  unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m]

SELECT DISTINCT `distributors_distributor`.`method`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`method` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASC
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(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Instant Data Scrapper'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper'
8 similar queries.
1.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(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.
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(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.
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(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Puppeeter code'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code'
8 similar queries.
1.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(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`method` = 'Puppeteer Script'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script'
8 similar queries.
1.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'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api'
8 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(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.
1.39

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.26

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(190)
  methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m]

/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 DISTINCT `distributors_distributor`.`source`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`source` ASC
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASC
3.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Legacy'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy'
6 similar queries.
1.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(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.
1.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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.
1.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Scrape'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape'
6 similar queries.
1.66

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

/home/snapper/apps/django/django/distributors/views.py in <listcomp>(193)
  sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m]

SELECT COUNT(*) AS `__count`
  FROM
`distributors_distributor`
 WHERE
`distributors_distributor`.`source` = 'Unipro'
SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'
6 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(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.
1.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(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` ASC
SELECT ••• FROM `distributors_market` ORDER BY `distributors_market`.`name` ASC
2.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(208)
  return template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(177)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(742)
  new_obj = func(obj, *arg_vals)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaultfilters.py in length(609)
  return len(value)

293 <h2 class="accordion-header" id="headingPrice">
294 <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapsePrice" aria-expanded="false" aria-controls="collapsePrice">
295 Market
296 <span class="badge bg-primary rounded-pill ms-2">{{ markets|length }}</span>
297 </button>
298 </h2>
299 <div id="collapsePrice" class="accordion-collapse collapse" aria-labelledby="headingPrice" data-bs-parent="#filtersAccordion">
300 <div class="accordion-body p-2">

/home/snapper/apps/django/django/templates/distributors/includes/filters.html

SELECT `distributors_distributor`.`id`,
       `distributors_distributor`.`parent_id`,
       `distributors_distributor`.`name`,
       `distributors_distributor`.`city`,
       `distributors_distributor`.`state`,
       `distributors_distributor`.`address`,
       `distributors_distributor`.`phone_number`,
       `distributors_distributor`.`email`,
       `distributors_distributor`.`website_url`,
       `distributors_distributor`.`logo_url`,
       `distributors_distributor`.`area`,
       `distributors_distributor`.`type`,
       `distributors_distributor`.`primary_category`,
       `distributors_distributor`.`markets`,
       `distributors_distributor`.`products_available`,
       `distributors_distributor`.`skus_with_leading_zeros`,
       `distributors_distributor`.`sku_available`,
       `distributors_distributor`.`pack_size_available`,
       `distributors_distributor`.`image_available`,
       `distributors_distributor`.`gtin_available`,
       `distributors_distributor`.`price_available`,
       `distributors_distributor`.`login_required`,
       `distributors_distributor`.`sample_product_url`,
       `distributors_distributor`.`framework`,
       `distributors_distributor`.`taxonomy`,
       `distributors_distributor`.`status`,
       `distributors_distributor`.`additional_notes`,
       `distributors_distributor`.`method`,
       `distributors_distributor`.`suggested_url`,
       `distributors_distributor`.`suggested_address`,
       `distributors_distributor`.`suggested_categories`,
       `distributors_distributor`.`suggested_market`,
       `distributors_distributor`.`meta_category`,
       `distributors_distributor`.`favorite`,
       `distributors_distributor`.`unipro`,
       `distributors_distributor`.`unipro_market`,
       `distributors_distributor`.`unipro_type`,
       `distributors_distributor`.`source`,
       `distributors_distributor`.`zip`
  FROM
`distributors_distributor`
 ORDER BY
`distributors_distributor`.`name` ASC
 LIMIT
50
OFFSET
3200
SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` ASC LIMIT 50 OFFSET 3200
24.48

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(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)

173 </tr>
174 </thead>
175 <tbody>
176 {% for distributor in page_obj %}
177 <tr>
178 <td><a href="{% url 'distributor_detail' distributor.id %}">{{ distributor.name }}</a></td>
179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1908
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1908
100 similar queries. Duplicated 2 times.
7.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1908
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1908
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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3243
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3243
100 similar queries. Duplicated 2 times.
6.22

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3243
SELECT ••• 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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1123
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1123
100 similar queries. Duplicated 2 times.
2.70

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1123
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1123
100 similar queries. Duplicated 2 times.
3.32

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1781
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1781
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1781
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1781
100 similar queries. Duplicated 2 times.
2.38

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1597
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1597
100 similar queries. Duplicated 2 times.
1.92

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1597
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1597
100 similar queries. Duplicated 2 times.
5.67

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3253
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3253
100 similar queries. Duplicated 2 times.
5.65

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3253
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3253
100 similar queries. Duplicated 2 times.
5.58

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 339
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 339
100 similar queries. Duplicated 2 times.
10.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 339
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 339
100 similar queries. Duplicated 2 times.
2.00

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 743
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 743
100 similar queries. Duplicated 2 times.
14.22

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 743
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 743
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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3076
SELECT ••• 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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3076
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3076
100 similar queries. Duplicated 2 times.
0.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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1124
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1124
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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1124
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1124
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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3077
SELECT ••• 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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3077
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3077
100 similar queries. Duplicated 2 times.
0.22

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 744
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 744
100 similar queries. Duplicated 2 times.
1.95

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 744
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 744
100 similar queries. Duplicated 2 times.
3.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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1292
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1292
100 similar queries. Duplicated 2 times.
2.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1292
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1292
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 340
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 340
100 similar queries. Duplicated 2 times.
4.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 340
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 340
100 similar queries. Duplicated 2 times.
3.73

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 377
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 377
100 similar queries. Duplicated 2 times.
2.96

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 377
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 377
100 similar queries. Duplicated 2 times.
3.02

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 745
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 745
100 similar queries. Duplicated 2 times.
3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 745
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 745
100 similar queries. Duplicated 2 times.
2.62

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3078
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3078
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3078
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3078
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1494
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1494
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1494
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1494
100 similar queries. Duplicated 2 times.
2.35

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1519
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1519
100 similar queries. Duplicated 2 times.
2.72

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1519
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1519
100 similar queries. Duplicated 2 times.
2.87

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1728
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1728
100 similar queries. Duplicated 2 times.
2.84

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1728
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1728
100 similar queries. Duplicated 2 times.
2.50

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1648
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1648
100 similar queries. Duplicated 2 times.
2.86

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1648
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1648
100 similar queries. Duplicated 2 times.
2.75

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1235
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1235
100 similar queries. Duplicated 2 times.
3.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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1235
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1235
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3079
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3079
100 similar queries. Duplicated 2 times.
3.18

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3079
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3079
100 similar queries. Duplicated 2 times.
2.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1360
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1360
100 similar queries. Duplicated 2 times.
3.12

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1360
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1360
100 similar queries. Duplicated 2 times.
2.67

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 341
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 341
100 similar queries. Duplicated 2 times.
2.86

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 341
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 341
100 similar queries. Duplicated 2 times.
2.56

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 342
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 342
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 342
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 342
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3080
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3080
100 similar queries. Duplicated 2 times.
2.87

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3080
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3080
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3081
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3081
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3081
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3081
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 746
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 746
100 similar queries. Duplicated 2 times.
2.86

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 746
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 746
100 similar queries. Duplicated 2 times.
0.45

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1236
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1236
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1236
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1236
100 similar queries. Duplicated 2 times.
3.88

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 747
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 747
100 similar queries. Duplicated 2 times.
3.36

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 747
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 747
100 similar queries. Duplicated 2 times.
2.88

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3082
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3082
100 similar queries. Duplicated 2 times.
2.76

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3082
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3082
100 similar queries. Duplicated 2 times.
2.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 748
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 748
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 748
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 748
100 similar queries. Duplicated 2 times.
3.04

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3083
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3083
100 similar queries. Duplicated 2 times.
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(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3083
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3083
100 similar queries. Duplicated 2 times.
3.07

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1125
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1125
100 similar queries. Duplicated 2 times.
2.75

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1125
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1125
100 similar queries. Duplicated 2 times.
6.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 get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 749
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 749
100 similar queries. Duplicated 2 times.
0.69

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 749
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 749
100 similar queries. Duplicated 2 times.
0.72

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1337
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1337
100 similar queries. Duplicated 2 times.
3.72

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 1337
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1337
100 similar queries. Duplicated 2 times.
0.83

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 750
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 750
100 similar queries. Duplicated 2 times.
0.67

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 750
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 750
100 similar queries. Duplicated 2 times.
10.85

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3084
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3084
100 similar queries. Duplicated 2 times.
10.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3084
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3084
100 similar queries. Duplicated 2 times.
10.98

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3085
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3085
100 similar queries. Duplicated 2 times.
15.52

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3085
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3085
100 similar queries. Duplicated 2 times.
11.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 get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 343
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 343
100 similar queries. Duplicated 2 times.
15.22

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 343
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 343
100 similar queries. Duplicated 2 times.
11.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 get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3086
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3086
100 similar queries. Duplicated 2 times.
10.79

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3086
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3086
100 similar queries. Duplicated 2 times.
5.60

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3087
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3087
100 similar queries. Duplicated 2 times.
10.68

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3087
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3087
100 similar queries. Duplicated 2 times.
5.74

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 373
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 373
100 similar queries. Duplicated 2 times.
14.43

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 373
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 373
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:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3088
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3088
100 similar queries. Duplicated 2 times.
10.97

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3088
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3088
100 similar queries. Duplicated 2 times.
10.87

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3089
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3089
100 similar queries. Duplicated 2 times.
10.75

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3089
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3089
100 similar queries. Duplicated 2 times.
10.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3090
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3090
100 similar queries. Duplicated 2 times.
10.94

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3090
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3090
100 similar queries. Duplicated 2 times.
11.04

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3091
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3091
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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 3091
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3091
100 similar queries. Duplicated 2 times.
5.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 get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 376
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 376
100 similar queries. Duplicated 2 times.
11.73

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.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:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 376
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 376
100 similar queries. Duplicated 2 times.
11.00

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 751
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 751
100 similar queries. Duplicated 2 times.
13.17

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in scraped_products(222)
  for note in notes:

179 <td>{{ distributor.area_display|default:"" }}</td>
180 <td>{{ distributor.type_display|default:"" }}</td>
181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

SELECT `distributors_note`.`id`,
       `distributors_note`.`distributor_id`,
       `distributors_note`.`market`,
       `distributors_note`.`new_market_id`,
       `distributors_note`.`note_type`,
       `distributors_note`.`scraped`,
       `distributors_note`.`long_skus`,
       `distributors_note`.`extra_data`,
       `distributors_note`.`images_viewable`,
       `distributors_note`.`created_at`,
       `distributors_note`.`taxonomy_name`,
       `distributors_note`.`framework`,
       `distributors_note`.`status`,
       `distributors_note`.`sample_file_link`,
       `distributors_note`.`products`,
       `distributors_note`.`scraped_folder_link`,
       `distributors_note`.`processed_folder_link`,
       `distributors_note`.`issues`,
       `distributors_note`.`extra_data_sample`,
       `distributors_note`.`suggested_catalog_url`,
       `distributors_note`.`suggested_notes`,
       `distributors_note`.`suggested_products`,
       `distributors_note`.`suggested_products_available`,
       `distributors_note`.`suggested_categories`
  FROM
`distributors_note`
 WHERE
`distributors_note`.`distributor_id` = 751
SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 751
100 similar queries. Duplicated 2 times.
11.03

Connection: default

/home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124)
  return self.get_response(request)

/home/snapper/apps/django/django/distributors/views.py in distributor_list(204)
  return render(request, 'distributors/distributor_list.html', {

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24)
  content = loader.render_to_string(template_name, context, request, using=using)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175)
  return self._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157)
  return compiled_parent._render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112)
  return self.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63)
  result = block.nodelist.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005)
  return SafeString("".join([node.render_annotated(context) for node in self]))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238)
  nodelist.append(node.render_annotated(context))

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966)
  return self.render(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064)
  output = self.filter_expression.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715)
  obj = self.var.resolve(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847)
  value = self._resolve_lookup(context)

/home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890)
  current = getattr(current, bit)

/home/snapper/apps/django/django/distributors/models.py in get_status_display(190)
  for note in notes:

181 {# <td>{{ distributor.primary_category_display|default:"" }}</td>#}
182 <td style="text-align: right;">{{ distributor.scraped_products|default:"" }}</td>
183 <td>{{ distributor.has_products_display|default:"" }}</td>
184 <td>{{ distributor.get_status_display|default:"" }}</td>
185 <td>{{ distributor.price_available_display|default:"" }}</td>
186 <td>{{ distributor.framework|default:"" }}</td>
187 <td>{{ distributor.status|default:"" }}</td>
188 {# <td>{{ distributor.get_market_display|default:"" }}</td>#}

/home/snapper/apps/django/django/templates/distributors/distributor_list.html

Static files (171 found, 0 used)

Static file path

  1. /home/snapper/apps/django/django/static

Static file apps

  1. django.contrib.admin
  2. debug_toolbar
  3. rest_framework

Static file

debug_toolbar/css/print.css
/home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css

django.contrib.staticfiles.finders.FileSystemFinder (4 files)

Path Location
images/favicon.ico /home/snapper/apps/django/django/static/images/favicon.ico
images/logo.png /home/snapper/apps/django/django/static/images/logo.png
css/base.css /home/snapper/apps/django/django/static/css/base.css
js/base.js /home/snapper/apps/django/django/static/js/base.js

django.contrib.staticfiles.finders.AppDirectoriesFinder (167 files)

Path Location
admin/css/autocomplete.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/base.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/changelists.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/dark_mode.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dark_mode.css
admin/css/dashboard.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/forms.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/login.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/nav_sidebar.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/responsive.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/responsive_rtl.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/rtl.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/widgets.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/vendor/select2/LICENSE-SELECT2.md /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/css/vendor/select2/select2.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/select2.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/img/LICENSE /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/README.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/calendar-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-addlink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-alert.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-calendar.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-changelink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-clock.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-deletelink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/icon-no.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-unknown-alt.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-unknown.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/icon-viewlink.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/icon-yes.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/inline-delete.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/search.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/selector-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/sorting-icons.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/tooltag-add.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/tooltag-arrowright.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/gis/move_vertex_off.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/js/SelectBox.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/SelectFilter2.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/actions.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/autocomplete.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/calendar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/cancel.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/change_form.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/collapse.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/core.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/filters.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/filters.js
admin/js/inlines.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/jquery.init.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/nav_sidebar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/popup_response.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/prepopulate.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/prepopulate_init.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/theme.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/theme.js
admin/js/urlify.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/admin/DateTimeShortcuts.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/jquery/LICENSE.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/jquery.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/select2/LICENSE.md /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/select2.full.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/i18n/af.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/ar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/az.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/bg.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/bn.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/bs.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/ca.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/cs.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/da.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/de.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/dsb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/el.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/en.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/es.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/et.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/eu.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/fa.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/fi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/fr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/gl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/he.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/hi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/hr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/hsb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/hu.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/hy.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/id.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/is.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/it.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/ja.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/ka.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/km.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/ko.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/lt.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/lv.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/mk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/ms.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/nb.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/ne.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/nl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/pl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/ps.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/pt-BR.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/pt.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/ro.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/ru.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/sk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/sl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/sq.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/sr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/sv.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/th.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/tk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/tr.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/uk.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/vi.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/zh-CN.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/zh-TW.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/xregexp/LICENSE.txt /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
debug_toolbar/css/print.css /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/css/toolbar.css /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/js/history.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/redirect.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/timer.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/toolbar.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/utils.js /home/snapper/apps/django/env/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
rest_framework/css/bootstrap-theme.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/bootstrap-theme.min.css.map /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css.map
rest_framework/css/bootstrap-tweaks.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/bootstrap.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/css/bootstrap.min.css.map /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css.map
rest_framework/css/default.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/css/font-awesome-4.0.3.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/prettify.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/docs/css/base.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/highlight.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/jquery.json-view.min.css /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/docs/img/favicon.ico /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/docs/img/grid.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/js/api.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/docs/js/highlight.pack.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/jquery.json-view.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/fonts/fontawesome-webfont.eot /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/fontawesome-webfont.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/fontawesome-webfont.ttf /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/fontawesome-webfont.woff /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
rest_framework/fonts/glyphicons-halflings-regular.eot /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/glyphicons-halflings-regular.svg /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
rest_framework/fonts/glyphicons-halflings-regular.ttf /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/glyphicons-halflings-regular.woff /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
rest_framework/fonts/glyphicons-halflings-regular.woff2 /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/img/glyphicons-halflings-white.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/img/glyphicons-halflings.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/img/grid.png /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/js/ajax-form.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/js/bootstrap.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/coreapi-0.1.1.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/csrf.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/default.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/js/jquery-3.5.1.min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/jquery-3.5.1.min.js
rest_framework/js/prettify-min.js /home/snapper/apps/django/env/lib/python3.10/site-packages/rest_framework/static/rest_framework/js/prettify-min.js

Templates (398 rendered)

Template path

  1. /home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates

Templates

django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e9505d480>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e9505d480>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005db0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005db0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007c10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007c10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007610>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007610>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006470>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006470>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007010>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007010>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006860>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006860>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950065c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950065c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005fc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005fc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005de0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005de0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005330>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005330>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950058a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950058a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005990>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005990>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005480>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005480>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007190>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007190>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950050c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950050c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950063b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950063b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950067a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950067a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007c40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007c40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950071c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950071c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006b60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006b60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006050>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006050>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006fe0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006fe0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006560>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006560>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005090>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005090>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007cd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007cd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006e30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006e30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007520>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007520>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005840>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005840>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007bb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007bb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950063e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950063e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950055d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950055d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950074f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950074f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004a00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004a00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005cc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005cc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007eb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007eb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950074c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950074c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950073a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950073a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007df0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007df0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007ee0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007ee0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007af0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007af0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950073d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950073d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007b20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007b20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006d70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006d70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004af0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004af0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007040>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007040>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007e50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007e50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006ec0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006ec0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950072b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950072b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005ba0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005ba0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005f60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005bd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005bd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006c80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006c80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005060>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005060>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006bf0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006bf0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006440>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006440>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006410>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006410>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004e80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004e80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950057b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950057b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005930>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005930>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005750>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005750>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004c10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004c10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950056f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950056f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004790>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004790>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006b90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006b90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004a90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004a90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950051b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950051b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004f40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004f40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004310>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004310>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004160>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004160>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950056c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950056c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950061d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950061d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005570>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005570>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950042b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950042b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004820>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004820>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950040a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950040a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950045b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950045b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004550>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004550>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004520>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95004520>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005b10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005b10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950067d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950067d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005a80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005a80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005270>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005270>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007550>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007550>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007160>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007160>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007f70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007f70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006e00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006e00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005a20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95005a20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007d60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006800>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006800>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006200>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95006200>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950052d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e950052d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007b80>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e95007b80>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada890>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada890>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada200>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada200>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb310>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb310>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb8b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb8b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adba60>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adba60>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9300>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9300>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adabf0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adabf0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbb50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbb50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8940>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8940>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adba90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adba90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8e20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8e20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada8f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada8f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8730>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8730>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb2e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb2e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8dc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8dc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9630>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9630>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb9d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb9d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada3e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada3e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9cc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9cc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9480>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9480>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada2c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada2c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adab90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adab90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9b40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9b40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9ff0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9ff0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9c30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9c30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad90c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad90c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb4c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb4c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb370>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb370>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb1c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb1c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad91b0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad91b0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8cd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8cd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad98d0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad98d0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbee0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbee0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad81f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad81f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8040>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8040>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad81c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad81c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9ba0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9ba0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9210>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9210>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9c00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9c00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbbb0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbbb0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adaa10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adaa10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad96c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad96c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbcd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbcd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad84c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad84c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb730>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb730>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad85e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad85e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada8c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada8c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada6e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada6e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8070>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8070>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9f90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9f90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad82e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad82e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb850>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb850>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adae30>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adae30>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada020>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada020>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8b20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8b20>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9db0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9db0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada470>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada470>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada680>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada680>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8fd0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8fd0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9120>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9120>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad93f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad93f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9270>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9270>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb520>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb520>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada530>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada530>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adae90>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adae90>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9e40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9e40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad96f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad96f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbf40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbf40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8f10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8f10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada260>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada260>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9fc0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9fc0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada500>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada500>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8820>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8820>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbf10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbf10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9180>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9180>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9810>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9810>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8640>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8640>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb250>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb250>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada9e0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada9e0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9d50>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9d50>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adaef0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adaef0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc10>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc10>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb280>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb280>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8ca0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8ca0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc40>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adbc40>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adad70>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adad70>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9330>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9330>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada5c0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada5c0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada7a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ada7a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8520>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8520>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9f00>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9f00>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb1f0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb1f0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8280>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad8280>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb6a0>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94adb6a0>]}
django/forms/default.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/default.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9d20>]}
django/forms/table.html
/home/snapper/apps/django/env/lib/python3.10/site-packages/django/forms/templates/django/forms/table.html
Toggle context {'False': False, 'None': None, 'True': True} {'errors': [], 'fields': [], 'form': <SignedDataForm bound=False, valid=False, fields=(signed)>, 'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7f2e94ad9d20>]}
distributors/distributor_list.html
/home/snapper/apps/django/django/templates/distributors/distributor_list.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'VgCazbNMB1qRgbA6kcSdI1QXQvJSx3utsSsnthoKSFM2EEVobgFEZdI9SskSF8hU'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=65'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956de9e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 65 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 65 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/base.html
/home/snapper/apps/django/django/templates/distributors/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'VgCazbNMB1qRgbA6kcSdI1QXQvJSx3utsSsnthoKSFM2EEVobgFEZdI9SskSF8hU'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=65'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956de9e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 65 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 65 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'VgCazbNMB1qRgbA6kcSdI1QXQvJSx3utsSsnthoKSFM2EEVobgFEZdI9SskSF8hU'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=65'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956de9e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 65 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 65 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7f2e94cc1ed0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'VgCazbNMB1qRgbA6kcSdI1QXQvJSx3utsSsnthoKSFM2EEVobgFEZdI9SskSF8hU'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=65'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956de9e0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdcdc0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 65 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 65 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7f2e94cc1ed0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}
distributors/distributor_list.html
/home/snapper/apps/django/django/templates/distributors/distributor_list.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'eyCBM1GZlhg3Nx6jlv2DlLSnGgMG9LZ8NOmME1R8XaCo1k0fK5k6LYyBftQqUPjF'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=69'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956ddab0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 69 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 69 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/base.html
/home/snapper/apps/django/django/templates/distributors/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'eyCBM1GZlhg3Nx6jlv2DlLSnGgMG9LZ8NOmME1R8XaCo1k0fK5k6LYyBftQqUPjF'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=69'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956ddab0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 69 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 69 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'eyCBM1GZlhg3Nx6jlv2DlLSnGgMG9LZ8NOmME1R8XaCo1k0fK5k6LYyBftQqUPjF'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=69'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956ddab0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 69 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 69 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7f2e94cc1ed0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}
distributors/includes/filters.html
/home/snapper/apps/django/django/templates/distributors/includes/filters.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'csrf_token': <SimpleLazyObject: 'eyCBM1GZlhg3Nx6jlv2DlLSnGgMG9LZ8NOmME1R8XaCo1k0fK5k6LYyBftQqUPjF'>, 'debug': True, 'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?page=69'>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>), 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f2e956ddab0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f2e94fdecb0>>} {'active_filters': {}, 'areas': [('Undefined', 'Undefined', 2902), ('National', 'National', 118), ('Regional', 'Regional', 70), ('Local', 'Local', 171)], 'direction': 'asc', 'distributor_types': [('Undefined', 'Undefined', 2251), ('Distributor', 'Distributor', 347), ('Restaurant', 'Restaurant', 32), ('Brewery/Distillery', 'Brewery', 8), ('Manufacturer', 'Manufacturer', 46), ('Online', 'Online', 58), ('Retail', 'Retail', 31), ('Services', 'Services', 33), ('Grocery', 'Grocery', 7), ('Ignore', 'Ignore', 1)], 'distributors': <Page 69 of 69>, 'favorite_options': [('true', 'Yes', 25), ('false', 'No', 3397)], 'favorite_toggle': False, 'frameworks': [('BEES', 'BEES', 2), ('BIGCOMMERCE', 'BIGCOMMERCE', 7), ('Choco', 'Choco', 1), ('City Hive', 'City Hive', 193), ('Cut&Dry', 'Cut&Dry', 111), ('Doordash', 'Doordash', 1), ('dsdlink', 'dsdlink', 2), ('Ecwid', 'Ecwid', 1), ('entree.Net', 'entree.Net', 3), ('Fresh Software Solutions', 'Fresh Software Solutions', 1), ('Insite', 'Insite', 1), ('localexpress.io', 'localexpress.io', 1), ('Magento', 'Magento', 7), ('Mirakl', 'Mirakl', 1), ('Miva', 'Miva', 1), ('NitroSell', 'NitroSell', 1), ('PDF', 'PDF', 11), ('Pepper', 'Pepper', 28), ('Prestashop', 'Prestashop', 1), ('Provi', 'Provi', 1), ('Revel Systems', 'Revel Systems', 1), ('Salesforce Commerce Cloud', 'Salesforce Commerce Cloud', 1), ('SAP Commerce Cloud', 'SAP Commerce Cloud', 1), ('SevenFifty', 'SevenFifty', 2), ('Shopify', 'Shopify', 62), ('SipMarket', 'SipMarket', 3), ('Squarespace', 'Squarespace', 6), ('Storefronts.sites', 'Storefronts.sites', 4), ('Toast', 'Toast', 2), ('Unknown', 'Unknown', 13), ('VIP', 'VIP', 4), ('Webflow Ecommerce', 'Webflow Ecommerce', 2), ('Weebly', 'Weebly', 1), ('Wix', 'Wix', 5), ('WooCommerce', 'WooCommerce', 25), ('Wordpress', 'Wordpress', 3)], 'gtin_availabilities': [('true', 'Yes', 25), ('false', 'No', 0)], 'image_availabilities': [('true', 'Yes', 83), ('false', 'No', 126)], 'login_required_options': [('true', 'Yes', 1), ('false', 'No', 3015)], 'markets': '<<queryset of distributors.Market>>', 'methods': [('Instant Data Scrapper', 'Instant Data Scrapper', 2), ('Instant Data Scrapper Extension', 'Instant Data Scrapper Extension', 1), ('PDF', 'PDF', 2), ('Puppeeter code', 'Puppeeter code', 1), ('Puppeteer Script', 'Puppeteer Script', 32), ('Rest Api', 'Rest Api', 2), ('Rest API Script', 'Rest API Script', 4), ('Web Scrapper Extension', 'Web Scrapper Extension', 69)], 'pack_size_availabilities': [('Unknown', 'Unknown', 1064), ('Yes', 'Yes', 63), ('No', 'No', 16), ('In Name', 'In Name', 6)], 'page_obj': <Page 69 of 69>, 'price_availabilities': [('Unknown', 'Unknown', 3192), ('Yes', 'Yes', 131), ('No', 'No', 68), ('Login', 'Login', 31)], 'primary_categories': [('Undefined', 'Undefined', 2251), ('Broadliner', 'Broadliner', 61), ('Alcohol', 'Alcohol', 123), ('Wine', 'Wine', 50), ('Seafood', 'Seafood', 33), ('Meat', 'Meat', 45), ('Produce', 'Produce', 49), ('Bakery', 'Bakery', 33), ('Dairy', 'Dairy', 8), ('Beverage', 'Beverage', 25), ('Supplies', 'Supplies', 31), ('Linens', 'Linens', 4), ('Office Supplies', 'Office', 1), ('Services', 'Services', 21), ('Ethnic', 'Ethnic', 19), ('Specialty', 'Specialty', 70)], 'records': 3422, 'search': '', 'selected_area': 'all', 'selected_favorite': 'all', 'selected_favorite_toggle': False, 'selected_framework': 'all', 'selected_gtin_available': 'all', 'selected_image_available': 'all', 'selected_login_required': 'all', 'selected_market': None, 'selected_method': 'all', 'selected_new_market': 'all', 'selected_pack_size_available': 'all', 'selected_price_available': 'all', 'selected_primary_category': 'all', 'selected_sku_available': 'all', 'selected_source': 'all', 'selected_status': 'all', 'selected_type': 'all', 'selected_unipro': 'all', 'selected_unipro_market': 'all', 'selected_unipro_toggle': False, 'sku_availabilities': [('true', 'Yes', 44), ('false', 'No', 499)], 'sort': 'name', 'sources': [('Legacy', 'Legacy', 1471), ('Manual', 'Manual', 245), ('PFG Site', 'PFG Site', 66), ('Scrape', 'Scrape', 808), ('Unipro', 'Unipro', 568), ('Upload', 'Upload', 210)], 'statuses': [('Undefined', 'Undefined', 2130), ('Research', 'Research', 134), ('Scrapeable', 'Scrapeable', 78), ('Scraped', 'Scraped', 89), ('Processed', 'Processed', 0), ('Uploaded', 'Uploaded', 1), ('Tested', 'Tested', 0), ('On Hold', 'On Hold', 2), ('Ignore', 'Ignore', 105), ('No Info', 'No Info', 8)], 'unipro_market_options': [('true', 'Yes', 0), ('false', 'No', 0)], 'unipro_markets': [('Atlanta, GA', 'Atlanta, GA', 24), ('Austin, TX', 'Austin, TX', 15), ('Baltimore, MD', 'Baltimore, MD', 30), ('Boston, MA', 'Boston, MA', 1), ('Charlotte, NC', 'Charlotte, NC', 2), ('Chicago, IL', 'Chicago, IL', 46), ('Cleveland, OH', 'Cleveland, OH', 4), ('Columbus, OH', 'Columbus, OH', 15), ('Dallas-Fort Worth, TX', 'Dallas-Fort Worth, TX', 17), ('Denver, CO', 'Denver, CO', 6), ('Detroit, MI', 'Detroit, MI', 1), ('Hartford, CT', 'Hartford, CT', 110), ('Houston, TX', 'Houston, TX', 8), ('Jacksonville, FL', 'Jacksonville, FL', 13), ('Kansas City, MO', 'Kansas City, MO', 10), ('Las Vegas, NV', 'Las Vegas, NV', 11), ('Louisville, KY', 'Louisville, KY', 23), ('McAllen, TX', 'McAllen, TX', 1), ('Memphis, TN', 'Memphis, TN', 9), ('Milwaukee, WI', 'Milwaukee, WI', 1), ('Minneapolis, MN', 'Minneapolis, MN', 2), ('Nashville, TN', 'Nashville, TN', 11), ('New Orleans, LA', 'New Orleans, LA', 11), ('New York City, NY', 'New York City, NY', 1), ('Oklahoma City, OK', 'Oklahoma City, OK', 3), ('Orlando, FL', 'Orlando, FL', 14), ('Philadelphia, PA', 'Philadelphia, PA', 1), ('Pittsburgh, PA', 'Pittsburgh, PA', 20), ('Portland, OR', 'Portland, OR', 22), ('Providence, RI', 'Providence, RI', 1), ('Raleigh, NC', 'Raleigh, NC', 12), ('Richmond', 'Richmond', 1), ('Richmond, VA', 'Richmond, VA', 31), ('Riverside-San Bernardino, CA', 'Riverside-San Bernardino, CA', 48), ('Sacramento, CA', 'Sacramento, CA', 4), ('Salt Lake City, UT', 'Salt Lake City, UT', 5), ('San Francisco, CA', 'San Francisco, CA', 38), ('San Jose, CA', 'San Jose, CA', 5), ('Seattle, WA', 'Seattle, WA', 6), ('St. Louis, MO', 'St. Louis, MO', 11), ('Tucson, AZ', 'Tucson, AZ', 10)], 'unipro_options': [('true', 'Yes', 605), ('false', 'No', 1278)], 'unipro_toggle': False} {'block': <Block Node: content. Contents: [<TextNode: '\n<div class="container-fl'>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <IncludeNode: template=<FilterExpression "'distributors/includes/filters.html'">>, <TextNode: '\n </div>\n '>, <Variable Node: page_obj.paginator.count>, <TextNode: ' total</small></h1>\n '>, <URLNode view_name=''distributor_create'' args=[] kwargs={} as=None>, <TextNode: '" class="btn btn-sm btn-p'>, <django.template.library.SimpleNode object at 0x7f2e94cc1ed0>, <TextNode: '" class="btn btn-sm btn-o'>, <IfNode>, <TextNode: '\n\n <!-- Distri'>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '" class="text-decoration-'>, <IfNode>, <TextNode: '\n '>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n'>, <TextNode: '\n '>, <ForNode: for distributor in page_obj, tail_len: 35>, <TextNode: '\n </tb'>, <IfNode>, <TextNode: '\n </main>\n </di'>]>}

Context processors

None

Cache calls from 1 backend

Summary

Total calls Total time Cache hits Cache misses
0 0 ms 0 0

Commands

add get set get_or_set touch delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Signals

Signal Receivers
class_prepared
connection_created
got_request_exception
m2m_changed
post_delete
post_init
post_migrate create_permissions, create_contenttypes, create_default_site
post_save
pre_delete clear_site_cache
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save clear_site_cache
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, storages_changed, clear_serializers_cache, language_changed, localize_settings_changed, file_storage_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, update_level_tags, reload_api_settings, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, CompressedManifestStaticFilesStorage._clear_cached_properties