Каталог товаров
Категории товаров
6 категориФильтры товаров
5 типов фильтров
| Пакет | Название | Версия |
|---|---|---|
| Django | 5.2.3 | |
| Python | 3.12.13 | |
| compressor | Compressor | 4.5.1 |
| debug_toolbar | Панель отладки | 5.2.0 |
| django_select2 | Select2 | 5.2.3 |
| Ресурс | Значение |
|---|---|
| User CPU time | 2579.894 мс |
| System CPU time | 59.558 мс |
| Total CPU time | 2639.452 мс |
| Затраченное время | 3216.479 мс |
| Переключений контекста | 369 намеренных, 321 вынужденных |
| Событие | Временная диаграмма | С начала навигации в мс (+продолжительность) |
|---|
| Параметр | Значение |
|---|---|
| ABSOLUTE_URL_OVERRIDES | {} |
| ADMINS | [] |
| ALLOWED_HOSTS | ['89.38.131.55', 'localhost', '127.0.0.1'] |
| APPEND_SLASH | True |
| AUTHENTICATION_BACKENDS | '********************' |
| AUTH_PASSWORD_VALIDATORS | '********************' |
| AUTH_USER_MODEL | '********************' |
| BASE_DIR | PosixPath('/app') |
| CACHES | {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'vape-shop-cache',
'OPTIONS': {'MAX_ENTRIES': 1000},
'TIMEOUT': 300}} |
| CACHE_MIDDLEWARE_ALIAS | 'default' |
| CACHE_MIDDLEWARE_KEY_PREFIX | '********************' |
| CACHE_MIDDLEWARE_SECONDS | 600 |
| COMPRESSORS | {'css': 'compressor.css.CssCompressor', 'js': 'compressor.js.JsCompressor'} |
| COMPRESS_CACHEABLE_PRECOMPILERS | () |
| COMPRESS_CACHE_BACKEND | 'default' |
| COMPRESS_CACHE_KEY_FUNCTION | '********************' |
| COMPRESS_CLEAN_CSS_ARGUMENTS | '' |
| COMPRESS_CLEAN_CSS_BINARY | 'cleancss' |
| COMPRESS_CLOSURE_COMPILER_ARGUMENTS | '' |
| COMPRESS_CLOSURE_COMPILER_BINARY | 'java -jar compiler.jar' |
| COMPRESS_CSS_FILTERS | ['compressor.filters.css_default.CssAbsoluteFilter',
'compressor.filters.cssmin.rCSSMinFilter'] |
| COMPRESS_CSS_HASHING_METHOD | 'mtime' |
| COMPRESS_DATA_URI_MAX_SIZE | 1024 |
| COMPRESS_DEBUG_TOGGLE | None |
| COMPRESS_ENABLED | True |
| COMPRESS_FILTERS | {'css': ['compressor.filters.css_default.CssAbsoluteFilter',
'compressor.filters.cssmin.rCSSMinFilter'],
'js': ['compressor.filters.jsmin.rJSMinFilter']} |
| COMPRESS_JINJA2_GET_ENVIRONMENT | <function CompressorConf.JINJA2_GET_ENVIRONMENT at 0x707864782de0> |
| COMPRESS_JS_FILTERS | ['compressor.filters.jsmin.rJSMinFilter'] |
| COMPRESS_MINT_DELAY | 30 |
| COMPRESS_MTIME_DELAY | 10 |
| COMPRESS_OFFLINE | False |
| COMPRESS_OFFLINE_CONTEXT | {'STATIC_URL': '/static/'} |
| COMPRESS_OFFLINE_MANIFEST | 'manifest.json' |
| COMPRESS_OFFLINE_MANIFEST_STORAGE | 'compressor.storage.OfflineManifestFileStorage' |
| COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS | 'compressor-offine' |
| COMPRESS_OFFLINE_TIMEOUT | 31536000 |
| COMPRESS_OUTPUT_DIR | 'CACHE' |
| COMPRESS_PARSER | 'compressor.parser.AutoSelectParser' |
| COMPRESS_PRECOMPILERS | () |
| COMPRESS_REBUILD_TIMEOUT | 2592000 |
| COMPRESS_ROOT | '/app/static' |
| COMPRESS_STORAGE | 'whitenoise.storage.CompressedManifestStaticFilesStorage' |
| COMPRESS_STORAGE_ALIAS | 'compressor' |
| COMPRESS_TEMPLATE_FILTER_CONTEXT | {'STATIC_URL': '/static/'} |
| COMPRESS_URL | '/static/' |
| COMPRESS_URL_PLACEHOLDER | '/__compressor_url_placeholder__/' |
| COMPRESS_VERBOSE | False |
| COMPRESS_YUGLIFY_BINARY | 'yuglify' |
| COMPRESS_YUGLIFY_CSS_ARGUMENTS | '--terminal' |
| COMPRESS_YUGLIFY_JS_ARGUMENTS | '--terminal' |
| COMPRESS_YUI_BINARY | 'java -jar yuicompressor.jar' |
| COMPRESS_YUI_CSS_ARGUMENTS | '' |
| COMPRESS_YUI_JS_ARGUMENTS | '' |
| CSRF_COOKIE_AGE | 31449600 |
| CSRF_COOKIE_DOMAIN | None |
| CSRF_COOKIE_HTTPONLY | 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 | ['http://89.38.131.55',
'https://89.38.131.55',
'http://localhost',
'https://localhost',
'http://127.0.0.1',
'https://127.0.0.1'] |
| CSRF_USE_SESSIONS | True |
| DATABASES | {'default': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_HEALTH_CHECKS': False,
'CONN_MAX_AGE': 0,
'ENGINE': 'django.db.backends.postgresql',
'HOST': '86.106.181.68',
'NAME': 'vape_django_db',
'OPTIONS': {},
'PASSWORD': '********************',
'PORT': '5432',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIGRATE': True,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': None,
'USER': 'postgres'}} |
| 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 |
| DEBUG_TOOLBAR_CONFIG | {'SHOW_COLLAPSED': True,
'SHOW_TOOLBAR_CALLBACK': <function <lambda> at 0x707866034720>} |
| DEBUG_TOOLBAR_PANELS | ['debug_toolbar.panels.versions.VersionsPanel',
'debug_toolbar.panels.timer.TimerPanel',
'debug_toolbar.panels.settings.SettingsPanel',
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel'] |
| DECIMAL_SEPARATOR | '.' |
| DEFAULT_AUTO_FIELD | 'django.db.models.BigAutoField' |
| DEFAULT_CHARSET | 'utf-8' |
| DEFAULT_EXCEPTION_REPORTER | 'django.views.debug.ExceptionReporter' |
| DEFAULT_EXCEPTION_REPORTER_FILTER | 'django.views.debug.SafeExceptionReporterFilter' |
| DEFAULT_FROM_EMAIL | 'webmaster@localhost' |
| DEFAULT_INDEX_TABLESPACE | '' |
| DEFAULT_TABLESPACE | '' |
| DISALLOWED_USER_AGENTS | [] |
| EMAIL_BACKEND | 'django.core.mail.backends.smtp.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 |
| FORMS_URLFIELD_ASSUME_HTTPS | False |
| FORM_RENDERER | 'django.forms.renderers.DjangoTemplates' |
| HTTP2_PUSH_ENABLED | False |
| IGNORABLE_404_URLS | [] |
| INSTALLED_APPS | ['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_select2',
'compressor',
'core',
'django.contrib.humanize',
'debug_toolbar'] |
| INTERNAL_IPS | [] |
| 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'),
('ug', 'Uyghur'),
('uk', 'Ukrainian'),
('ur', 'Urdu'),
('uz', 'Uzbek'),
('vi', 'Vietnamese'),
('zh-hans', 'Simplified Chinese'),
('zh-hant', 'Traditional Chinese')] |
| LANGUAGES_BIDI | ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ug', 'ur'] |
| LANGUAGE_CODE | 'ru' |
| 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 | {'disable_existing_loggers': False,
'formatters': {'simple': {'format': '{levelname} {message}', 'style': '{'},
'verbose': {'format': '{levelname} {asctime} {module} '
'{message}',
'style': '{'}},
'handlers': {'console': {'class': 'logging.StreamHandler',
'formatter': 'simple',
'level': 'INFO'},
'file': {'class': 'logging.FileHandler',
'encoding': 'utf-8',
'filename': '/app/debug.log',
'formatter': 'verbose',
'level': 'INFO'}},
'loggers': {'core.middleware': {'handlers': ['file'],
'level': 'INFO',
'propagate': False},
'django': {'handlers': ['console', 'file'],
'level': 'INFO',
'propagate': False},
'django.request': {'handlers': ['file'],
'level': 'DEBUG',
'propagate': False},
'django.security.csrf': {'handlers': ['file'],
'level': 'DEBUG',
'propagate': False}},
'root': {'handlers': ['console', 'file'], 'level': 'WARNING'},
'version': 1} |
| LOGGING_CONFIG | 'logging.config.dictConfig' |
| LOGIN_REDIRECT_URL | '/accounts/profile/' |
| LOGIN_URL | '/accounts/login/' |
| LOGOUT_REDIRECT_URL | None |
| MANAGERS | [] |
| MEDIA_ROOT | '/app/media' |
| MEDIA_URL | '/media/' |
| MESSAGE_STORAGE | 'django.contrib.messages.storage.fallback.FallbackStorage' |
| MIDDLEWARE | ['django.middleware.security.SecurityMiddleware',
'core.middleware.FaviconMiddleware',
'django.middleware.gzip.GZipMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
'whitenoise.middleware.WhiteNoiseMiddleware',
'django.middleware.cache.UpdateCacheMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.cache.FetchFromCacheMiddleware',
'core.middleware.CSRFDebugMiddleware'] |
| MIGRATION_MODULES | {} |
| MONTH_DAY_FORMAT | 'F j' |
| NUMBER_GROUPING | 0 |
| PASSWORD_HASHERS | '********************' |
| PASSWORD_RESET_TIMEOUT | '********************' |
| PREPEND_WWW | False |
| ROOT_URLCONF | 'vape_shop.urls' |
| SECRET_KEY | '********************' |
| SECRET_KEY_FALLBACKS | '********************' |
| SECURE_BROWSER_XSS_FILTER | True |
| 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 | 'strict-origin-when-cross-origin' |
| SECURE_SSL_HOST | None |
| SECURE_SSL_REDIRECT | False |
| SELECT2_CACHE_BACKEND | 'default' |
| SELECT2_CACHE_PREFIX | 'select2_' |
| SELECT2_CSS | ['admin/css/vendor/select2/select2.min.css'] |
| SELECT2_I18N_AVAILABLE_LANGUAGES | ['ar',
'az',
'bg',
'ca',
'cs',
'da',
'de',
'el',
'en',
'es',
'et',
'eu',
'fa',
'fi',
'fr',
'gl',
'he',
'hi',
'hr',
'hu',
'id',
'is',
'it',
'ja',
'km',
'ko',
'lt',
'lv',
'mk',
'ms',
'nb',
'nl',
'pl',
'pt-BR',
'pt',
'ro',
'ru',
'sk',
'sr-Cyrl',
'sr',
'sv',
'th',
'tr',
'uk',
'vi',
'zh-CN',
'zh-TW'] |
| SELECT2_I18N_PATH | 'admin/js/vendor/select2/i18n' |
| SELECT2_JS | ['admin/js/vendor/select2/select2.full.min.js'] |
| SELECT2_JSON_ENCODER | 'django.core.serializers.json.DjangoJSONEncoder' |
| SELECT2_THEME | 'default' |
| 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.cached_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 | 'vape_shop.settings' |
| SHORT_DATETIME_FORMAT | 'm/d/Y P' |
| SHORT_DATE_FORMAT | 'm/d/Y' |
| SIGNING_BACKEND | 'django.core.signing.TimestampSigner' |
| SILENCED_SYSTEM_CHECKS | [] |
| STATICFILES_DIRS | [] |
| STATICFILES_FINDERS | ['django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder'] |
| STATICFILES_MAX_AGE | 31536000 |
| STATICFILES_STORAGE | 'whitenoise.storage.CompressedManifestStaticFilesStorage' |
| STATIC_ROOT | '/app/static' |
| STATIC_URL | '/static/' |
| STORAGES | {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'},
'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}} |
| TELEGRAM_ADMIN_CHAT_IDS | ['363020721', '2089729733'] |
| TELEGRAM_BOT_TOKEN | '********************' |
| TELEGRAM_MESSAGE_DELAY | 0.1 |
| TELEGRAM_RETRY_ATTEMPTS | 3 |
| TELEGRAM_RETRY_DELAY | 1.0 |
| TEMPLATES | [{'APP_DIRS': True,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'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']}}] |
| TESTING | False |
| 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 | 'Europe/Minsk' |
| USE_ETAGS | True |
| USE_HTTPS | False |
| USE_I18N | True |
| USE_THOUSAND_SEPARATOR | False |
| USE_TZ | True |
| USE_X_FORWARDED_HOST | False |
| USE_X_FORWARDED_PORT | False |
| WHITENOISE_AUTOREFRESH | True |
| WHITENOISE_MIMETYPES | {'.css': 'text/css',
'.js': 'application/javascript',
'.json': 'application/json',
'.svg': 'image/svg+xml',
'.txt': 'text/plain',
'.xml': 'application/xml'} |
| WHITENOISE_USE_FINDERS | True |
| WSGI_APPLICATION | 'vape_shop.wsgi.application' |
| X_FRAME_OPTIONS | 'DENY' |
| YEAR_MONTH_FORMAT | 'F Y' |
| Заголовок | Значение |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Cache-Control | max-age=0 |
| Connection | close |
| Host | 89.38.131.55 |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Via | 1.1 squid-proxy-5b5d847c96-w8vv6 (squid/6.10) |
| X-Forwarded-For | 10.9.106.52, 216.73.216.33 |
| X-Forwarded-Proto | http |
| X-Real-Ip | 216.73.216.33 |
| Заголовок | Значение |
|---|---|
| Cache-Control | max-age=600 |
| Content-Length | 1347613 |
| Content-Type | text/html; charset=utf-8 |
| Expires | Thu, 09 Apr 2026 05:19:50 GMT |
| Vary | Cookie |
| X-Frame-Options | DENY |
Так как WSGI-окружение наследует окружение сервера, ниже отображены лишь те из переменных, которые важны для нужд отладки.
| Заголовок | Значение |
|---|---|
| PATH_INFO | /catalog/ |
| QUERY_STRING | categories=174 |
| REMOTE_ADDR | 172.17.0.1 |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | 0.0.0.0 |
| SERVER_PORT | 8000 |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_SOFTWARE | gunicorn/22.0.0 |
| View функция | Аргументы | Именованные аргументы | URL Name |
|---|---|---|---|
core.views.catalog_view |
() |
{} |
core:catalog |
| Переменная | Значение |
|---|---|
'categories' |
'174' |
| Запрос | Временная диаграмма | Время (мс) | Действие | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SELECT "core_category"."id",
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."id" IN (174) ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."id" IN (174) ORDER BY "core_category"."name" ASC |
1,98 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(33) filtered_queryset = FilterService.apply_all_filters(base_queryset, filters) /app/core/services/filter_service.py in apply_all_filters(147) queryset = cls.apply_category_filters(queryset, filters) /app/core/services/filter_service.py in apply_category_filters(67) all_category_ids = cls._get_category_ids_with_children(category_ids) /app/core/services/filter_service.py in _get_category_ids_with_children(361) for category in selected_categories: |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASC |
1,61 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(33) filtered_queryset = FilterService.apply_all_filters(base_queryset, filters) /app/core/services/filter_service.py in apply_all_filters(147) queryset = cls.apply_category_filters(queryset, filters) /app/core/services/filter_service.py in apply_category_filters(67) all_category_ids = cls._get_category_ids_with_children(category_ids) /app/core/services/filter_service.py in _get_category_ids_with_children(363) for child in category.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASC |
1,69 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(33) filtered_queryset = FilterService.apply_all_filters(base_queryset, filters) /app/core/services/filter_service.py in apply_all_filters(147) queryset = cls.apply_category_filters(queryset, filters) /app/core/services/filter_service.py in apply_category_filters(67) all_category_ids = cls._get_category_ids_with_children(category_ids) /app/core/services/filter_service.py in _get_category_ids_with_children(366) for subchild in child.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASC |
1,22 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(33) filtered_queryset = FilterService.apply_all_filters(base_queryset, filters) /app/core/services/filter_service.py in apply_all_filters(147) queryset = cls.apply_category_filters(queryset, filters) /app/core/services/filter_service.py in apply_category_filters(67) all_category_ids = cls._get_category_ids_with_children(category_ids) /app/core/services/filter_service.py in _get_category_ids_with_children(366) for subchild in child.children.all(): |
|||||||||||||||||||||
|
SELECT DISTINCT "core_product"."id",
"core_product"."category_id", "core_product"."name", "core_product"."slug", "core_product"."manufacturer_id", "core_product"."description", "core_product"."main_image", "core_product"."price", "core_product"."available", "core_product"."is_new", "core_product"."is_sale", "core_product"."discount_percent", "core_product"."created_at", "core_product"."updated_at", "core_category"."id", "core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at", "core_manufacturer"."id", "core_manufacturer"."name", "core_manufacturer"."slug", "core_manufacturer"."logo", "core_manufacturer"."description" FROM "core_product" INNER JOIN "core_category" ON ("core_product"."category_id" = "core_category"."id") LEFT OUTER JOIN "core_manufacturer" ON ("core_product"."manufacturer_id" = "core_manufacturer"."id") WHERE ("core_product"."available" AND "core_product"."category_id" IN (174, 262, 263)) ORDER BY "core_product"."name" ASCSELECT ••• FROM "core_product" INNER JOIN "core_category" ON ("core_product"."category_id" = "core_category"."id") LEFT OUTER JOIN "core_manufacturer" ON ("core_product"."manufacturer_id" = "core_manufacturer"."id") WHERE ("core_product"."available" AND "core_product"."category_id" IN (174, 262, 263)) ORDER BY "core_product"."name" ASC |
6,53 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT "core_productattributevalue"."id",
"core_productattributevalue"."product_id", "core_productattributevalue"."attribute_value_id", "core_productattributevalue"."available", "core_productattributevalue"."position" FROM "core_productattributevalue" INNER JOIN "core_attributevalue" ON ("core_productattributevalue"."attribute_value_id" = "core_attributevalue"."id") WHERE "core_productattributevalue"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_productattributevalue"."position" ASC, "core_attributevalue"."position" ASCSELECT ••• FROM "core_productattributevalue" INNER JOIN "core_attributevalue" ON ("core_productattributevalue"."attribute_value_id" = "core_attributevalue"."id") WHERE "core_productattributevalue"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_productattributevalue"."position" ASC, "core_attributevalue"."position" ASC |
8,58 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT "core_attributevalue"."id",
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position" FROM "core_attributevalue" WHERE ("core_attributevalue"."id") IN ((1561), (854), (1390), (1700), (869), (1712), (1335), (1892), (1359), (971), (1708), (1377), (1385), (983), (1529), (1524), (988), (1517), (1492), (1603), (1645), (1647), (1654), (938), (952), (1579), (1850), (1849), (1509), (1504), (1817), (1864), (1470), (1460), (974), (1032), (1805), (1075), (1090), (1448), (1672), (1107), (1679), (963), (1115), (1127), (1787), (1131), (1771), (1189), (1145), (1738), (1176), (1181), (1199), (1416), (1217), (839), (1218), (1231), (1236), (1242), (1252), (1258), (1264), (1538), (1727), (1277), (1694), (1286), (1885), (894), (1723), (1718), (1309), (1322), (1406), (1728), (78), (1680), (691), (93), (73), (79), (81), (897), (1078), (1126), (77), (973), (899), (92), (65), (70), (998), (75), (67), (69), (71), (72), (722), (1172), (732), (1024), (752), (757), (763), (768), (788), (789), (804), (806), (1360), (855), (895), (972), (964), (984), (989), (1893), (939), (840), (953), (1818), (975), (1033), (1056), (1797), (1076), (1091), (1108), (1116), (1123), (1128), (1790), (1788), (1772), (1757), (1743), (1190), (1146), (1739), (1177), (1182), (1200), (1219), (1232), (1237), (1243), (1253), (1259), (1265), (1278), (1287), (1724), (1719), (1323), (1713), (1336), (1709), (1378), (1386), (1391), (1695), (1407), (1685), (1676), (1449), (1461), (1505), (1655), (1477), (1648), (1646), (1493), (1518), (1525), (1530), (1539), (1546), (1639), (692), (992), (1542), (1060), (1507), (697), (1296), (1139), (1216), (1836), (1165), (830), (723), (733), (734), (748), (753), (758), (769), (772), (787), (790), (824), (954), (1310), (1034), (1714), (1531), (1649), (1758), (870), (1806), (965), (1057), (1324), (1478), (1244), (1711), (1656), (1337), (1510), (1773), (1894), (1361), (1462), (1077), (1117), (1238), (1740), (1254), (1729), (1540), (1260), (1178), (1266), (1201), (1183), (1279), (1819), (1519), (990), (896), (985), (1191), (1725), (976), (1744), (1124), (1494), (1604), (1547), (1686), (1526), (1109), (1701), (1408), (841), (1696), (940), (1865), (1379), (1450), (1092), (1789), (856), (1562), (1677), (1640), (1681), (1129), (1387), (693), (1080), (1039), (1180), (1042), (1064), (703), (1001), (724), (729), (744), (754), (759), (760), (770), (791), (805), (808), (1225), (1147), (842), (1673), (1093), (857), (1380), (1451), (1820), (1132), (1245), (1697), (966), (1409), (1110), (1125), (1687), (1388), (1866), (1527), (1682), (1130), (1678), (1532), (1720), (1288), (1895), (1192), (991), (986), (1280), (1851), (1184), (1726), (1202), (1267), (1179), (1261), (1220), (1255), (1233), (1541), (1239), (1118), (1710), (1463), (1366), (1471), (1798), (1362), (1657), (1774), (1580), (1338), (1325), (1058), (1479), (1807), (1759), (941), (1035), (1715), (871), (1311), (1605), (1563), (955), (977), (694), (1520), (1062), (1343), (1427), (831), (1439), (725), (1020), (735), (736), (755), (771), (793), (1148), (1094), (1821), (967), (978), (1808), (1036), (1059), (1079), (1111), (1119), (1528), (1133), (1775), (1745), (1533), (1193), (1185), (1203), (1221), (1234), (1240), (898), (1246), (1256), (1262), (1268), (1281), (1289), (1606), (1721), (872), (1312), (1716), (1326), (1339), (1896), (1367), (843), (858), (1381), (1389), (1392), (1698), (1410), (1417), (1688), (1867), (1674), (1564), (1452), (1464), (1658), (1886), (1506), (1511), (1480), (1650), (1495), (987), (942), (956), (695), (1586), (1550), (1048), (706), (832), (726), (1027), (737), (756), (761), (792), (1227), (1543), (1659), (1799), (1730), (1512), (1282), (1581), (1521), (1481), (1194), (1607), (1222), (1290), (1741), (1897), (1247), (1257), (1717), (873), (1746), (1313), (1760), (1822), (979), (1852), (1263), (1340), (993), (1776), (1565), (1363), (968), (943), (859), (1186), (1235), (1241), (1393), (1269), (1699), (1120), (1411), (1037), (1112), (1868), (1791), (1204), (1675), (1095), (1453), (1651), (957), (1465), (1534), (1887), (1472), (696), (996), (701), (1156), (1424), (1008), (727), (762), (773), (814), (1508), (1454), (1722), (1195), (1368), (1291), (1544), (1731), (1038), (1608), (1496), (1800), (1248), (944), (900), (1341), (1853), (1314), (958), (1898), (994), (1761), (1660), (1285), (1187), (1081), (1482), (1869), (860), (1121), (1473), (1823), (1777), (980), (1641), (1394), (1270), (844), (1652), (874), (1113), (1205), (1535), (1418), (969), (1582), (1522), (1689), (1327), (1466), (1792), (1283), (1096), (1223), (1683), (1364), (970), (1421), (1000), (1400), (704), (1157), (728), (731), (738), (774), (781), (794), (809), (815), (1224), (1249), (861), (1342), (845), (981), (1653), (1474), (1899), (1134), (995), (1455), (1583), (945), (1545), (1061), (1566), (1702), (1284), (959), (1188), (1206), (1395), (1609), (1122), (1661), (1523), (1271), (1114), (1412), (1870), (1732), (1690), (1419), (1824), (1467), (1801), (1292), (1854), (875), (1097), (1747), (1315), (901), (1762), (1196), (1497), (1328), (698), (1369), (1044), (1140), (1443), (764), (778), (795), (801), (810), (816), (1513), (1498), (1207), (1536), (902), (1293), (876), (1250), (1316), (1610), (862), (1733), (846), (1778), (1365), (1135), (946), (1382), (960), (1396), (1567), (1272), (1691), (1420), (1793), (1098), (1468), (1475), (1802), (1483), (982), (1197), (1040), (699), (1370), (1358), (1158), (707), (1303), (1490), (730), (1029), (739), (750), (765), (796), (811), (1568), (1273), (1198), (1499), (1294), (877), (1825), (1742), (1208), (1317), (1748), (1329), (863), (1763), (1136), (1779), (1383), (1548), (947), (1397), (961), (1871), (1413), (1251), (1684), (1794), (1099), (1456), (1662), (1469), (1476), (1803), (1514), (1063), (1584), (1611), (1855), (1041), (1537), (903), (997), (700), (1333), (708), (740), (766), (775), (812), (818), (904), (1872), (864), (878), (962), (948), (1100), (1137), (1209), (1274), (1295), (1318), (1330), (1384), (1398), (1422), (1457), (1500), (1515), (1484), (1569), (1585), (1612), (1663), (1692), (1703), (1734), (1749), (1764), (1780), (1795), (1804), (1826), (1856), (1159), (741), (767), (776), (819), (1226), (1570), (1458), (1857), (1613), (1873), (1642), (1065), (1275), (1501), (1331), (1888), (1371), (1485), (865), (1101), (1796), (1664), (1210), (879), (1750), (1704), (1319), (1399), (1549), (1809), (1043), (999), (1781), (1138), (949), (905), (1414), (1693), (702), (1160), (742), (777), (820), (1088), (1765), (1297), (1423), (1810), (1889), (1827), (1705), (1320), (1372), (1516), (1332), (1276), (950), (1874), (1735), (906), (1643), (1066), (1614), (866), (1858), (1502), (1571), (1751), (880), (1211), (1665), (1769), (1402), (1161), (712), (715), (743), (786), (822), (1486), (1666), (1828), (1212), (1752), (1045), (1321), (1766), (1782), (1298), (1811), (907), (951), (1615), (1067), (1503), (1102), (1572), (1859), (881), (1706), (867), (1890), (1162), (1026), (749), (779), (797), (823), (1084), (1667), (1373), (1829), (1812), (1860), (882), (1783), (1587), (1415), (1487), (908), (868), (1334), (1616), (1299), (1707), (1736), (1103), (1213), (1046), (1573), (1459), (1767), (1891), (1002), (705), (1143), (1163), (745), (780), (798), (828), (1003), (1861), (1214), (1668), (1830), (1047), (1784), (1753), (1300), (883), (1574), (1104), (1813), (1374), (1588), (1617), (1644), (1875), (1144), (746), (799), (825), (1551), (1768), (1814), (1862), (1425), (1575), (1375), (1831), (1068), (1004), (884), (1105), (1737), (1618), (1876), (1215), (1669), (1401), (1589), (1785), (1754), (1164), (747), (800), (826), (1106), (1376), (1301), (1832), (1005), (1670), (1488), (1069), (1049), (1815), (1552), (1141), (1786), (1877), (1619), (885), (1576), (1590), (782), (1230), (886), (1755), (1591), (1489), (1302), (1620), (1577), (1006), (1426), (1142), (1816), (1050), (709), (1166), (833), (783), (1345), (1149), (1592), (1671), (1070), (1051), (1863), (1770), (1578), (1007), (1756), (1621), (1553), (710), (834), (784), (802), (827), (1052), (1878), (1622), (887), (1304), (1071), (1403), (1554), (711), (785), (803), (1833), (1072), (1404), (888), (1428), (1623), (1021), (1073), (1405), (1593), (1834), (1879), (889), (1624), (1555), (1305), (1429), (713), (1167), (813), (1835), (890), (1556), (1306), (1009), (1053), (1594), (1625), (714), (817), (1150), (1010), (1491), (1626), (1430), (891), (1880), (1054), (1307), (1074), (1881), (1308), (1627), (1055), (892), (1431), (1595), (1557), (1011), (716), (807), (1628), (1837), (1012), (893), (1432), (1882), (717), (1168), (821), (1629), (1558), (1433), (1883), (1013), (718), (1169), (1559), (1630), (1014), (1884), (1596), (1838), (1434), (719), (1170), (829), (1560), (1015), (1597), (1435), (1631), (720), (1171), (1598), (1016), (1632), (1436), (1633), (1839), (1017), (1599), (1437), (1634), (1438), (1840), (1635), (1018), (1173), (1440), (1636), (1600), (1019), (1174), (1175), (1601), (1441), (1637), (1151), (1442), (1152), (1602), (1022), (1153), (1638), (1154), (1444), (1155), (1445), (1023), (1446), (1841), (1447), (1025), (1842), (1843), (1844), (1028), (1845), (1846), (1030), (1031), (1847), (1848))SELECT ••• FROM "core_attributevalue" WHERE ("core_attributevalue"."id") IN ((1561), (854), (1390), (1700), (869), (1712), (1335), (1892), (1359), (971), (1708), (1377), (1385), (983), (1529), (1524), (988), (1517), (1492), (1603), (1645), (1647), (1654), (938), (952), (1579), (1850), (1849), (1509), (1504), (1817), (1864), (1470), (1460), (974), (1032), (1805), (1075), (1090), (1448), (1672), (1107), (1679), (963), (1115), (1127), (1787), (1131), (1771), (1189), (1145), (1738), (1176), (1181), (1199), (1416), (1217), (839), (1218), (1231), (1236), (1242), (1252), (1258), (1264), (1538), (1727), (1277), (1694), (1286), (1885), (894), (1723), (1718), (1309), (1322), (1406), (1728), (78), (1680), (691), (93), (73), (79), (81), (897), (1078), (1126), (77), (973), (899), (92), (65), (70), (998), (75), (67), (69), (71), (72), (722), (1172), (732), (1024), (752), (757), (763), (768), (788), (789), (804), (806), (1360), (855), (895), (972), (964), (984), (989), (1893), (939), (840), (953), (1818), (975), (1033), (1056), (1797), (1076), (1091), (1108), (1116), (1123), (1128), (1790), (1788), (1772), (1757), (1743), (1190), (1146), (1739), (1177), (1182), (1200), (1219), (1232), (1237), (1243), (1253), (1259), (1265), (1278), (1287), (1724), (1719), (1323), (1713), (1336), (1709), (1378), (1386), (1391), (1695), (1407), (1685), (1676), (1449), (1461), (1505), (1655), (1477), (1648), (1646), (1493), (1518), (1525), (1530), (1539), (1546), (1639), (692), (992), (1542), (1060), (1507), (697), (1296), (1139), (1216), (1836), (1165), (830), (723), (733), (734), (748), (753), (758), (769), (772), (787), (790), (824), (954), (1310), (1034), (1714), (1531), (1649), (1758), (870), (1806), (965), (1057), (1324), (1478), (1244), (1711), (1656), (1337), (1510), (1773), (1894), (1361), (1462), (1077), (1117), (1238), (1740), (1254), (1729), (1540), (1260), (1178), (1266), (1201), (1183), (1279), (1819), (1519), (990), (896), (985), (1191), (1725), (976), (1744), (1124), (1494), (1604), (1547), (1686), (1526), (1109), (1701), (1408), (841), (1696), (940), (1865), (1379), (1450), (1092), (1789), (856), (1562), (1677), (1640), (1681), (1129), (1387), (693), (1080), (1039), (1180), (1042), (1064), (703), (1001), (724), (729), (744), (754), (759), (760), (770), (791), (805), (808), (1225), (1147), (842), (1673), (1093), (857), (1380), (1451), (1820), (1132), (1245), (1697), (966), (1409), (1110), (1125), (1687), (1388), (1866), (1527), (1682), (1130), (1678), (1532), (1720), (1288), (1895), (1192), (991), (986), (1280), (1851), (1184), (1726), (1202), (1267), (1179), (1261), (1220), (1255), (1233), (1541), (1239), (1118), (1710), (1463), (1366), (1471), (1798), (1362), (1657), (1774), (1580), (1338), (1325), (1058), (1479), (1807), (1759), (941), (1035), (1715), (871), (1311), (1605), (1563), (955), (977), (694), (1520), (1062), (1343), (1427), (831), (1439), (725), (1020), (735), (736), (755), (771), (793), (1148), (1094), (1821), (967), (978), (1808), (1036), (1059), (1079), (1111), (1119), (1528), (1133), (1775), (1745), (1533), (1193), (1185), (1203), (1221), (1234), (1240), (898), (1246), (1256), (1262), (1268), (1281), (1289), (1606), (1721), (872), (1312), (1716), (1326), (1339), (1896), (1367), (843), (858), (1381), (1389), (1392), (1698), (1410), (1417), (1688), (1867), (1674), (1564), (1452), (1464), (1658), (1886), (1506), (1511), (1480), (1650), (1495), (987), (942), (956), (695), (1586), (1550), (1048), (706), (832), (726), (1027), (737), (756), (761), (792), (1227), (1543), (1659), (1799), (1730), (1512), (1282), (1581), (1521), (1481), (1194), (1607), (1222), (1290), (1741), (1897), (1247), (1257), (1717), (873), (1746), (1313), (1760), (1822), (979), (1852), (1263), (1340), (993), (1776), (1565), (1363), (968), (943), (859), (1186), (1235), (1241), (1393), (1269), (1699), (1120), (1411), (1037), (1112), (1868), (1791), (1204), (1675), (1095), (1453), (1651), (957), (1465), (1534), (1887), (1472), (696), (996), (701), (1156), (1424), (1008), (727), (762), (773), (814), (1508), (1454), (1722), (1195), (1368), (1291), (1544), (1731), (1038), (1608), (1496), (1800), (1248), (944), (900), (1341), (1853), (1314), (958), (1898), (994), (1761), (1660), (1285), (1187), (1081), (1482), (1869), (860), (1121), (1473), (1823), (1777), (980), (1641), (1394), (1270), (844), (1652), (874), (1113), (1205), (1535), (1418), (969), (1582), (1522), (1689), (1327), (1466), (1792), (1283), (1096), (1223), (1683), (1364), (970), (1421), (1000), (1400), (704), (1157), (728), (731), (738), (774), (781), (794), (809), (815), (1224), (1249), (861), (1342), (845), (981), (1653), (1474), (1899), (1134), (995), (1455), (1583), (945), (1545), (1061), (1566), (1702), (1284), (959), (1188), (1206), (1395), (1609), (1122), (1661), (1523), (1271), (1114), (1412), (1870), (1732), (1690), (1419), (1824), (1467), (1801), (1292), (1854), (875), (1097), (1747), (1315), (901), (1762), (1196), (1497), (1328), (698), (1369), (1044), (1140), (1443), (764), (778), (795), (801), (810), (816), (1513), (1498), (1207), (1536), (902), (1293), (876), (1250), (1316), (1610), (862), (1733), (846), (1778), (1365), (1135), (946), (1382), (960), (1396), (1567), (1272), (1691), (1420), (1793), (1098), (1468), (1475), (1802), (1483), (982), (1197), (1040), (699), (1370), (1358), (1158), (707), (1303), (1490), (730), (1029), (739), (750), (765), (796), (811), (1568), (1273), (1198), (1499), (1294), (877), (1825), (1742), (1208), (1317), (1748), (1329), (863), (1763), (1136), (1779), (1383), (1548), (947), (1397), (961), (1871), (1413), (1251), (1684), (1794), (1099), (1456), (1662), (1469), (1476), (1803), (1514), (1063), (1584), (1611), (1855), (1041), (1537), (903), (997), (700), (1333), (708), (740), (766), (775), (812), (818), (904), (1872), (864), (878), (962), (948), (1100), (1137), (1209), (1274), (1295), (1318), (1330), (1384), (1398), (1422), (1457), (1500), (1515), (1484), (1569), (1585), (1612), (1663), (1692), (1703), (1734), (1749), (1764), (1780), (1795), (1804), (1826), (1856), (1159), (741), (767), (776), (819), (1226), (1570), (1458), (1857), (1613), (1873), (1642), (1065), (1275), (1501), (1331), (1888), (1371), (1485), (865), (1101), (1796), (1664), (1210), (879), (1750), (1704), (1319), (1399), (1549), (1809), (1043), (999), (1781), (1138), (949), (905), (1414), (1693), (702), (1160), (742), (777), (820), (1088), (1765), (1297), (1423), (1810), (1889), (1827), (1705), (1320), (1372), (1516), (1332), (1276), (950), (1874), (1735), (906), (1643), (1066), (1614), (866), (1858), (1502), (1571), (1751), (880), (1211), (1665), (1769), (1402), (1161), (712), (715), (743), (786), (822), (1486), (1666), (1828), (1212), (1752), (1045), (1321), (1766), (1782), (1298), (1811), (907), (951), (1615), (1067), (1503), (1102), (1572), (1859), (881), (1706), (867), (1890), (1162), (1026), (749), (779), (797), (823), (1084), (1667), (1373), (1829), (1812), (1860), (882), (1783), (1587), (1415), (1487), (908), (868), (1334), (1616), (1299), (1707), (1736), (1103), (1213), (1046), (1573), (1459), (1767), (1891), (1002), (705), (1143), (1163), (745), (780), (798), (828), (1003), (1861), (1214), (1668), (1830), (1047), (1784), (1753), (1300), (883), (1574), (1104), (1813), (1374), (1588), (1617), (1644), (1875), (1144), (746), (799), (825), (1551), (1768), (1814), (1862), (1425), (1575), (1375), (1831), (1068), (1004), (884), (1105), (1737), (1618), (1876), (1215), (1669), (1401), (1589), (1785), (1754), (1164), (747), (800), (826), (1106), (1376), (1301), (1832), (1005), (1670), (1488), (1069), (1049), (1815), (1552), (1141), (1786), (1877), (1619), (885), (1576), (1590), (782), (1230), (886), (1755), (1591), (1489), (1302), (1620), (1577), (1006), (1426), (1142), (1816), (1050), (709), (1166), (833), (783), (1345), (1149), (1592), (1671), (1070), (1051), (1863), (1770), (1578), (1007), (1756), (1621), (1553), (710), (834), (784), (802), (827), (1052), (1878), (1622), (887), (1304), (1071), (1403), (1554), (711), (785), (803), (1833), (1072), (1404), (888), (1428), (1623), (1021), (1073), (1405), (1593), (1834), (1879), (889), (1624), (1555), (1305), (1429), (713), (1167), (813), (1835), (890), (1556), (1306), (1009), (1053), (1594), (1625), (714), (817), (1150), (1010), (1491), (1626), (1430), (891), (1880), (1054), (1307), (1074), (1881), (1308), (1627), (1055), (892), (1431), (1595), (1557), (1011), (716), (807), (1628), (1837), (1012), (893), (1432), (1882), (717), (1168), (821), (1629), (1558), (1433), (1883), (1013), (718), (1169), (1559), (1630), (1014), (1884), (1596), (1838), (1434), (719), (1170), (829), (1560), (1015), (1597), (1435), (1631), (720), (1171), (1598), (1016), (1632), (1436), (1633), (1839), (1017), (1599), (1437), (1634), (1438), (1840), (1635), (1018), (1173), (1440), (1636), (1600), (1019), (1174), (1175), (1601), (1441), (1637), (1151), (1442), (1152), (1602), (1022), (1153), (1638), (1154), (1444), (1155), (1445), (1023), (1446), (1841), (1447), (1025), (1842), (1843), (1844), (1028), (1845), (1846), (1030), (1031), (1847), (1848)) |
10,15 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT "core_attributetype"."id",
"core_attributetype"."name", "core_attributetype"."slug", "core_attributetype"."is_filterable", "core_attributetype"."unit", "core_attributetype"."position" FROM "core_attributetype" WHERE ("core_attributetype"."id") IN ((20), (19), (18))SELECT ••• FROM "core_attributetype" WHERE ("core_attributetype"."id") IN ((20), (19), (18)) |
2,32 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT "core_pricetier"."id",
"core_pricetier"."product_id", "core_pricetier"."quantity", "core_pricetier"."price" FROM "core_pricetier" WHERE "core_pricetier"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_pricetier"."quantity" ASCSELECT ••• FROM "core_pricetier" WHERE "core_pricetier"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_pricetier"."quantity" ASC |
3,09 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT ("core_product_tags"."product_id") AS "_prefetch_related_val_product_id",
"core_tag"."id", "core_tag"."name", "core_tag"."slug" FROM "core_tag" INNER JOIN "core_product_tags" ON ("core_tag"."id" = "core_product_tags"."tag_id") WHERE "core_product_tags"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_tag"."name" ASCSELECT ••• FROM "core_tag" INNER JOIN "core_product_tags" ON ("core_tag"."id" = "core_product_tags"."tag_id") WHERE "core_product_tags"."product_id" IN (270, 328, 344, 343, 397, 273, 272, 320, 365, 367, 369, 368, 366, 271, 268, 392, 399, 400, 345, 346, 359, 375, 376, 387, 291, 361, 394, 402, 395, 396, 393, 294, 293, 275, 389, 301, 297, 299, 298, 358, 357, 350, 351, 352, 354, 353, 398, 334, 339, 340, 302, 332, 331, 333, 316, 269, 335, 373, 374, 382, 312, 325, 323, 321, 326, 327, 319, 322, 482, 324, 330, 360, 372, 371, 304, 307, 308, 311, 303, 306, 309, 310, 305, 379, 380, 378, 381, 388, 274, 314, 313, 296, 347, 348, 277, 278, 390, 385, 276, 370, 401, 290, 289, 288, 386, 285, 286, 287, 318, 282, 284, 377, 336, 338, 337, 383, 384, 279, 280, 281, 283, 342, 341, 295, 391, 403) ORDER BY "core_tag"."name" ASC |
2,83 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(39) cls.add_min_price_to_products(sorted_queryset) /app/core/services/product_service.py in add_min_price_to_products(181) for product in products_queryset: |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
FROM "core_product" WHERE "core_product"."available"SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."available" |
2,27 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(43) 'total_products_count': base_queryset.count(), |
|||||||||||||||||||||
|
SELECT "core_attributetype"."id",
"core_attributetype"."name", "core_attributetype"."slug", "core_attributetype"."is_filterable", "core_attributetype"."unit", "core_attributetype"."position" FROM "core_attributetype" WHERE "core_attributetype"."is_filterable" ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASCSELECT ••• FROM "core_attributetype" WHERE "core_attributetype"."is_filterable" ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC |
1,82 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(187) for attr_type in attribute_types: |
|||||||||||||||||||||
|
SELECT DISTINCT "core_attributevalue"."id",
5 похожих запросов.
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position", "core_attributetype"."position", "core_attributetype"."name" FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 23 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASCSELECT ••• FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 23 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASC |
3,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) /usr/local/lib/python3.12/site-packages/django/core/cache/backends/locmem.py in set(54) pickled = pickle.dumps(value, self.pickle_protocol) |
|||||||||||||||||||||
|
SELECT DISTINCT "core_attributevalue"."id",
5 похожих запросов.
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position", "core_attributetype"."position", "core_attributetype"."name" FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 21 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASCSELECT ••• FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 21 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASC |
3,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) /usr/local/lib/python3.12/site-packages/django/core/cache/backends/locmem.py in set(54) pickled = pickle.dumps(value, self.pickle_protocol) |
|||||||||||||||||||||
|
SELECT DISTINCT "core_attributevalue"."id",
5 похожих запросов.
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position", "core_attributetype"."position", "core_attributetype"."name" FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 19 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASCSELECT ••• FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 19 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASC |
3,63 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) /usr/local/lib/python3.12/site-packages/django/core/cache/backends/locmem.py in set(54) pickled = pickle.dumps(value, self.pickle_protocol) |
|||||||||||||||||||||
|
SELECT DISTINCT "core_attributevalue"."id",
5 похожих запросов.
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position", "core_attributetype"."position", "core_attributetype"."name" FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 18 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASCSELECT ••• FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 18 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASC |
3,38 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) /usr/local/lib/python3.12/site-packages/django/core/cache/backends/locmem.py in set(54) pickled = pickle.dumps(value, self.pickle_protocol) |
|||||||||||||||||||||
|
SELECT DISTINCT "core_attributevalue"."id",
5 похожих запросов.
"core_attributevalue"."attribute_type_id", "core_attributevalue"."value", "core_attributevalue"."position", "core_attributetype"."position", "core_attributetype"."name" FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 20 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASCSELECT ••• FROM "core_attributevalue" INNER JOIN "core_attributetype" ON ("core_attributevalue"."attribute_type_id" = "core_attributetype"."id") INNER JOIN "core_productattributevalue" ON ("core_attributevalue"."id" = "core_productattributevalue"."attribute_value_id") WHERE ("core_attributevalue"."attribute_type_id" = 20 AND "core_productattributevalue"."product_id" IN (SELECT U0."id" FROM "core_product" U0 WHERE U0."available")) ORDER BY "core_attributetype"."position" ASC, "core_attributetype"."name" ASC, "core_attributevalue"."position" ASC, "core_attributevalue"."value" ASC |
12,89 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) /usr/local/lib/python3.12/site-packages/django/core/cache/backends/locmem.py in set(54) pickled = pickle.dumps(value, self.pickle_protocol) |
|||||||||||||||||||||
|
SELECT 1 AS "a"
FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_new") LIMIT 1SELECT 1 AS "a" FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_new") LIMIT 1 |
3,02 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(46) 'has_new_products': base_queryset.filter(is_new=True).exists(), |
|||||||||||||||||||||
|
SELECT 1 AS "a"
FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_sale") LIMIT 1SELECT 1 AS "a" FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_sale") LIMIT 1 |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(47) 'has_sale_products': base_queryset.filter(is_sale=True).exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_new")SELECT COUNT(*) AS "__count" FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_new") |
4,38 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(48) 'new_products_count': base_queryset.filter(is_new=True).count(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_sale")SELECT COUNT(*) AS "__count" FROM "core_product" WHERE ("core_product"."available" AND "core_product"."is_sale") |
1,24 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(49) 'sale_products_count': base_queryset.filter(is_sale=True).count(), |
|||||||||||||||||||||
|
SELECT "core_category"."id",
2 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" IS NULL ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" IS NULL ORDER BY "core_category"."name" ASC |
2,25 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(47) for root_category in root_categories: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 174 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 174 LIMIT 1 |
2,49 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
FROM "core_product" WHERE "core_product"."category_id" = 174SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 174 |
2,68 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASC |
1,40 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 262SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 262 |
1,96 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASC |
2,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 263SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 263 |
1,48 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASC |
2,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 174 ORDER BY "core_category"."name" ASC |
1,47 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 262 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 262 LIMIT 1 |
1,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 262SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 262 |
1,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASC |
2,69 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 262 ORDER BY "core_category"."name" ASC |
1,00 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 263 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 263 LIMIT 1 |
0,95 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 263SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 263 |
1,13 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASC |
3,69 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 4 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 263 ORDER BY "core_category"."name" ASC |
1,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 270 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 270 LIMIT 1 |
2,26 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
FROM "core_product" WHERE "core_product"."category_id" = 270SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 270 |
2,27 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 270 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 270 ORDER BY "core_category"."name" ASC |
4,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 271SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 271 |
4,49 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASC |
1,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 274SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 274 |
3,23 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASC |
2,22 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 273SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 273 |
4,40 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASC |
1,35 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 270 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 270 ORDER BY "core_category"."name" ASC |
2,67 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 271 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 271 LIMIT 1 |
4,38 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 271SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 271 |
2,09 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASC |
1,84 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 271 ORDER BY "core_category"."name" ASC |
1,69 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 274 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 274 LIMIT 1 |
2,35 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 274SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 274 |
1,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASC |
1,47 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 274 ORDER BY "core_category"."name" ASC |
0,91 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 273 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 273 LIMIT 1 |
1,38 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 273SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 273 |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASC |
1,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 273 ORDER BY "core_category"."name" ASC |
2,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 267 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 267 LIMIT 1 |
1,01 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
FROM "core_product" WHERE "core_product"."category_id" = 267SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 267 |
4,64 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 267 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 267 ORDER BY "core_category"."name" ASC |
3,31 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 267 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 267 ORDER BY "core_category"."name" ASC |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 268 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 268 LIMIT 1 |
1,38 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
FROM "core_product" WHERE "core_product"."category_id" = 268SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 268 |
1,16 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 268 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 268 ORDER BY "core_category"."name" ASC |
2,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 268 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 268 ORDER BY "core_category"."name" ASC |
0,87 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 265 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 265 LIMIT 1 |
1,65 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
FROM "core_product" WHERE "core_product"."category_id" = 265SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 265 |
2,12 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 265 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 265 ORDER BY "core_category"."name" ASC |
5,49 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 269SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 269 |
1,90 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASC |
1,85 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 264SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 264 |
1,70 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASC |
1,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 266SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 266 |
1,99 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASC |
1,91 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(77) count += child.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 265 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 265 ORDER BY "core_category"."name" ASC |
1,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 269 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 269 LIMIT 1 |
1,58 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 269SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 269 |
2,83 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASC |
1,05 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 269 ORDER BY "core_category"."name" ASC |
1,43 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 264 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 264 LIMIT 1 |
2,14 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 264SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 264 |
1,03 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASC |
1,04 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 264 ORDER BY "core_category"."name" ASC |
2,81 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT 1 AS "a"
13 похожих запросов.
FROM "core_category" WHERE "core_category"."parent_id" = 266 LIMIT 1SELECT 1 AS "a" FROM "core_category" WHERE "core_category"."parent_id" = 266 LIMIT 1 |
1,31 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(37) 'has_children': category.children.exists(), |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
21 похожих запросов.
Дублируется 2 раз.
FROM "core_product" WHERE "core_product"."category_id" = 266SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."category_id" = 266 |
1,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(75) count = self.products.count() |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASC |
1,90 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(38) 'products_count': category.get_products_count() /app/core/models.py in get_products_count(76) for child in self.children.all(): |
|||||||||||||||||||||
|
SELECT "core_category"."id",
37 похожих запросов.
Дублируется 3 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" = 266 ORDER BY "core_category"."name" ASC |
3,32 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(375) hierarchical_categories = CategoryService.get_hierarchical_categories() /app/core/services/category_service.py in get_hierarchical_categories(48) add_category_and_children(root_category) /app/core/services/category_service.py in add_category_and_children(44) add_category_and_children(child, level + 1) /app/core/services/category_service.py in add_category_and_children(43) for child in children: |
|||||||||||||||||||||
|
SELECT "core_category"."id",
2 похожих запросов.
Дублируется 2 раз.
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" IS NULL ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" IS NULL ORDER BY "core_category"."name" ASC |
1,02 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /usr/local/lib/python3.12/site-packages/django/template/defaultfilters.py in length(632) return len(value)
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT "core_category"."id",
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" IN (174, 270, 267, 268, 265) ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" IN (174, 270, 267, 268, 265) ORDER BY "core_category"."name" ASC |
2,13 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /usr/local/lib/python3.12/site-packages/django/template/defaultfilters.py in length(632) return len(value)
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT "core_category"."id",
"core_category"."name", "core_category"."slug", "core_category"."parent_id", "core_category"."description", "core_category"."image", "core_category"."created_at", "core_category"."updated_at" FROM "core_category" WHERE "core_category"."parent_id" IN (271, 269, 274, 273, 264, 266, 262, 263) ORDER BY "core_category"."name" ASCSELECT ••• FROM "core_category" WHERE "core_category"."parent_id" IN (271, 269, 274, 273, 264, 266, 262, 263) ORDER BY "core_category"."name" ASC |
2,47 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /usr/local/lib/python3.12/site-packages/django/template/defaultfilters.py in length(632) return len(value)
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT "core_manufacturer"."id",
"core_manufacturer"."name", "core_manufacturer"."slug", "core_manufacturer"."logo", "core_manufacturer"."description" FROM "core_manufacturer" ORDER BY "core_manufacturer"."name" ASCSELECT ••• FROM "core_manufacturer" ORDER BY "core_manufacturer"."name" ASC |
2,02 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(326) if match:
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 294SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 294 |
0,77 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 295SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 295 |
3,59 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 296SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 296 |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 297SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 297 |
0,90 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 252SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 252 |
1,81 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 258SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 258 |
1,23 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 232SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 232 |
0,95 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 230SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 230 |
0,83 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 271SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 271 |
0,69 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 279SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 279 |
0,91 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 239SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 239 |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 254SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 254 |
0,95 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 293SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 293 |
1,09 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 284SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 284 |
1,17 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 237SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 237 |
1,75 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 238SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 238 |
1,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 259SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 259 |
1,48 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 243SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 243 |
1,18 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 298SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 298 |
0,93 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 261SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 261 |
0,92 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 248SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 248 |
0,84 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 299SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 299 |
1,01 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 263SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 263 |
1,08 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 300SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 300 |
1,15 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 277SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 277 |
2,14 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 286SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 286 |
1,81 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 240SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 240 |
1,15 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 251SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 251 |
0,91 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 266SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 266 |
1,13 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 231SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 231 |
1,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 283SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 283 |
1,08 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 285SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 285 |
2,99 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 245SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 245 |
1,49 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 292SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 292 |
1,16 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 235SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 235 |
1,11 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 301SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 301 |
1,25 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 302SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 302 |
1,61 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 303SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 303 |
1,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 291SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 291 |
1,20 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 287SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 287 |
1,33 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 236SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 236 |
1,66 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 304SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 304 |
1,45 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 244SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 244 |
1,37 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 269SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 269 |
1,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 234SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 234 |
1,11 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 288SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 288 |
0,64 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 256SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 256 |
0,89 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 255SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 255 |
0,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 249SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 249 |
0,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 305SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 305 |
1,29 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 257SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 257 |
8,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 306SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 306 |
1,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 307SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 307 |
1,36 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 253SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 253 |
1,45 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 274SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 274 |
6,88 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 260SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 260 |
3,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 308SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 308 |
5,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 246SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 246 |
1,07 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 289SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 289 |
0,74 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 267SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 267 |
1,14 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 247SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 247 |
1,42 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 282SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 282 |
1,42 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 242SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 242 |
1,78 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 309SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 309 |
1,48 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 278SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 278 |
1,07 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 268SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 268 |
0,94 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 290SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 290 |
1,04 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 250SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 250 |
1,35 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 276SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 276 |
0,75 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 310SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 310 |
1,03 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 311SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 311 |
1,34 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 280SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 280 |
1,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 262SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 262 |
1,22 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 265SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 265 |
1,25 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 241SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 241 |
1,27 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
76 похожих запросов.
FROM "core_product" WHERE "core_product"."manufacturer_id" = 281SELECT COUNT(*) AS "__count" FROM "core_product" WHERE "core_product"."manufacturer_id" = 281 |
1,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in get_products_count(163) return self.products.count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2042 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2042 AND "core_product"."available") |
2,32 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2056 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2056 AND "core_product"."available") |
1,47 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2052 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2052 AND "core_product"."available") |
1,32 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2037 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2037 AND "core_product"."available") |
1,52 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1977 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1977 AND "core_product"."available") |
1,59 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2044 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2044 AND "core_product"."available") |
1,51 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2077 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2077 AND "core_product"."available") |
2,73 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1976 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1976 AND "core_product"."available") |
2,22 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1994 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1994 AND "core_product"."available") |
1,20 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1985 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1985 AND "core_product"."available") |
1,15 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2048 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2048 AND "core_product"."available") |
1,42 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2035 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2035 AND "core_product"."available") |
1,16 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2000 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2000 AND "core_product"."available") |
2,71 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2013 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2013 AND "core_product"."available") |
3,13 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2029 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2029 AND "core_product"."available") |
1,18 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 668 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 668 AND "core_product"."available") |
1,17 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 93 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 93 AND "core_product"."available") |
1,21 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 81 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 81 AND "core_product"."available") |
1,53 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1126 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1126 AND "core_product"."available") |
1,95 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 973 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 973 AND "core_product"."available") |
1,96 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 92 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 92 AND "core_product"."available") |
1,29 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2278 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 2278 AND "core_product"."available") |
1,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 78 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 78 AND "core_product"."available") |
1,21 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 73 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 73 AND "core_product"."available") |
1,34 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 79 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 79 AND "core_product"."available") |
1,26 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 77 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 77 AND "core_product"."available") |
1,80 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1970 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1970 AND "core_product"."available") |
1,98 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1969 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1969 AND "core_product"."available") |
2,13 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 65 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 65 AND "core_product"."available") |
1,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1967 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1967 AND "core_product"."available") |
1,14 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1960 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1960 AND "core_product"."available") |
2,46 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 70 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 70 AND "core_product"."available") |
1,57 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 75 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 75 AND "core_product"."available") |
2,00 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 67 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 67 AND "core_product"."available") |
2,62 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 69 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 69 AND "core_product"."available") |
1,85 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 71 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 71 AND "core_product"."available") |
1,76 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1966 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1966 AND "core_product"."available") |
1,31 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 72 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 72 AND "core_product"."available") |
2,20 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1961 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1961 AND "core_product"."available") |
1,73 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1968 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1968 AND "core_product"."available") |
2,11 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1964 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1964 AND "core_product"."available") |
3,44 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1971 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1971 AND "core_product"."available") |
1,40 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1973 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1973 AND "core_product"."available") |
1,63 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1963 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1963 AND "core_product"."available") |
2,24 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1962 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1962 AND "core_product"."available") |
2,02 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1974 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1974 AND "core_product"."available") |
1,83 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1965 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1965 AND "core_product"."available") |
2,02 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1972 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1972 AND "core_product"."available") |
1,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1978 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1978 AND "core_product"."available") |
1,28 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
50 похожих запросов.
FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1975 AND "core_product"."available")SELECT COUNT(*) AS "__count" FROM "core_productattributevalue" INNER JOIN "core_product" ON ("core_productattributevalue"."product_id" = "core_product"."id") WHERE ("core_productattributevalue"."attribute_value_id" = 1975 AND "core_product"."available") |
2,35 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1075) output = self.filter_expression.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(749) new_obj = func(obj, *arg_vals) /app/core/templatetags/core_extras.py in count_products_with_attribute(209) return attribute_value.product_attributes.filter(product__available=True).count()
/app/core/templates/core/product/catalog.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 270 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 270 AND "core_productattributevalue"."available") LIMIT 1 |
1,50 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 328 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 328 AND "core_productattributevalue"."available") LIMIT 1 |
1,19 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 344 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 344 AND "core_productattributevalue"."available") LIMIT 1 |
0,97 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 343 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 343 AND "core_productattributevalue"."available") LIMIT 1 |
1,41 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 397 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 397 AND "core_productattributevalue"."available") LIMIT 1 |
1,48 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 273 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 273 AND "core_productattributevalue"."available") LIMIT 1 |
0,99 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 272 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 272 AND "core_productattributevalue"."available") LIMIT 1 |
1,33 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 320 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 320 AND "core_productattributevalue"."available") LIMIT 1 |
1,06 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 365 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 365 AND "core_productattributevalue"."available") LIMIT 1 |
1,40 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 367 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 367 AND "core_productattributevalue"."available") LIMIT 1 |
1,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 369 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 369 AND "core_productattributevalue"."available") LIMIT 1 |
1,82 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 368 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 368 AND "core_productattributevalue"."available") LIMIT 1 |
1,19 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 270 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 270 AND "core_productattributevalue"."available") LIMIT 1 |
1,61 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 328 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 328 AND "core_productattributevalue"."available") LIMIT 1 |
1,33 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 344 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 344 AND "core_productattributevalue"."available") LIMIT 1 |
1,25 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 343 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 343 AND "core_productattributevalue"."available") LIMIT 1 |
1,72 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 397 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 397 AND "core_productattributevalue"."available") LIMIT 1 |
1,94 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 273 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 273 AND "core_productattributevalue"."available") LIMIT 1 |
1,64 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 272 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 272 AND "core_productattributevalue"."available") LIMIT 1 |
1,25 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 320 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 320 AND "core_productattributevalue"."available") LIMIT 1 |
0,94 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 365 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 365 AND "core_productattributevalue"."available") LIMIT 1 |
1,48 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 367 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 367 AND "core_productattributevalue"."available") LIMIT 1 |
1,86 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 369 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 369 AND "core_productattributevalue"."available") LIMIT 1 |
1,12 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
24 похожих запросов.
Дублируется 2 раз.
FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 368 AND "core_productattributevalue"."available") LIMIT 1SELECT 1 AS "a" FROM "core_productattributevalue" WHERE ("core_productattributevalue"."product_id" = 368 AND "core_productattributevalue"."available") LIMIT 1 |
1,15 | ||||||||||||||||||||
|
Соединение: default Статус транзакции: Ожидание /usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(427) return render(request, 'core/product/catalog.html', context) /usr/local/lib/python3.12/site-packages/django/shortcuts.py in render(25) content = loader.render_to_string(template_name, context, request, using=using) /usr/local/lib/python3.12/site-packages/django/template/loader.py in render_to_string(62) return template.render(context, request) /usr/local/lib/python3.12/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.12/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in render(1016) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.12/site-packages/django/template/base.py in render_annotated(977) return self.render(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.12/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(722) obj = self.var.resolve(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in resolve(854) value = self._resolve_lookup(context) /usr/local/lib/python3.12/site-packages/django/template/base.py in _resolve_lookup(925) current = current() /app/core/models.py in has_available_variants(292) return self.attribute_values.filter(available=True).exists()
/app/core/templates/core/snippets/product_card_list.html |
|||||||||||||||||||||
Нет
| Путь | Место |
|---|---|
| admin/js/SelectBox.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js |
| admin/js/prepopulate.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js |
| admin/js/SelectFilter2.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js |
| admin/js/calendar.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js |
| admin/js/prepopulate_init.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js |
| admin/js/urlify.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js |
| admin/js/autocomplete.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js |
| admin/js/unusable_password_field.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js |
| admin/js/filters.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js |
| admin/js/change_form.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js |
| admin/js/nav_sidebar.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js |
| admin/js/jquery.init.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js |
| admin/js/actions.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js |
| admin/js/inlines.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js |
| admin/js/theme.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js |
| admin/js/cancel.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js |
| admin/js/popup_response.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js |
| admin/js/core.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js |
| admin/js/admin/DateTimeShortcuts.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js |
| admin/js/admin/RelatedObjectLookups.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js |
| admin/js/vendor/select2/LICENSE.md | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md |
| admin/js/vendor/select2/select2.full.min.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js |
| admin/js/vendor/select2/select2.full.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js |
| admin/js/vendor/select2/i18n/ps.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js |
| admin/js/vendor/select2/i18n/vi.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js |
| admin/js/vendor/select2/i18n/hr.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js |
| admin/js/vendor/select2/i18n/he.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js |
| admin/js/vendor/select2/i18n/zh-TW.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js |
| admin/js/vendor/select2/i18n/en.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js |
| admin/js/vendor/select2/i18n/ar.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js |
| admin/js/vendor/select2/i18n/sv.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js |
| admin/js/vendor/select2/i18n/fi.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js |
| admin/js/vendor/select2/i18n/es.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js |
| admin/js/vendor/select2/i18n/hi.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js |
| admin/js/vendor/select2/i18n/pt-BR.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js |
| admin/js/vendor/select2/i18n/tk.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js |
| admin/js/vendor/select2/i18n/gl.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js |
| admin/js/vendor/select2/i18n/dsb.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js |
| admin/js/vendor/select2/i18n/ka.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js |
| admin/js/vendor/select2/i18n/tr.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js |
| admin/js/vendor/select2/i18n/sl.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js |
| admin/js/vendor/select2/i18n/hsb.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js |
| admin/js/vendor/select2/i18n/ja.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js |
| admin/js/vendor/select2/i18n/zh-CN.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js |
| admin/js/vendor/select2/i18n/ms.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js |
| admin/js/vendor/select2/i18n/ca.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js |
| admin/js/vendor/select2/i18n/fa.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js |
| admin/js/vendor/select2/i18n/cs.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js |
| admin/js/vendor/select2/i18n/eu.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js |
| admin/js/vendor/select2/i18n/sr.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js |
| admin/js/vendor/select2/i18n/it.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js |
| admin/js/vendor/select2/i18n/ko.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js |
| admin/js/vendor/select2/i18n/sq.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js |
| admin/js/vendor/select2/i18n/el.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js |
| admin/js/vendor/select2/i18n/pl.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js |
| admin/js/vendor/select2/i18n/bn.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js |
| admin/js/vendor/select2/i18n/is.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js |
| admin/js/vendor/select2/i18n/de.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js |
| admin/js/vendor/select2/i18n/id.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js |
| admin/js/vendor/select2/i18n/mk.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js |
| admin/js/vendor/select2/i18n/hy.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js |
| admin/js/vendor/select2/i18n/uk.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js |
| admin/js/vendor/select2/i18n/ru.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js |
| admin/js/vendor/select2/i18n/lv.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js |
| admin/js/vendor/select2/i18n/az.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js |
| admin/js/vendor/select2/i18n/pt.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js |
| admin/js/vendor/select2/i18n/bg.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js |
| admin/js/vendor/select2/i18n/ne.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js |
| admin/js/vendor/select2/i18n/km.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js |
| admin/js/vendor/select2/i18n/nb.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js |
| admin/js/vendor/select2/i18n/lt.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js |
| admin/js/vendor/select2/i18n/af.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js |
| admin/js/vendor/select2/i18n/nl.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js |
| admin/js/vendor/select2/i18n/fr.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js |
| admin/js/vendor/select2/i18n/th.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js |
| admin/js/vendor/select2/i18n/sr-Cyrl.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js |
| admin/js/vendor/select2/i18n/et.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js |
| admin/js/vendor/select2/i18n/bs.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js |
| admin/js/vendor/select2/i18n/sk.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js |
| admin/js/vendor/select2/i18n/da.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js |
| admin/js/vendor/select2/i18n/hu.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js |
| admin/js/vendor/select2/i18n/ro.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js |
| admin/js/vendor/xregexp/xregexp.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js |
| admin/js/vendor/xregexp/LICENSE.txt | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt |
| admin/js/vendor/xregexp/xregexp.min.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js |
| admin/js/vendor/jquery/jquery.min.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js |
| admin/js/vendor/jquery/jquery.js | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js |
| admin/js/vendor/jquery/LICENSE.txt | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt |
| admin/css/nav_sidebar.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css |
| admin/css/widgets.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css |
| admin/css/changelists.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css |
| admin/css/dark_mode.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css |
| admin/css/login.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css |
| admin/css/unusable_password_field.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css |
| admin/css/base.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css |
| admin/css/responsive_rtl.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css |
| admin/css/rtl.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css |
| admin/css/dashboard.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css |
| admin/css/autocomplete.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css |
| admin/css/responsive.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css |
| admin/css/forms.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css |
| admin/css/vendor/select2/LICENSE-SELECT2.md | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md |
| admin/css/vendor/select2/select2.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css |
| admin/css/vendor/select2/select2.min.css | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css |
| admin/img/icon-alert.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg |
| admin/img/README.txt | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.txt |
| admin/img/calendar-icons.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg |
| admin/img/icon-yes.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg |
| admin/img/icon-no.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg |
| admin/img/icon-changelink.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg |
| admin/img/selector-icons.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg |
| admin/img/icon-hidelink.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg |
| admin/img/icon-unknown-alt.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg |
| admin/img/tooltag-add.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg |
| admin/img/tooltag-arrowright.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg |
| admin/img/inline-delete.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg |
| admin/img/icon-viewlink.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg |
| admin/img/icon-calendar.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg |
| admin/img/search.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg |
| admin/img/icon-addlink.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg |
| admin/img/sorting-icons.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg |
| admin/img/icon-deletelink.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg |
| admin/img/icon-clock.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg |
| admin/img/icon-unknown.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg |
| admin/img/LICENSE | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/LICENSE |
| admin/img/gis/move_vertex_off.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg |
| admin/img/gis/move_vertex_on.svg | /usr/local/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg |
| django_select2/django_select2.js | /usr/local/lib/python3.12/site-packages/django_select2/static/django_select2/django_select2.js |
| django_select2/django_select2.css | /usr/local/lib/python3.12/site-packages/django_select2/static/django_select2/django_select2.css |
| admin/css/components/overrides.css | /app/core/static/admin/css/components/overrides.css |
| core/js/admin.js | /app/core/static/core/js/admin.js |
| core/js/global-functions.js | /app/core/static/core/js/global-functions.js |
| core/js/sw-register.js | /app/core/static/core/js/sw-register.js |
| core/js/sw.js | /app/core/static/core/js/sw.js |
| core/js/main.js | /app/core/static/core/js/main.js |
| core/js/smart-spinner.js | /app/core/static/core/js/smart-spinner.js |
| core/js/blog-latest.js | /app/core/static/core/js/blog-latest.js |
| core/js/components/CartStorage.js | /app/core/static/core/js/components/CartStorage.js |
| core/js/components/LoadingSpinner.js | /app/core/static/core/js/components/LoadingSpinner.js |
| core/js/components/VapeUI.js | /app/core/static/core/js/components/VapeUI.js |
| core/js/components/CartUI.js | /app/core/static/core/js/components/CartUI.js |
| core/js/components/CartPricing.js | /app/core/static/core/js/components/CartPricing.js |
| core/js/components/CartAPI.js | /app/core/static/core/js/components/CartAPI.js |
| core/js/modules/CatalogManager.js | /app/core/static/core/js/modules/CatalogManager.js |
| core/js/modules/ProductVariantsLoader.js | /app/core/static/core/js/modules/ProductVariantsLoader.js |
| core/js/modules/Cart.js | /app/core/static/core/js/modules/Cart.js |
| core/js/modules/PaginationManager.js | /app/core/static/core/js/modules/PaginationManager.js |
| core/js/modules/PaginationAccessibility.js | /app/core/static/core/js/modules/PaginationAccessibility.js |
| core/js/modules/ProductPage.js | /app/core/static/core/js/modules/ProductPage.js |
| core/js/modules/UI.js | /app/core/static/core/js/modules/UI.js |
| core/js/modules/CartOrder.js | /app/core/static/core/js/modules/CartOrder.js |
| core/js/modules/SearchHandler.js | /app/core/static/core/js/modules/SearchHandler.js |
| core/js/modules/MobileNavFilters.js | /app/core/static/core/js/modules/MobileNavFilters.js |
| core/js/modules/BackToTop.js | /app/core/static/core/js/modules/BackToTop.js |
| core/js/modules/SearchResultsHandler.js | /app/core/static/core/js/modules/SearchResultsHandler.js |
| core/js/modules/BaseFilters.js | /app/core/static/core/js/modules/BaseFilters.js |
| core/js/modules/AgeVerification.js | /app/core/static/core/js/modules/AgeVerification.js |
| core/js/modules/MobileNav.js | /app/core/static/core/js/modules/MobileNav.js |
| core/js/modules/FiltersManagerV2.js | /app/core/static/core/js/modules/FiltersManagerV2.js |
| core/js/modules/ViewSwitcher.js | /app/core/static/core/js/modules/ViewSwitcher.js |
| core/js/modules/AttributeRulesManager.js | /app/core/static/core/js/modules/AttributeRulesManager.js |
| core/js/modules/SearchPaginationManager.js | /app/core/static/core/js/modules/SearchPaginationManager.js |
| core/js/modules/CategoryPaginationManager.js | /app/core/static/core/js/modules/CategoryPaginationManager.js |
| core/js/modules/ScrollToTop.js | /app/core/static/core/js/modules/ScrollToTop.js |
| core/js/modules/ImageHandler.js | /app/core/static/core/js/modules/ImageHandler.js |
| core/js/modules/lazy-loader.js | /app/core/static/core/js/modules/lazy-loader.js |
| core/js/utils/Constants.js | /app/core/static/core/js/utils/Constants.js |
| core/js/utils/APIClient.js | /app/core/static/core/js/utils/APIClient.js |
| core/js/utils/OverlayManager.js | /app/core/static/core/js/utils/OverlayManager.js |
| core/js/utils/Notification.js | /app/core/static/core/js/utils/Notification.js |
| core/js/utils/SimpleNotification.js | /app/core/static/core/js/utils/SimpleNotification.js |
| core/js/utils/Loader.js | /app/core/static/core/js/utils/Loader.js |
| core/js/utils/DOMUtils.js | /app/core/static/core/js/utils/DOMUtils.js |
| core/js/utils/shared-utilities.js | /app/core/static/core/js/utils/shared-utilities.js |
| core/js/utils/CommonUtils.js | /app/core/static/core/js/utils/CommonUtils.js |
| core/images/placeholder.jpg | /app/core/static/core/images/placeholder.jpg |
| core/images/favicon.ico | /app/core/static/core/images/favicon.ico |
| core/images/logo.png | /app/core/static/core/images/logo.png |
| core/images/favicon.png | /app/core/static/core/images/favicon.png |
| core/images/hero.mp4 | /app/core/static/core/images/hero.mp4 |
| core/images/backup/logo.png | /app/core/static/core/images/backup/logo.png |
| core/images/backup/favicon.png | /app/core/static/core/images/backup/favicon.png |
| core/images/optimized/favicon-optimized.webp | /app/core/static/core/images/optimized/favicon-optimized.webp |
| core/images/optimized/favicon-optimized.png | /app/core/static/core/images/optimized/favicon-optimized.png |
| core/images/optimized/logo-optimized.webp | /app/core/static/core/images/optimized/logo-optimized.webp |
| core/images/optimized/logo-optimized.png | /app/core/static/core/images/optimized/logo-optimized.png |
| core/images/optimized/favicons/favicon.ico | /app/core/static/core/images/optimized/favicons/favicon.ico |
| core/images/optimized/favicons/favicon-16x16.png | /app/core/static/core/images/optimized/favicons/favicon-16x16.png |
| core/images/optimized/favicons/favicon-48x48.png | /app/core/static/core/images/optimized/favicons/favicon-48x48.png |
| core/images/optimized/favicons/favicon-64x64.png | /app/core/static/core/images/optimized/favicons/favicon-64x64.png |
| core/images/optimized/favicons/favicon-32x32.png | /app/core/static/core/images/optimized/favicons/favicon-32x32.png |
| core/images/optimized/favicons/favicon-128x128.png | /app/core/static/core/images/optimized/favicons/favicon-128x128.png |
| core/images/optimized/favicons/favicon-256x256.png | /app/core/static/core/images/optimized/favicons/favicon-256x256.png |
| core/css/tailwind-components.css | /app/core/static/core/css/tailwind-components.css |
| core/css/styles.css | /app/core/static/core/css/styles.css |
| core/css/search.css | /app/core/static/core/css/search.css |
| core/css/vape-components.css | /app/core/static/core/css/vape-components.css |
| core/css/tailwind.css | /app/core/static/core/css/tailwind.css |
| core/css/tailwind.output.css | /app/core/static/core/css/tailwind.output.css |
| core/css/loader.css | /app/core/static/core/css/loader.css |
| core/css/product-detail.css | /app/core/static/core/css/product-detail.css |
| core/css/scroll-to-top.css | /app/core/static/core/css/scroll-to-top.css |
| core/css/lazy-animations.css | /app/core/static/core/css/lazy-animations.css |
| core/css/catalog.css | /app/core/static/core/css/catalog.css |
| core/css/critical.css | /app/core/static/core/css/critical.css |
| core/css/smart-filters.css | /app/core/static/core/css/smart-filters.css |
| core/css/shared-utilities.css | /app/core/static/core/css/shared-utilities.css |
| core/css/product-cards.css | /app/core/static/core/css/product-cards.css |
| core/css/pagination.css | /app/core/static/core/css/pagination.css |
| core/css/optimized/loader.simple.css | /app/core/static/core/css/optimized/loader.simple.css |
| core/css/optimized/loader.min.css | /app/core/static/core/css/optimized/loader.min.css |
| dist/style.min.css | /app/core/static/dist/style.min.css |
| dist/main.js | /app/core/static/dist/main.js |
| dist/critical/critical.css | /app/core/static/dist/critical/critical.css |
| debug_toolbar/js/redirect.js | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js |
| debug_toolbar/js/utils.js | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js |
| debug_toolbar/js/toolbar.js | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js |
| debug_toolbar/js/timer.js | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js |
| debug_toolbar/js/history.js | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/js/history.js |
| debug_toolbar/css/toolbar.css | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css |
| debug_toolbar/css/print.css | /usr/local/lib/python3.12/site-packages/debug_toolbar/static/debug_toolbar/css/print.css |
Нет
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ADVENTURE TIME - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ADVENTURE TIME - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ADVENTURE TIME - Клубничный мохито>, <ProductAttributeValue: ADVENTURE TIME - Виноград, яблоко>, <ProductAttributeValue: ADVENTURE TIME - Fruit-tella, черника, малина>, <ProductAttributeValue: ADVENTURE TIME - Малина, апельсин>, <ProductAttributeValue: ADVENTURE TIME - Ягодный энергетик>, <ProductAttributeValue: ADVENTURE TIME - Банан, клубника>, <ProductAttributeValue: ADVENTURE TIME - Скитлс, вишня, лайм>, <ProductAttributeValue: ADVENTURE TIME - Киви, маракуйя>, <ProductAttributeValue: ADVENTURE TIME - Лимонад, груша>, <ProductAttributeValue: ADVENTURE TIME - Манго, персик>])],
'product': <Product: ADVENTURE TIME>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - Ананасовый смузи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Апельсиновый фреш>, <ProductAttributeValue: ALFA VAPE & PODONKI - Арбуз, земляника>, <ProductAttributeValue: ALFA VAPE & PODONKI - Брусничный морс>, <ProductAttributeValue: ALFA VAPE & PODONKI - Виноград, смородина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Гранатовый смузи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Ежевичный лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Земляника, клубника>, <ProductAttributeValue: ALFA VAPE & PODONKI - Классический бабл гам>, <ProductAttributeValue: ALFA VAPE & PODONKI - Кока кола, чупа чупс>, <ProductAttributeValue: ALFA VAPE & PODONKI - Лесные ягоды>, <ProductAttributeValue: ALFA VAPE & PODONKI - Лимон, лайм>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, гранат>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, личи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, хвоя>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малиновый лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Манго, апельсин>, <ProductAttributeValue: ALFA VAPE & PODONKI - Манго, персик>, <ProductAttributeValue: ALFA VAPE & PODONKI - Коктейль, ежевика, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Морс, смородина, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Мятный виноград>, <ProductAttributeValue: ALFA VAPE & PODONKI - Персиковый лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Смузи, ежевика, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Сочный арбуз>, <ProductAttributeValue: ALFA VAPE & PODONKI - Тропические фрукты>, <ProductAttributeValue: ALFA VAPE & PODONKI - Холодная дыня>, <ProductAttributeValue: ALFA VAPE & PODONKI - Черника, виноград>, <ProductAttributeValue: ALFA VAPE & PODONKI - Черничная мятная жвачка>, <ProductAttributeValue: ALFA VAPE & PODONKI - Энергетик, манго>, <ProductAttributeValue: ALFA VAPE & PODONKI - Ягодный смузи>])],
'product': <Product: ALFA VAPE & PODONKI>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ANIMMA (60mg) - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ANIMMA (60mg) - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ANIMMA (60mg) - Киви, клубника>, <ProductAttributeValue: ANIMMA (60mg) - Мармеладные мишки>, <ProductAttributeValue: ANIMMA (60mg) - Вишня, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Манго, маракуйя>, <ProductAttributeValue: ANIMMA (60mg) - Смородина, виноград>, <ProductAttributeValue: ANIMMA (60mg) - Арбуз, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Энергетик, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Бабл гам>, <ProductAttributeValue: ANIMMA (60mg) - Ананас>, <ProductAttributeValue: ANIMMA (60mg) - Малина, лёд>])],
'product': <Product: ANIMMA (60mg)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ANIMMA LOVE - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ANIMMA LOVE - 35 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ANIMMA LOVE - Вишнёвый сок>, <ProductAttributeValue: ANIMMA LOVE - Дыня, черника>, <ProductAttributeValue: ANIMMA LOVE - Кислая вишня>, <ProductAttributeValue: ANIMMA LOVE - Кислые ягодные червячки>, <ProductAttributeValue: ANIMMA LOVE - Клубника, банан>, <ProductAttributeValue: ANIMMA LOVE - Клубника, киви>, <ProductAttributeValue: ANIMMA LOVE - Ледяной виноград>, <ProductAttributeValue: ANIMMA LOVE - Малиновый лимонад>, <ProductAttributeValue: ANIMMA LOVE - Морозные лесные ягоды>, <ProductAttributeValue: ANIMMA LOVE - Морозный ред булл>, <ProductAttributeValue: ANIMMA LOVE - Морс из диких ягод>, <ProductAttributeValue: ANIMMA LOVE - Мохито с клубникой>, <ProductAttributeValue: ANIMMA LOVE - Смородина, вишня, черника>, <ProductAttributeValue: ANIMMA LOVE - Смородиновый лимонад>, <ProductAttributeValue: ANIMMA LOVE - Сочный персик>, <ProductAttributeValue: ANIMMA LOVE - Черника, гранат>, <ProductAttributeValue: ANIMMA LOVE - Черника, ежевика>, <ProductAttributeValue: ANIMMA LOVE - Энергетик, малина>, <ProductAttributeValue: ANIMMA LOVE - Энергетик, ягоды>, <ProductAttributeValue: ANIMMA LOVE - Кислый скитлс>])],
'product': <Product: ANIMMA LOVE>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: Big Bottle Co - 120 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: Big Bottle Co - 6 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: Big Bottle Co - Cinnamon Cream>, <ProductAttributeValue: Big Bottle Co - Summer Drink>, <ProductAttributeValue: Big Bottle Co - Jelly Donut>, <ProductAttributeValue: Big Bottle Co - Blueberry Cake>, <ProductAttributeValue: Big Bottle Co - Pink Lemonade>])],
'product': <Product: Big Bottle Co>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BJORN PREM (35mg) - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BJORN PREM (35mg) - 35 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BJORN PREM (35mg) - Coca Cola>, <ProductAttributeValue: BJORN PREM (35mg) - Черника, малина>, <ProductAttributeValue: BJORN PREM (35mg) - Виноград>, <ProductAttributeValue: BJORN PREM (35mg) - Энергетик>, <ProductAttributeValue: BJORN PREM (35mg) - Клубника, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Лимон, мята>, <ProductAttributeValue: BJORN PREM (35mg) - Черника, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Ананас, кокос, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Маракуйя, апельсин>, <ProductAttributeValue: BJORN PREM (35mg) - Мандарин>, <ProductAttributeValue: BJORN PREM (35mg) - Личи, дыня>])],
'product': <Product: BJORN PREM (35mg)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BJORN ZLOY - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BJORN ZLOY - 55 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BJORN ZLOY - Кола>, <ProductAttributeValue: BJORN ZLOY - Апельсин>, <ProductAttributeValue: BJORN ZLOY - Виноград, алоэ>, <ProductAttributeValue: BJORN ZLOY - Виноград, вишня>, <ProductAttributeValue: BJORN ZLOY - Вишня>, <ProductAttributeValue: BJORN ZLOY - Дыня, ананас>, <ProductAttributeValue: BJORN ZLOY - Кислая маракуйя, лимон>, <ProductAttributeValue: BJORN ZLOY - Клубника, банан>, <ProductAttributeValue: BJORN ZLOY - Лесные ягоды>, <ProductAttributeValue: BJORN ZLOY - Манго, личи, персик>, <ProductAttributeValue: BJORN ZLOY - Персик, маракуйя>, <ProductAttributeValue: BJORN ZLOY - Смородина, черника, лимон>, <ProductAttributeValue: BJORN ZLOY - Арбузная жвачка>, <ProductAttributeValue: BJORN ZLOY - Грейпфрут с черешней>, <ProductAttributeValue: BJORN ZLOY - Дикая клубника>, <ProductAttributeValue: BJORN ZLOY - Киви, клубника>, <ProductAttributeValue: BJORN ZLOY - Кислая малина>, <ProductAttributeValue: BJORN ZLOY - Клубника, мороженое>, <ProductAttributeValue: BJORN ZLOY - Кокос, банан, дыня>, <ProductAttributeValue: BJORN ZLOY - Маракуйя, ананас>, <ProductAttributeValue: BJORN ZLOY - Мята, ментол>, <ProductAttributeValue: BJORN ZLOY - Skittles>, <ProductAttributeValue: BJORN ZLOY - Черника, апельсин>, <ProductAttributeValue: BJORN ZLOY - Энергетик, виноград>])],
'product': <Product: BJORN ZLOY>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BLOOD - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BLOOD - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BLOOD - Дыня>, <ProductAttributeValue: BLOOD - Банан, клубника>, <ProductAttributeValue: BLOOD - Банановый милашейк>, <ProductAttributeValue: BLOOD - Брусничный морс>, <ProductAttributeValue: BLOOD - Виноград, черника>, <ProductAttributeValue: BLOOD - Вишня, лайм>, <ProductAttributeValue: BLOOD - Классический бабл-гам>, <ProductAttributeValue: BLOOD - Клюквенный лимонад>, <ProductAttributeValue: BLOOD - Конфеты, смородина, мята>, <ProductAttributeValue: BLOOD - Лесные ягоды>, <ProductAttributeValue: BLOOD - Малина, гранат>, <ProductAttributeValue: BLOOD - Малиновый лимонад>, <ProductAttributeValue: BLOOD - Персиковый лимонад>, <ProductAttributeValue: BLOOD - Сладкий ананас>, <ProductAttributeValue: BLOOD - Сочная малина>, <ProductAttributeValue: BLOOD - Сочный лимон>, <ProductAttributeValue: BLOOD - Тропический микс>, <ProductAttributeValue: BLOOD - Черная смородина>, <ProductAttributeValue: BLOOD - Черника, малина>, <ProductAttributeValue: BLOOD - Черный виноград>])],
'product': <Product: BLOOD>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL - 20 мг>, <ProductAttributeValue: CATSWILL - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL - Алоэ, виноград>, <ProductAttributeValue: CATSWILL - Кислые яблочные червячки>, <ProductAttributeValue: CATSWILL - Ананас, лёд, виноград>, <ProductAttributeValue: CATSWILL - Кислый виноградный чупа-чупс>, <ProductAttributeValue: CATSWILL - Клубника, арбуз, жвачка>, <ProductAttributeValue: CATSWILL - Черника, лёд, ежевика>, <ProductAttributeValue: CATSWILL - Вишня, персик, мята>, <ProductAttributeValue: CATSWILL - Клубника, жвачка, банан>, <ProductAttributeValue: CATSWILL - Имбирный лимонад, малина>, <ProductAttributeValue: CATSWILL - Клубника, черника, фреш>, <ProductAttributeValue: CATSWILL - Йогурт, клубника, маракуйя>, <ProductAttributeValue: CATSWILL - Кислый скитлс>, <ProductAttributeValue: CATSWILL - Морозные ягоды>, <ProductAttributeValue: CATSWILL - Вишня, мята>, <ProductAttributeValue: CATSWILL - Кислая фруктовая жвачка>, <ProductAttributeValue: CATSWILL - Кислый малиновый скитлс>, <ProductAttributeValue: CATSWILL - Клубника, виноград, мята>, <ProductAttributeValue: CATSWILL - Лимонад, ежевика, сироп>, <ProductAttributeValue: CATSWILL - Лимонад, черника, лайм>, <ProductAttributeValue: CATSWILL - Малина, ежевика, лёд>, <ProductAttributeValue: CATSWILL - Мамба, кислое яблоко, киви>, <ProductAttributeValue: CATSWILL - Мамба, манго, апельсин>, <ProductAttributeValue: CATSWILL - Мятная жвачка>, <ProductAttributeValue: CATSWILL - Скитлс, виноград>, <ProductAttributeValue: CATSWILL - Черника, арбузная жвачка>, <ProductAttributeValue: CATSWILL - Кислые червячки, малина, черешня>, <ProductAttributeValue: CATSWILL - Виноград, мята>, <ProductAttributeValue: CATSWILL - Ананасовый сироп, виноград>, <ProductAttributeValue: CATSWILL - Киви, лёд, кислинка>, <ProductAttributeValue: CATSWILL - Клубника, киви>, <ProductAttributeValue: CATSWILL - Кислые вишнёвые леденцы>, <ProductAttributeValue: CATSWILL - Клубника, вишнёвая конфета>, <ProductAttributeValue: CATSWILL - Черничный лимонад, малина>, <ProductAttributeValue: CATSWILL - Чернично - клубничный фреш>])],
'product': <Product: CATSWILL>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & DOTA - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & DOTA - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & DOTA - Желейные мишки, ананас, банан>, <ProductAttributeValue: CATSWILL & DOTA - Грейпфрут, вишня, газировка>, <ProductAttributeValue: CATSWILL & DOTA - Skittles, спрайт>, <ProductAttributeValue: CATSWILL & DOTA - Газировка, вишня, черешня>, <ProductAttributeValue: CATSWILL & DOTA - Земляничный бабл гам>, <ProductAttributeValue: CATSWILL & DOTA - Зелёный чай, малина>, <ProductAttributeValue: CATSWILL & DOTA - Ананасовый леденец>, <ProductAttributeValue: CATSWILL & DOTA - Тик так, апельсин, ананас, вишня>, <ProductAttributeValue: CATSWILL & DOTA - Кислые малиновые червячки>, <ProductAttributeValue: CATSWILL & DOTA - Яблочный сидр>, <ProductAttributeValue: CATSWILL & DOTA - Яблоко, виноград, сок>, <ProductAttributeValue: CATSWILL & DOTA - Арбузный коктейль, ягоды>, <ProductAttributeValue: CATSWILL & DOTA - Манго, маракуйя, дыня>, <ProductAttributeValue: CATSWILL & DOTA - Малина, черника, мороженое>, <ProductAttributeValue: CATSWILL & DOTA - Клубника, виноград, газировка>])],
'product': <Product: CATSWILL & DOTA>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - Киви, лёд>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая вишня>, <ProductAttributeValue: CATSWILL & ICEBERG - Апельсин, арбуз>, <ProductAttributeValue: CATSWILL & ICEBERG - Вишнёвая кола>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый апельсин>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая клюква>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый швепс>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая морошка>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая клубника>, <ProductAttributeValue: CATSWILL & ICEBERG - Экзотический микс>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый черничный леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Черника, малиновый йогурт>, <ProductAttributeValue: CATSWILL & ICEBERG - Червячки, малина, черешня>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый лимон, леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Мармеладные ягоды>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая малина, газировка>, <ProductAttributeValue: CATSWILL & ICEBERG - Мамба, яблоко, киви>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая земляника>, <ProductAttributeValue: CATSWILL & ICEBERG - Газировка, виноград, клубника>, <ProductAttributeValue: CATSWILL & ICEBERG - Черничный лимонад, малина>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый лайм, грейпфрут>, <ProductAttributeValue: CATSWILL & ICEBERG - Клубника, вишня, лимон>, <ProductAttributeValue: CATSWILL & ICEBERG - Виноградный леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Арбуз, лайм, малина, лимонад>, <ProductAttributeValue: CATSWILL & ICEBERG - Ягодный коктейль>, <ProductAttributeValue: CATSWILL & ICEBERG - Яблоко, клубничный взрыв>, <ProductAttributeValue: CATSWILL & ICEBERG - Жвачка, энергетик>])],
'product': <Product: CATSWILL & ICEBERG>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - Морс, гранат, клубника>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Лимонные конфеты>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Ягоды, ежевика, черника, малина>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Клубничное мороженое>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Йогурт, черешня, банан>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Зелёное яблоко>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Лимонад, груша, лимон>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Жвачка, земляника, дыня>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Двойной манго>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Энергетик, red bull>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Эклипс, жвачка, вишня>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Конфеты скитлс>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Розовый лимонад, малина>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Ананас, манго, лимон>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Цитрус, личи, грейпфрут>])],
'product': <Product: CATSWILL & MALAYSIAN>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ADVENTURE TIME - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ADVENTURE TIME - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ADVENTURE TIME - Клубничный мохито>, <ProductAttributeValue: ADVENTURE TIME - Виноград, яблоко>, <ProductAttributeValue: ADVENTURE TIME - Fruit-tella, черника, малина>, <ProductAttributeValue: ADVENTURE TIME - Малина, апельсин>, <ProductAttributeValue: ADVENTURE TIME - Ягодный энергетик>, <ProductAttributeValue: ADVENTURE TIME - Банан, клубника>, <ProductAttributeValue: ADVENTURE TIME - Скитлс, вишня, лайм>, <ProductAttributeValue: ADVENTURE TIME - Киви, маракуйя>, <ProductAttributeValue: ADVENTURE TIME - Лимонад, груша>, <ProductAttributeValue: ADVENTURE TIME - Манго, персик>])],
'product': <Product: ADVENTURE TIME>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ALFA VAPE & PODONKI - Ананасовый смузи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Апельсиновый фреш>, <ProductAttributeValue: ALFA VAPE & PODONKI - Арбуз, земляника>, <ProductAttributeValue: ALFA VAPE & PODONKI - Брусничный морс>, <ProductAttributeValue: ALFA VAPE & PODONKI - Виноград, смородина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Гранатовый смузи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Ежевичный лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Земляника, клубника>, <ProductAttributeValue: ALFA VAPE & PODONKI - Классический бабл гам>, <ProductAttributeValue: ALFA VAPE & PODONKI - Кока кола, чупа чупс>, <ProductAttributeValue: ALFA VAPE & PODONKI - Лесные ягоды>, <ProductAttributeValue: ALFA VAPE & PODONKI - Лимон, лайм>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, гранат>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, личи>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малина, хвоя>, <ProductAttributeValue: ALFA VAPE & PODONKI - Малиновый лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Манго, апельсин>, <ProductAttributeValue: ALFA VAPE & PODONKI - Манго, персик>, <ProductAttributeValue: ALFA VAPE & PODONKI - Коктейль, ежевика, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Морс, смородина, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Мятный виноград>, <ProductAttributeValue: ALFA VAPE & PODONKI - Персиковый лимонад>, <ProductAttributeValue: ALFA VAPE & PODONKI - Смузи, ежевика, малина>, <ProductAttributeValue: ALFA VAPE & PODONKI - Сочный арбуз>, <ProductAttributeValue: ALFA VAPE & PODONKI - Тропические фрукты>, <ProductAttributeValue: ALFA VAPE & PODONKI - Холодная дыня>, <ProductAttributeValue: ALFA VAPE & PODONKI - Черника, виноград>, <ProductAttributeValue: ALFA VAPE & PODONKI - Черничная мятная жвачка>, <ProductAttributeValue: ALFA VAPE & PODONKI - Энергетик, манго>, <ProductAttributeValue: ALFA VAPE & PODONKI - Ягодный смузи>])],
'product': <Product: ALFA VAPE & PODONKI>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ANIMMA (60mg) - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ANIMMA (60mg) - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ANIMMA (60mg) - Киви, клубника>, <ProductAttributeValue: ANIMMA (60mg) - Мармеладные мишки>, <ProductAttributeValue: ANIMMA (60mg) - Вишня, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Манго, маракуйя>, <ProductAttributeValue: ANIMMA (60mg) - Смородина, виноград>, <ProductAttributeValue: ANIMMA (60mg) - Арбуз, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Энергетик, лёд>, <ProductAttributeValue: ANIMMA (60mg) - Бабл гам>, <ProductAttributeValue: ANIMMA (60mg) - Ананас>, <ProductAttributeValue: ANIMMA (60mg) - Малина, лёд>])],
'product': <Product: ANIMMA (60mg)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: ANIMMA LOVE - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: ANIMMA LOVE - 35 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: ANIMMA LOVE - Вишнёвый сок>, <ProductAttributeValue: ANIMMA LOVE - Дыня, черника>, <ProductAttributeValue: ANIMMA LOVE - Кислая вишня>, <ProductAttributeValue: ANIMMA LOVE - Кислые ягодные червячки>, <ProductAttributeValue: ANIMMA LOVE - Клубника, банан>, <ProductAttributeValue: ANIMMA LOVE - Клубника, киви>, <ProductAttributeValue: ANIMMA LOVE - Ледяной виноград>, <ProductAttributeValue: ANIMMA LOVE - Малиновый лимонад>, <ProductAttributeValue: ANIMMA LOVE - Морозные лесные ягоды>, <ProductAttributeValue: ANIMMA LOVE - Морозный ред булл>, <ProductAttributeValue: ANIMMA LOVE - Морс из диких ягод>, <ProductAttributeValue: ANIMMA LOVE - Мохито с клубникой>, <ProductAttributeValue: ANIMMA LOVE - Смородина, вишня, черника>, <ProductAttributeValue: ANIMMA LOVE - Смородиновый лимонад>, <ProductAttributeValue: ANIMMA LOVE - Сочный персик>, <ProductAttributeValue: ANIMMA LOVE - Черника, гранат>, <ProductAttributeValue: ANIMMA LOVE - Черника, ежевика>, <ProductAttributeValue: ANIMMA LOVE - Энергетик, малина>, <ProductAttributeValue: ANIMMA LOVE - Энергетик, ягоды>, <ProductAttributeValue: ANIMMA LOVE - Кислый скитлс>])],
'product': <Product: ANIMMA LOVE>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: Big Bottle Co - 120 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: Big Bottle Co - 6 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: Big Bottle Co - Cinnamon Cream>, <ProductAttributeValue: Big Bottle Co - Summer Drink>, <ProductAttributeValue: Big Bottle Co - Jelly Donut>, <ProductAttributeValue: Big Bottle Co - Blueberry Cake>, <ProductAttributeValue: Big Bottle Co - Pink Lemonade>])],
'product': <Product: Big Bottle Co>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BJORN PREM (35mg) - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BJORN PREM (35mg) - 35 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BJORN PREM (35mg) - Coca Cola>, <ProductAttributeValue: BJORN PREM (35mg) - Черника, малина>, <ProductAttributeValue: BJORN PREM (35mg) - Виноград>, <ProductAttributeValue: BJORN PREM (35mg) - Энергетик>, <ProductAttributeValue: BJORN PREM (35mg) - Клубника, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Лимон, мята>, <ProductAttributeValue: BJORN PREM (35mg) - Черника, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Ананас, кокос, лёд>, <ProductAttributeValue: BJORN PREM (35mg) - Маракуйя, апельсин>, <ProductAttributeValue: BJORN PREM (35mg) - Мандарин>, <ProductAttributeValue: BJORN PREM (35mg) - Личи, дыня>])],
'product': <Product: BJORN PREM (35mg)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BJORN ZLOY - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BJORN ZLOY - 55 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BJORN ZLOY - Кола>, <ProductAttributeValue: BJORN ZLOY - Апельсин>, <ProductAttributeValue: BJORN ZLOY - Виноград, алоэ>, <ProductAttributeValue: BJORN ZLOY - Виноград, вишня>, <ProductAttributeValue: BJORN ZLOY - Вишня>, <ProductAttributeValue: BJORN ZLOY - Дыня, ананас>, <ProductAttributeValue: BJORN ZLOY - Кислая маракуйя, лимон>, <ProductAttributeValue: BJORN ZLOY - Клубника, банан>, <ProductAttributeValue: BJORN ZLOY - Лесные ягоды>, <ProductAttributeValue: BJORN ZLOY - Манго, личи, персик>, <ProductAttributeValue: BJORN ZLOY - Персик, маракуйя>, <ProductAttributeValue: BJORN ZLOY - Смородина, черника, лимон>, <ProductAttributeValue: BJORN ZLOY - Арбузная жвачка>, <ProductAttributeValue: BJORN ZLOY - Грейпфрут с черешней>, <ProductAttributeValue: BJORN ZLOY - Дикая клубника>, <ProductAttributeValue: BJORN ZLOY - Киви, клубника>, <ProductAttributeValue: BJORN ZLOY - Кислая малина>, <ProductAttributeValue: BJORN ZLOY - Клубника, мороженое>, <ProductAttributeValue: BJORN ZLOY - Кокос, банан, дыня>, <ProductAttributeValue: BJORN ZLOY - Маракуйя, ананас>, <ProductAttributeValue: BJORN ZLOY - Мята, ментол>, <ProductAttributeValue: BJORN ZLOY - Skittles>, <ProductAttributeValue: BJORN ZLOY - Черника, апельсин>, <ProductAttributeValue: BJORN ZLOY - Энергетик, виноград>])],
'product': <Product: BJORN ZLOY>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: BLOOD - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: BLOOD - 60 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: BLOOD - Дыня>, <ProductAttributeValue: BLOOD - Банан, клубника>, <ProductAttributeValue: BLOOD - Банановый милашейк>, <ProductAttributeValue: BLOOD - Брусничный морс>, <ProductAttributeValue: BLOOD - Виноград, черника>, <ProductAttributeValue: BLOOD - Вишня, лайм>, <ProductAttributeValue: BLOOD - Классический бабл-гам>, <ProductAttributeValue: BLOOD - Клюквенный лимонад>, <ProductAttributeValue: BLOOD - Конфеты, смородина, мята>, <ProductAttributeValue: BLOOD - Лесные ягоды>, <ProductAttributeValue: BLOOD - Малина, гранат>, <ProductAttributeValue: BLOOD - Малиновый лимонад>, <ProductAttributeValue: BLOOD - Персиковый лимонад>, <ProductAttributeValue: BLOOD - Сладкий ананас>, <ProductAttributeValue: BLOOD - Сочная малина>, <ProductAttributeValue: BLOOD - Сочный лимон>, <ProductAttributeValue: BLOOD - Тропический микс>, <ProductAttributeValue: BLOOD - Черная смородина>, <ProductAttributeValue: BLOOD - Черника, малина>, <ProductAttributeValue: BLOOD - Черный виноград>])],
'product': <Product: BLOOD>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL - 20 мг>, <ProductAttributeValue: CATSWILL - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL - Алоэ, виноград>, <ProductAttributeValue: CATSWILL - Кислые яблочные червячки>, <ProductAttributeValue: CATSWILL - Ананас, лёд, виноград>, <ProductAttributeValue: CATSWILL - Кислый виноградный чупа-чупс>, <ProductAttributeValue: CATSWILL - Клубника, арбуз, жвачка>, <ProductAttributeValue: CATSWILL - Черника, лёд, ежевика>, <ProductAttributeValue: CATSWILL - Вишня, персик, мята>, <ProductAttributeValue: CATSWILL - Клубника, жвачка, банан>, <ProductAttributeValue: CATSWILL - Имбирный лимонад, малина>, <ProductAttributeValue: CATSWILL - Клубника, черника, фреш>, <ProductAttributeValue: CATSWILL - Йогурт, клубника, маракуйя>, <ProductAttributeValue: CATSWILL - Кислый скитлс>, <ProductAttributeValue: CATSWILL - Морозные ягоды>, <ProductAttributeValue: CATSWILL - Вишня, мята>, <ProductAttributeValue: CATSWILL - Кислая фруктовая жвачка>, <ProductAttributeValue: CATSWILL - Кислый малиновый скитлс>, <ProductAttributeValue: CATSWILL - Клубника, виноград, мята>, <ProductAttributeValue: CATSWILL - Лимонад, ежевика, сироп>, <ProductAttributeValue: CATSWILL - Лимонад, черника, лайм>, <ProductAttributeValue: CATSWILL - Малина, ежевика, лёд>, <ProductAttributeValue: CATSWILL - Мамба, кислое яблоко, киви>, <ProductAttributeValue: CATSWILL - Мамба, манго, апельсин>, <ProductAttributeValue: CATSWILL - Мятная жвачка>, <ProductAttributeValue: CATSWILL - Скитлс, виноград>, <ProductAttributeValue: CATSWILL - Черника, арбузная жвачка>, <ProductAttributeValue: CATSWILL - Кислые червячки, малина, черешня>, <ProductAttributeValue: CATSWILL - Виноград, мята>, <ProductAttributeValue: CATSWILL - Ананасовый сироп, виноград>, <ProductAttributeValue: CATSWILL - Киви, лёд, кислинка>, <ProductAttributeValue: CATSWILL - Клубника, киви>, <ProductAttributeValue: CATSWILL - Кислые вишнёвые леденцы>, <ProductAttributeValue: CATSWILL - Клубника, вишнёвая конфета>, <ProductAttributeValue: CATSWILL - Черничный лимонад, малина>, <ProductAttributeValue: CATSWILL - Чернично - клубничный фреш>])],
'product': <Product: CATSWILL>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & DOTA - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & DOTA - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & DOTA - Желейные мишки, ананас, банан>, <ProductAttributeValue: CATSWILL & DOTA - Грейпфрут, вишня, газировка>, <ProductAttributeValue: CATSWILL & DOTA - Skittles, спрайт>, <ProductAttributeValue: CATSWILL & DOTA - Газировка, вишня, черешня>, <ProductAttributeValue: CATSWILL & DOTA - Земляничный бабл гам>, <ProductAttributeValue: CATSWILL & DOTA - Зелёный чай, малина>, <ProductAttributeValue: CATSWILL & DOTA - Ананасовый леденец>, <ProductAttributeValue: CATSWILL & DOTA - Тик так, апельсин, ананас, вишня>, <ProductAttributeValue: CATSWILL & DOTA - Кислые малиновые червячки>, <ProductAttributeValue: CATSWILL & DOTA - Яблочный сидр>, <ProductAttributeValue: CATSWILL & DOTA - Яблоко, виноград, сок>, <ProductAttributeValue: CATSWILL & DOTA - Арбузный коктейль, ягоды>, <ProductAttributeValue: CATSWILL & DOTA - Манго, маракуйя, дыня>, <ProductAttributeValue: CATSWILL & DOTA - Малина, черника, мороженое>, <ProductAttributeValue: CATSWILL & DOTA - Клубника, виноград, газировка>])],
'product': <Product: CATSWILL & DOTA>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & ICEBERG - Киви, лёд>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая вишня>, <ProductAttributeValue: CATSWILL & ICEBERG - Апельсин, арбуз>, <ProductAttributeValue: CATSWILL & ICEBERG - Вишнёвая кола>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый апельсин>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая клюква>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый швепс>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая морошка>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая клубника>, <ProductAttributeValue: CATSWILL & ICEBERG - Экзотический микс>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый черничный леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Черника, малиновый йогурт>, <ProductAttributeValue: CATSWILL & ICEBERG - Червячки, малина, черешня>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый лимон, леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Мармеладные ягоды>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая малина, газировка>, <ProductAttributeValue: CATSWILL & ICEBERG - Мамба, яблоко, киви>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислая земляника>, <ProductAttributeValue: CATSWILL & ICEBERG - Газировка, виноград, клубника>, <ProductAttributeValue: CATSWILL & ICEBERG - Черничный лимонад, малина>, <ProductAttributeValue: CATSWILL & ICEBERG - Кислый лайм, грейпфрут>, <ProductAttributeValue: CATSWILL & ICEBERG - Клубника, вишня, лимон>, <ProductAttributeValue: CATSWILL & ICEBERG - Виноградный леденец>, <ProductAttributeValue: CATSWILL & ICEBERG - Арбуз, лайм, малина, лимонад>, <ProductAttributeValue: CATSWILL & ICEBERG - Ягодный коктейль>, <ProductAttributeValue: CATSWILL & ICEBERG - Яблоко, клубничный взрыв>, <ProductAttributeValue: CATSWILL & ICEBERG - Жвачка, энергетик>])],
'product': <Product: CATSWILL & ICEBERG>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'csrf_token': '<SimpleLazyObject: <function csrf.<locals>._get_val at '
'0x7078628a74c0>>',
'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>,
'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>),
'request': '<<request>>',
'user': '<SimpleLazyObject: <function '
'AuthenticationMiddleware.process_request.<locals>.<lambda> at '
'0x707863b6c9a0>>'}
{'attribute_filters': {},
'available_attributes': {<AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>,
<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>,
<AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>,
<AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>,
<AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>},
'available_products_count': 218,
'categories': '<<queryset of core.Category>>',
'current_page': 1,
'end_index': 12,
'filtered_products_count': 126,
'has_new_products': True,
'has_next': True,
'has_previous': False,
'has_sale_products': True,
'hierarchical_categories': [{'category': <Category: Жидкости>,
'has_children': True,
'level': 0,
'products_count': 140},
{'category': <Category: Жидкости > Солевые жидкости>,
'has_children': False,
'level': 1,
'products_count': 129},
{'category': <Category: Жидкости > Щелочные жидкости>,
'has_children': False,
'level': 1,
'products_count': 11},
{'category': <Category: Расходники>,
'has_children': True,
'level': 0,
'products_count': 20},
{'category': <Category: Расходники > АКБ>,
'has_children': False,
'level': 1,
'products_count': 1},
{'category': <Category: Расходники > ИСПАРИТЕЛИ>,
'has_children': False,
'level': 1,
'products_count': 7},
{'category': <Category: Расходники > КАРТРИДЖИ>,
'has_children': False,
'level': 1,
'products_count': 12},
{'category': <Category: Снюс>,
'has_children': False,
'level': 0,
'products_count': 40},
{'category': <Category: Уголь для кальяна>,
'has_children': False,
'level': 0,
'products_count': 3},
{'category': <Category: Устройства>,
'has_children': True,
'level': 0,
'products_count': 33},
{'category': <Category: Устройства > Ингаляторы>,
'has_children': False,
'level': 1,
'products_count': 2},
{'category': <Category: Устройства > Одноразки>,
'has_children': False,
'level': 1,
'products_count': 22},
{'category': <Category: Устройства > Поды>,
'has_children': False,
'level': 1,
'products_count': 9}],
'in_stock': False,
'is_first_page': True,
'is_last_page': False,
'is_new': False,
'is_sale': False,
'items_on_page': 12,
'manufacturers': '<<queryset of core.Manufacturer>>',
'new_products_count': 7,
'next_page': 2,
'page_obj': <Page 1 of 11>,
'page_range': [1, 2, 3, 4, 5],
'pagination': {'current_page': 1,
'end_index': 12,
'has_next': True,
'has_previous': False,
'is_first_page': True,
'is_last_page': False,
'items_on_page': 12,
'next_page': 2,
'page_range': [1, 2, 3, 4, 5],
'per_page': 12,
'previous_page': None,
'progress_percentage': 9.1,
'start_index': 1,
'total_items': 126,
'total_pages': 11},
'per_page': 12,
'previous_page': None,
'products': <Page 1 of 11>,
'progress_percentage': 9.1,
'sale_products_count': 10,
'selected_categories': [174],
'selected_manufacturers': [],
'selected_price_max': None,
'selected_price_min': None,
'sort': 'name',
'start_index': 1,
'total_items': 126,
'total_pages': 11,
'total_products_count': 218}
{'block': <Block Node: content. Contents: [<TextNode: '\n<!-- Products Catalog Se'>, <URLNode view_name=''core:product_list'' args=[] kwargs={} as=None>, <TextNode: '" class="hover:text-accen'>, <Variable Node: categories|length|add:1>, <TextNode: ' категори'>, <Variable Node: categories|length|add:1|pluralize:"й,и,й">, <TextNode: '\n </span>\n'>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '"\n cla'>, <IfNode>, <TextNode: '">\n <i'>, <ForNode: for cat in categories, tail_len: 7>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </di'>, <IfNode>, <TextNode: '>\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n '>, <URLNode view_name=''core:catalog'' args=[] kwargs={} as=None>, <TextNode: '" class="text-accent-smok'>, <Variable Node: sort|default:'name'>, <TextNode: '">\n </'>, <Variable Node: total_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <Variable Node: filtered_products_count>, <TextNode: '</span>\n '>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '>По названию</option>\n '>, <IfNode>, <TextNode: '>Сначала дешевле\n '>, <IfNode>, <TextNode: '>Сначала дороже\n '>, <IfNode>, <TextNode: '>Сначала новые</option>\n '>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <ForNode: for product in products, tail_len: 3>, <TextNode: '\n </div>\n\n'>, <IfNode>, <TextNode: '\n </div>\n '>]>}
{'forloop': {'counter': 12,
'counter0': 11,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0},
'product': <Product: CATSWILL & MALAYSIAN>}
{'attribute_groups': [GroupedResult(grouper=<AttributeType: Объём>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - 30 мл>]),
GroupedResult(grouper=<AttributeType: Крепость>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - 50 мг>]),
GroupedResult(grouper=<AttributeType: Вкус>, list=[<ProductAttributeValue: CATSWILL & MALAYSIAN - Морс, гранат, клубника>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Лимонные конфеты>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Ягоды, ежевика, черника, малина>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Клубничное мороженое>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Йогурт, черешня, банан>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Зелёное яблоко>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Лимонад, груша, лимон>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Жвачка, земляника, дыня>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Двойной манго>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Энергетик, red bull>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Эклипс, жвачка, вишня>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Конфеты скитлс>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Розовый лимонад, малина>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Ананас, манго, лимон>, <ProductAttributeValue: CATSWILL & MALAYSIAN - Цитрус, личи, грейпфрут>])],
'product': <Product: CATSWILL & MALAYSIAN>}
{'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x7078628a74c0>>}
{}
{'request': <WSGIRequest: GET '/catalog/?categories=174'>}
{'user': <SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>, 'perms': PermWrapper(<SimpleLazyObject: <function AuthenticationMiddleware.process_request.<locals>.<lambda> at 0x707863b6c9a0>>)}
{'messages': <FallbackStorage: request=<WSGIRequest: GET '/catalog/?categories=174'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
| Всего вызовов | Общее время | Cache хитов | Промахи кэша |
|---|---|---|---|
| 5 | 228,71125815436244 ms | 0 | 2 |
| add | get | set | get_or_set | touch | delete | clear | get_many | set_many | delete_many | has_key | incr | decr | incr_version | decr_version |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 2 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Время (мс) | Тип | Аргументы | Именованные аргументы | Бэкенд | |
|---|---|---|---|---|---|
| 0,0357 | get | ('views.decorators.cache.cache_header.vape_shop_page.01cc41f0a8a03bc07ee4bb951fac49fa.ru.Europe/Minsk',) | {} | <django.core.cache.backends.locmem.LocMemCache object at 0x707863f08ad0> | |
/usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /usr/local/lib/python3.12/site-packages/django/middleware/cache.py in process_request(161) cache_key = get_cache_key(request, self.key_prefix, "GET", cache=self.cache) /usr/local/lib/python3.12/site-packages/django/utils/cache.py in get_cache_key(392) headerlist = cache.get(cache_key) |
|||||
| 0,0305 | get | ('vape_shop:attribute_values:5e71cda1',) | {} | <django.core.cache.backends.locmem.LocMemCache object at 0x707863f08ad0> | |
/usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(173) cached_result = CacheService.get_cached_attribute_values(base_queryset, filters) /app/core/services/cache_service.py in get_cached_attribute_values(151) cached_data = cache.get(cache_key) |
|||||
| 228,1769 | set | ('vape_shop:attribute_values:5e71cda1', {<AttributeType: Затяжки>: <QuerySet [<AttributeValue: 1000>, <AttributeValue: 4000>, <AttributeValue: 4500>, <AttributeValue: 5000>, <AttributeValue: 5500>, <AttributeValue: 6000>, <AttributeValue: 6900>, <AttributeValue: 7000>, <AttributeValue: 8000>, <AttributeValue: 12000>, <AttributeValue: 15000>, <AttributeValue: 16000>, <AttributeValue: 18000>, <AttributeValue: 20000>, <AttributeValue: 100000>]>, <AttributeType: Цвет>: <QuerySet [<AttributeValue: Black>, <AttributeValue: camo red>, <AttributeValue: glitter gold>, <AttributeValue: Golden brown>, <AttributeValue: Kong>, <AttributeValue: Midnight Gold>, <AttributeValue: Pink city>, <AttributeValue: Space gray>, <AttributeValue: blue>, <AttributeValue: Camo star>, <AttributeValue: camo yellow>, <AttributeValue: Dawn blue>, <AttributeValue: glitter blue>, <AttributeValue: Graphite black>, <AttributeValue: Icy silver>, <AttributeValue: Midnight Red>, <AttributeValue: Shiny green>, <AttributeValue: glitter pink>, <AttributeValue: green>, <AttributeValue: Havy blue>, '...(remaining elements truncated)...']>, <AttributeType: Объём>: <QuerySet [<AttributeValue: 5 мл>, <AttributeValue: 10 мл>, <AttributeValue: 30 мл>, <AttributeValue: 60 мл>, <AttributeValue: 100 мл>, <AttributeValue: 120 мл>]>, <AttributeType: Крепость>: <QuerySet [<AttributeValue: 249 мг>, <AttributeValue: 0 мг>, <AttributeValue: 0 + никобустер мг>, <AttributeValue: 3 мг>, <AttributeValue: 6 мг>, <AttributeValue: 15 мг>, <AttributeValue: 16 мг>, <AttributeValue: 20 мг>, <AttributeValue: 25 мг>, <AttributeValue: 30 мг>, <AttributeValue: 35 мг>, <AttributeValue: 45 мг>, <AttributeValue: 50 мг>, <AttributeValue: 55 мг>, <AttributeValue: 60 мг>, <AttributeValue: 65 мг>, <AttributeValue: 70 мг>, <AttributeValue: 75 мг>, <AttributeValue: 80 мг>, <AttributeValue: 100 мг>, '...(remaining elements truncated)...']>, <AttributeType: Вкус>: <QuerySet [<AttributeValue: ADRENALINE>, <AttributeValue: CLASSIC (перечная мята)>, <AttributeValue: Draco>, <AttributeValue: EPIC - виноград, мята>, <AttributeValue: FATALITY (свежая мята)>, <AttributeValue: Humble Crumble>, <AttributeValue: LACK>, <AttributeValue: RUSH (гуарана)>, <AttributeValue: Ананас, вишня>, <AttributeValue: Ананас, кокос>, <AttributeValue: Ананас, манго, персик>, <AttributeValue: Ананас, черника>, <AttributeValue: Ананас, яблоко>, <AttributeValue: Апельсиновая шипучка>, <AttributeValue: Апельсин, смородина, вишня>, <AttributeValue: Арбуз>, <AttributeValue: Арбуз, жвачка>, <AttributeValue: Арбуз, жвачка, мята>, <AttributeValue: Арбуз, лимон>, <AttributeValue: Банановое молоко>, '...(remaining elements truncated)...']>}, 300) | {} | <django.core.cache.backends.locmem.LocMemCache object at 0x707863f08ad0> | |
/usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /app/core/middleware.py in __call__(27) response = self.get_response(request) /app/core/views.py in catalog_view(363) products_queryset, metadata = ProductService.get_filtered_products(filters) /app/core/services/product_service.py in get_filtered_products(45) 'available_attributes': FilterService.get_available_attribute_values(base_queryset, filters), /app/core/services/filter_service.py in get_available_attribute_values(211) CacheService.set_cached_attribute_values(base_queryset, filters, available_attributes) /app/core/services/cache_service.py in set_cached_attribute_values(175) cache.set(cache_key, values, cls.CACHE_TIMEOUTS['attribute_values']) |
|||||
| 0,0343 | set | ('views.decorators.cache.cache_header.vape_shop_page.01cc41f0a8a03bc07ee4bb951fac49fa.ru.Europe/Minsk', ['HTTP_COOKIE'], 600) | {} | <django.core.cache.backends.locmem.LocMemCache object at 0x707863f08ad0> | |
/usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /usr/local/lib/python3.12/site-packages/django/middleware/cache.py in process_response(121) cache_key = learn_cache_key( /usr/local/lib/python3.12/site-packages/django/utils/cache.py in learn_cache_key(431) cache.set(cache_key, headerlist, cache_timeout) |
|||||
| 0,4338 | set | ('views.decorators.cache.cache_page.vape_shop_page.GET.01cc41f0a8a03bc07ee4bb951fac49fa.d41d8cd98f00b204e9800998ecf8427e.ru.Europe/Minsk', <HttpResponse status_code=200, "text/html; charset=utf-8">, 600) | {} | <django.core.cache.backends.locmem.LocMemCache object at 0x707863f08ad0> | |
/usr/local/bin/gunicorn in <module>(6) sys.exit(run()) /usr/local/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py in run(67) WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]", prog=prog).run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(236) super().run() /usr/local/lib/python3.12/site-packages/gunicorn/app/base.py in run(72) Arbiter(self).run() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in run(202) self.manage_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in manage_workers(571) self.spawn_workers() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_workers(642) self.spawn_worker() /usr/local/lib/python3.12/site-packages/gunicorn/arbiter.py in spawn_worker(609) worker.init_process() /usr/local/lib/python3.12/site-packages/gunicorn/workers/base.py in init_process(142) self.run() /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run(126) self.run_for_one(timeout) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in run_for_one(70) self.accept(listener) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in accept(32) self.handle(listener, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle(135) self.handle_request(listener, req, client, addr) /usr/local/lib/python3.12/site-packages/gunicorn/workers/sync.py in handle_request(178) respiter = self.wsgi(environ, resp.start_response) /app/core/middleware.py in __call__(93) return self.get_response(request) /usr/local/lib/python3.12/site-packages/whitenoise/middleware.py in __call__(124) return self.get_response(request) /usr/local/lib/python3.12/site-packages/django/middleware/cache.py in process_response(129) self.cache.set(cache_key, response, timeout) |
|||||
| Сигнал | Получатели сигнала |
|---|---|
| class_prepared | |
| connection_created | |
| got_request_exception | |
| m2m_changed | |
| post_delete | clear_page_cache_on_blogpost_change |
| post_init | |
| post_migrate | create_permissions, create_contenttypes |
| post_save | setup_default_attributes, clear_page_cache_on_blogpost_change |
| pre_delete | |
| pre_init | |
| pre_migrate | inject_rename_contenttypes_operations |
| pre_save | |
| 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, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, form_renderer_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, Options.setting_changed, update_level_tags, clear_caches, StaticFilesStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, CompressorFileStorage._clear_cached_properties |