| 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 |
| Resource | Value |
|---|---|
| User CPU time | 3435.777 msec |
| System CPU time | 89.992 msec |
| Total CPU time | 3525.769 msec |
| Elapsed time | 3490.081 msec |
| Context switches | 4265 voluntary, 12 involuntary |
| Timing attribute | Timeline | Milliseconds since navigation start (+length) |
|---|
| 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' |
| Key | Value |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Connection | upgrade |
| Cookie | => see Request panel |
| Forwarded-Request-Uri | /distributors/?direction=asc&page=67 |
| 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 |
| Key | Value |
|---|---|
| Content-Type | text/html; charset=utf-8 |
| Vary | Cookie |
| X-Frame-Options | DENY |
Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
| Key | Value |
|---|---|
| PATH_INFO | /distributors/ |
| QUERY_STRING | direction=asc&page=67 |
| REMOTE_ADDR | 127.0.0.1 |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | opal7.opalstack.com |
| SERVER_PORT | 50187 |
| SERVER_PROTOCOL | HTTP/1.1 |
| View function | Arguments | Keyword arguments | URL name |
|---|---|---|---|
distributors.views.distributor_list |
() |
{} |
distributor_list |
| Variable | Value |
|---|---|
'csrftoken' |
'Stb5YGi8090zeMjYtiLgcCSQQ8oWwYA7' |
| Variable | Value |
|---|---|
'direction' |
'asc' |
'page' |
'67' |
| Query | Timeline | Time (ms) | Action | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTEDSET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED |
7.52 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
2 similar queries.
Duplicated 2 times.
FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor` |
14.17 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(125) records = distributors.count() |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
Duplicated 2 times.
FROM `distributors_distributor`SELECT ••• FROM `distributors_distributor` |
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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Undefined' |
22.63 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(145) primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Broadliner' |
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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Alcohol' |
12.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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Wine' |
11.02 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(145) primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Seafood' |
13.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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Meat' |
6.58 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(145) primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Produce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Produce' |
2.55 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Bakery' |
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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Dairy' |
6.65 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(145) primary_categories = get_filter_options('primary_category', Distributor.PRIMARY_CATEGORY_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Beverage' |
11.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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Supplies' |
11.86 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Linens' |
6.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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Office Supplies' |
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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Services' |
11.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(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Ethnic' |
12.04 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
16 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`primary_category` = 'Specialty' |
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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Undefined' |
13.35 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(146) distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Distributor' |
12.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Restaurant' |
12.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(146) distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Brewery/Distillery' |
12.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(146) distributor_types = get_filter_options('type', Distributor.DISTRIBUTOR_TYPE_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Manufacturer' |
11.97 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Online' |
12.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Retail' |
12.59 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Services' |
14.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Grocery' |
14.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`type` = 'Ignore' |
14.19 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Undefined' |
14.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Research' |
14.18 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scrapeable' |
6.94 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Scraped' |
11.75 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Processed' |
13.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Uploaded' |
12.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(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Tested' |
12.21 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'On Hold' |
11.81 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(147) statuses = get_filter_options('status', Distributor.STATUS_TYPE_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'Ignore' |
11.97 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
10 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`status` = 'No Info' |
11.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Undefined' |
18.82 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(148) areas = get_filter_options('area', Distributor.DISTRIBUTOR_AREA_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'National' |
12.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Regional' |
13.30 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`area` = 'Local' |
16.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Unknown' |
14.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Yes' |
11.84 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'No' |
12.16 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`price_available` = 'Login' |
13.09 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(149) price_availabilities = get_filter_options('price_available', Distributor.DISTRIBUTOR_PRICE_CHOICES) /home/snapper/apps/django/django/distributors/views.py in get_filter_options(133) return [ /home/snapper/apps/django/django/distributors/views.py in <listcomp>(134) (choice[0], choice[1], distributors.filter(**{field_name: choice[0]}).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Unknown' |
12.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'Yes' |
12.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'No' |
15.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(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`
4 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`pack_size_available` = 'In Name' |
11.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(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`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 1 |
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(154) ('true', 'Yes', distributors.filter(image_available=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`image_available` = 0 |
2.98 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(155) ('false', 'No', distributors.filter(image_available=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 1 |
3.01 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(158) ('true', 'Yes', distributors.filter(sku_available=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`sku_available` = 0 |
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(159) ('false', 'No', distributors.filter(sku_available=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 1 |
1.55 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(162) ('true', 'Yes', distributors.filter(gtin_available=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`gtin_available` = 0 |
1.70 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(163) ('false', 'No', distributors.filter(gtin_available=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 1 |
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(166) ('true', 'Yes', distributors.filter(login_required=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`login_required` = 0 |
1.96 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(167) ('false', 'No', distributors.filter(login_required=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 1 |
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(170) ('true', 'Yes', distributors.filter(favorite=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`favorite` = 0 |
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(171) ('false', 'No', distributors.filter(favorite=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 1 |
1.51 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(174) ('true', 'Yes', distributors.filter(unipro=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
2 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro` = 0 |
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(175) ('false', 'No', distributors.filter(unipro=False).count()) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'True' |
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(178) ('true', 'Yes', distributors.filter(unipro_market=True).count()), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'False' |
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(179) ('false', 'No', distributors.filter(unipro_market=False).count()) |
|||||||||||||||||||||
|
SELECT DISTINCT `distributors_distributor`.`framework`
FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`framework` ASC |
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] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BEES' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'BIGCOMMERCE' |
1.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Choco' |
1.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'City Hive' |
1.40 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Cut&Dry' |
1.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Doordash' |
1.40 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'dsdlink' |
1.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Ecwid' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'entree.Net' |
1.48 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Fresh Software Solutions' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Insite' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'localexpress.io' |
1.57 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Magento' |
1.41 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Mirakl' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Miva' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'NitroSell' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'PDF'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'PDF' |
1.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Pepper' |
1.91 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Prestashop' |
2.12 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Provi' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Revel Systems' |
1.96 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Salesforce Commerce Cloud' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SAP Commerce Cloud' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SevenFifty' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Shopify' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'SipMarket' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Squarespace' |
1.40 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Storefronts.sites' |
1.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Toast' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Unknown' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'VIP' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Webflow Ecommerce' |
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(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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Weebly' |
1.46 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wix' |
1.41 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(184) frameworks = [(f, f, distributors.filter(framework=f).count()) for f in frameworks if f] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'WooCommerce' |
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`
36 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`framework` = 'Wordpress' |
1.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`unipro_market` ASC |
2.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Atlanta, GA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Atlanta, GA' |
1.39 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Austin, TX' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Baltimore, MD' |
3.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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Boston, MA' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Charlotte, NC' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Chicago, IL' |
1.70 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Cleveland, OH' |
1.72 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Columbus, OH' |
1.71 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
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' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Denver, CO' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Detroit, MI' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Hartford, CT' |
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(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Houston, TX' |
2.55 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Jacksonville, FL' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Kansas City, MO' |
1.85 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Las Vegas, NV' |
3.79 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Louisville, KY' |
3.63 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'McAllen, TX' |
2.51 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Memphis, TN' |
2.49 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Milwaukee, WI' |
1.87 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Minneapolis, MN' |
3.84 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Nashville, TN' |
3.25 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New Orleans, LA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'New Orleans, LA' |
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(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`
43 similar queries.
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' |
2.93 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Oklahoma City, OK' |
1.76 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Orlando, FL' |
1.60 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Philadelphia, PA' |
1.60 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Pittsburgh, PA' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Portland, OR' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Providence, RI' |
1.44 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Raleigh, NC' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond' |
1.39 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond, VA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Richmond, VA' |
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`
43 similar queries.
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' |
1.44 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Sacramento, CA' |
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`
43 similar queries.
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' |
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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Francisco, CA' |
4.07 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'San Jose, CA' |
9.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(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Seattle, WA' |
1.51 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'St. Louis, MO' |
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(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`
43 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`unipro_market` = 'Tucson, AZ' |
2.34 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(187) unipro_markets = [(m, m, distributors.filter(unipro_market=m).count()) for m in unipro_markets if m] |
|||||||||||||||||||||
|
SELECT DISTINCT `distributors_distributor`.`method`
FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`method` ASC |
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(190) methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper' |
1.60 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Instant Data Scrapper Extension' |
3.57 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'PDF' |
3.70 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(190) methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(190) methods = [(m, m, distributors.filter(method=m).count()) for m in methods if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeeter code' |
3.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(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Puppeteer Script' |
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(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest Api' |
2.05 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Rest API Script' |
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(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`
8 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`method` = 'Web Scrapper Extension' |
1.85 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(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` ASCSELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`source` ASC |
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(193) sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m] |
|||||||||||||||||||||
|
SELECT COUNT(*) AS `__count`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Legacy' |
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(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`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Manual' |
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(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`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'PFG Site'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'PFG Site' |
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(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`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Scrape' |
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`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Unipro' |
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(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`
6 similar queries.
FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Upload'SELECT ••• FROM `distributors_distributor` WHERE `distributors_distributor`.`source` = 'Upload' |
24.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(193) sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m] /home/snapper/apps/django/django/distributors/views.py in <listcomp>(193) sources = [(m, m, distributors.filter(source=m).count()) for m in sources if m] |
|||||||||||||||||||||
|
SELECT `distributors_market`.`id`,
`distributors_market`.`name`, `distributors_market`.`city`, `distributors_market`.`state`, `distributors_market`.`zipcode` FROM `distributors_market` ORDER BY `distributors_market`.`name` ASCSELECT ••• FROM `distributors_market` ORDER BY `distributors_market`.`name` ASC |
0.81 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/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)
/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 3300SELECT ••• FROM `distributors_distributor` ORDER BY `distributors_distributor`.`name` ASC LIMIT 50 OFFSET 3300 |
14.33 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(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)
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645 |
1.11 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1645 |
0.52 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884 |
0.46 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1884 |
0.50 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835 |
0.54 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1835 |
0.43 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905 |
0.50 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1905 |
0.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615 |
0.46 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1615 |
0.47 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882 |
0.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 scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1882 |
0.48 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878 |
0.50 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1878 |
0.43 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888 |
0.52 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1888 |
0.95 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614 |
0.31 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1614 |
0.37 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737 |
0.56 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1737 |
0.54 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1855 |
0.34 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616 |
0.43 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1616 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342 |
0.40 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3342 |
0.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605 |
0.56 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1605 |
0.34 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110 |
0.37 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3110 |
0.33 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133 |
0.41 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1133 |
0.57 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350 |
0.74 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 350 |
0.48 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757 |
0.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 757 |
0.53 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134 |
0.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1134 |
0.38 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3111 |
0.37 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378 |
0.55 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 378 |
0.34 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297 |
0.39 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1297 |
0.77 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112 |
0.59 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3112 |
0.31 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135 |
0.39 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1135 |
0.38 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113 |
0.41 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3113 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114 |
0.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3114 |
0.33 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568 |
0.34 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1568 |
0.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3115 |
0.35 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701 |
0.36 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1701 |
0.46 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762 |
0.53 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1762 |
0.54 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934 |
0.51 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1934 |
0.48 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116 |
0.38 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3116 |
0.74 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237 |
1.21 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1237 |
0.64 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758 |
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(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 758 |
0.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(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3117 |
0.26 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136 |
1.08 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 1136 |
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 get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403 |
0.50 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3403 |
0.78 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759 |
0.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 759 |
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 get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351 |
0.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 351 |
0.62 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760 |
1.05 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 760 |
0.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 get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542 |
0.78 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3542 |
0.71 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306 |
0.40 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3306 |
0.48 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761 |
0.58 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 761 |
0.42 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762 |
0.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(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 762 |
0.44 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236 |
0.64 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3236 |
0.43 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352 |
0.62 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 352 |
0.44 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508 |
0.46 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3508 |
0.61 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421 |
0.28 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3421 |
0.50 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349 |
0.63 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in scraped_products(222) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3349 |
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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222 |
0.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:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
|
SELECT `distributors_note`.`id`,
100 similar queries.
Duplicated 2 times.
`distributors_note`.`distributor_id`, `distributors_note`.`market`, `distributors_note`.`new_market_id`, `distributors_note`.`note_type`, `distributors_note`.`scraped`, `distributors_note`.`long_skus`, `distributors_note`.`extra_data`, `distributors_note`.`images_viewable`, `distributors_note`.`created_at`, `distributors_note`.`taxonomy_name`, `distributors_note`.`framework`, `distributors_note`.`status`, `distributors_note`.`sample_file_link`, `distributors_note`.`products`, `distributors_note`.`scraped_folder_link`, `distributors_note`.`processed_folder_link`, `distributors_note`.`issues`, `distributors_note`.`extra_data_sample`, `distributors_note`.`suggested_catalog_url`, `distributors_note`.`suggested_notes`, `distributors_note`.`suggested_products`, `distributors_note`.`suggested_products_available`, `distributors_note`.`suggested_categories` FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222SELECT ••• FROM `distributors_note` WHERE `distributors_note`.`distributor_id` = 3222 |
0.89 | ||||||||||||||||||||
|
Connection: default /home/snapper/apps/django/env/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /home/snapper/apps/django/django/distributors/views.py in distributor_list(204) return render(request, 'distributors/distributor_list.html', { /home/snapper/apps/django/env/lib/python3.10/site-packages/django/shortcuts.py in render(24) content = loader.render_to_string(template_name, context, request, using=using) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/backends/django.py in render(61) return self.template.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(175) return self._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(157) return compiled_parent._render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(112) return self.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/loader_tags.py in render(63) result = block.nodelist.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1005) return SafeString("".join([node.render_annotated(context) for node in self])) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/defaulttags.py in render(238) nodelist.append(node.render_annotated(context)) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render_annotated(966) return self.render(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in render(1064) output = self.filter_expression.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(715) obj = self.var.resolve(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in resolve(847) value = self._resolve_lookup(context) /home/snapper/apps/django/env/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(890) current = getattr(current, bit) /home/snapper/apps/django/django/distributors/models.py in get_status_display(190) for note in notes:
/home/snapper/apps/django/django/templates/distributors/distributor_list.html |
|||||||||||||||||||||
| 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 |
| 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 |
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280e020>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280e020>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280d8a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280d8a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280cf40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280cf40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280db40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280db40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280f0a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280f0a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8df0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8df0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9300>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9300>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb310>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb310>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9030>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9030>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9ab0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9ab0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c80d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c80d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8fa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8fa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca350>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca350>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8d00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8d00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb5b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb5b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb6d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb6d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca140>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca140>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbb20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbb20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca2f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca2f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb130>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb130>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbf40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbf40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9b10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9b10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9930>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c9930>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca380>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca380>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb2e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb2e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c84c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c84c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caf50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caf50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c87c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c87c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca170>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca170>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca560>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca560>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caa10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25caa10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca440>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca440>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb820>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb820>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c90c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c90c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c99f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c99f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca5c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca7a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25ca7a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c92d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c92d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbe50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cbe50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8370>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8370>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c94e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8a30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8a30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25c8220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25cb250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ed40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ed40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594d90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594d90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597c70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597c70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25946a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25946a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594f40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594f40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595d20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595d20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596ef0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596ef0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595150>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595150>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597d60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597d60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595510>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595510>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25969e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25969e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595750>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595750>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25976a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25976a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594c70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2594c70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596680>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596680>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25964a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25964a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597b20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597b20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25963e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e25963e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595540>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595540>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595e70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595e70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595cc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2595cc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596740>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2596740>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597010>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2597010>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809480>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809480>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aad0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aad0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a9b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a9b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a4a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a4a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28093c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28093c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a740>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a740>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809150>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809150>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b970>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b970>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28098d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28098d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808ee0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808ee0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28085e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28085e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809210>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809210>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809420>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809420>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809030>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809030>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280acb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280acb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bb20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bb20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a710>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a710>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bc70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bc70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a980>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a980>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28094b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28094b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ab0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ab0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b7c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b7c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809f90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809f90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b4f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b4f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809300>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809300>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b0d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b0d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809b70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b070>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b070>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ba0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809ba0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a200>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a200>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a1a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a1a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28088e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28088e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b340>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b340>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280add0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280add0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809fc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809fc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bd90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809c60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809c60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809900>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809900>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809960>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809960>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28086d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28086d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280aa70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a110>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a110>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808b80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808b80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28097b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28097b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ba60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ba60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bac0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bac0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ab30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280ab30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809330>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809330>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a860>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a860>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809180>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809180>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809120>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809120>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a050>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a050>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808670>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808670>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b910>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a410>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a410>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bbb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280bbb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808fa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808fa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808c40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808c40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b8e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280b8e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809d20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809d20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808550>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808550>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808a30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28084c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28084c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a140>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a140>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28083d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e28083d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a800>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e280a800>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808bb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2808bb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2809a20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222df30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222df30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222cdc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222cdc0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222da20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222da20>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222c580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222c580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d3c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d3c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222ca00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222ca00>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222de70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222de70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d2a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222d2a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e2f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e2f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e590>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e590>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e560>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e222e560>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bace0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bace0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b88e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b88e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9c90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9c90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba320>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbfa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbfa0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b94b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b94b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbf70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bbf70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba650>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26ba650>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8eb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8eb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9b10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9b10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb7f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bb7f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bac50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bac50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bad40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26bad40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b8880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9330>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e26b9330>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26cb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26cb0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26ce0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26ce0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27af0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27af0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26620>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a26620>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27e50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27e50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a27100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24040>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a24040>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2b73760>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2b73760>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dab970>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dab970>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3cd0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3cd0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f3e80>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f10c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f10c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1f30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1f30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1e10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f1e10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e27f0430>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2eb60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2eb60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2f5b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2d2f5b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dabaf0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2dabaf0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e319f0a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e319f0a0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267220>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2267580>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2c06b30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2c06b30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae62c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae62c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae76d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae76d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6200>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6200>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6dd0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6dd0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7400>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6e30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6e30>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6c50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6c50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae78b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae78b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7b50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7b50>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7940>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae4100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae4100>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7790>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7250>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7340>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7340>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d70>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae75b0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae6d10>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7850>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7850>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae71c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae71c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7190>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2ae7190>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a308e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a308e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a30550>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a30550>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a301f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2a301f0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259720>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259720>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258730>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a350>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a350>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a90>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a3e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259ba0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259ba0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258700>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259510>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259510>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22585e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22585e0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258a60>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22581c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22581c0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259e40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259e40>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2258880>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22595d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e22595d0>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259600>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259270>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e2259270>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a170>]}
{'False': False, 'None': None, 'True': True}
{'errors': [],
'fields': [],
'form': <SignedDataForm bound=False, valid=False, fields=(signed)>,
'hidden_fields': [<django.forms.boundfield.BoundField object at 0x7fe7e225a170>]}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>,
'debug': True,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>),
'request': '<<request>>',
'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>,
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>}
{'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 67 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 67 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}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>,
'debug': True,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>),
'request': '<<request>>',
'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>,
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>}
{'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 67 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 67 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}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>,
'debug': True,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>),
'request': '<<request>>',
'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>,
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>}
{'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 67 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 67 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 0x7fe7e29f17b0>, <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'>]>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': <SimpleLazyObject: 'YVsjvqRDcYEBKqNFfVrMfSxBmj8uapLoGetejWZB2Xu0O2Wty32Shkfh2hmgwdbl'>,
'debug': True,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/distributors/?direction=asc&page=67'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>),
'request': '<<request>>',
'sql_queries': <function debug.<locals>.<lambda> at 0x7fe7e28831c0>,
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe7e281c5e0>>}
{'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 67 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 67 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 0x7fe7e29f17b0>, <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'>]>}
None
| Total calls | Total time | Cache hits | Cache misses |
|---|---|---|---|
| 0 | 0 ms | 0 | 0 |
| 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 |
| 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, DebugStaticFilesStorage._clear_cached_properties |