Installation paths relative to:
/usr/local/lib/python3.10/site-packages
| Package | Version | Installed Path |
|---|---|---|
| alembic | 1.13.0 | |
| alipay-sdk-python | 3.6.833 | |
| arrow | 1.3.0 | |
| async-timeout | 5.0.1 | |
| autocommand | 2.2.2 | setuptools/_vendor |
| Babel | 2.14.0 | |
| backports.tarfile | 1.2.0 | setuptools/_vendor |
| bcrypt | 4.1.2 | |
| blinker | 1.7.0 | |
| Bootstrap-Flask | 2.3.3 | |
| certifi | 2023.11.17 | |
| click | 8.1.7 | |
| elastic-transport | 8.11.0 | |
| elasticsearch | 8.11.1 | |
| elasticsearch-dsl | 8.11.0 | |
| exceptiongroup | 1.3.1 | |
| Faker | 21.0.0 | |
| flask | 3.0.0 | |
| flask-babel | 4.0.0 | |
| Flask-Bcrypt | 1.0.1 | |
| Flask-DebugToolbar | 0.14.1 | |
| Flask-Login | 0.6.3 | |
| Flask-Migrate | 4.0.5 | |
| flask-sqlalchemy | 3.1.1 | |
| flask-wtf | 1.2.1 | |
| greenlet | 3.0.2 | |
| importlib-metadata | 8.0.0 | setuptools/_vendor |
| inflect | 7.3.1 | setuptools/_vendor |
| iniconfig | 2.0.0 | |
| itsdangerous | 2.1.2 | |
| jaraco.collections | 5.1.0 | setuptools/_vendor |
| jaraco.context | 5.3.0 | setuptools/_vendor |
| jaraco.functools | 4.0.1 | setuptools/_vendor |
| jaraco.text | 3.12.1 | setuptools/_vendor |
| Jinja2 | 3.1.2 | |
| libgravatar | 1.0.4 | |
| Mako | 1.3.0 | |
| MarkupSafe | 2.1.3 | |
| more-itertools | 10.3.0 | setuptools/_vendor |
| packaging | 23.2 | |
| phonenumbers | 8.13.26 | |
| pip | 23.0.1 | |
| platformdirs | 4.2.2 | setuptools/_vendor |
| pluggy | 1.3.0 | |
| pyasn1 | 0.5.1 | |
| pycryptodome | 3.19.0 | |
| PyMySQL | 1.1.0 | |
| pytest | 7.4.3 | |
| python-dateutil | 2.8.2 | |
| python-dotenv | 1.0.0 | |
| pytz | 2023.3.post1 | |
| redis | 5.0.1 | |
| rsa | 4.9 | |
| setuptools | 79.0.1 | |
| six | 1.16.0 | |
| SQLAlchemy | 2.0.23 | |
| tomli | 2.4.0 | |
| typeguard | 4.3.0 | setuptools/_vendor |
| types-python-dateutil | 2.8.19.14 | |
| typing-extensions | 4.9.0 | |
| urllib3 | 2.1.0 | |
| werkzeug | 3.0.1 | |
| wheel | 0.45.1 | |
| wtforms | 3.1.1 | |
| zipp | 3.19.2 | setuptools/_vendor |
| Resource | Value |
|---|---|
| User CPU time | 114.850 msec |
| System CPU time | 8.864 msec |
| Total CPU time | 123.714 msec |
| Elapsed time | 150.605 msec |
| Context switches | 211 voluntary, 2 involuntary |
| Key | Value |
|---|---|
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_CONNECTION | upgrade |
| HTTP_HOST | 172.17.0.1:5000 |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| QUERY_STRING | page=1 |
| REMOTE_ADDR | 172.18.0.1 |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | 0.0.0.0 |
| SERVER_PORT | 5000 |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_SOFTWARE | Werkzeug/3.0.1 |
| View Function | args | kwargs |
|---|---|---|
| flaskshop.product.views.show_category | [] | id=3 |
| Variable | Value |
|---|
| Variable | Value |
|---|---|
| 'csrf_token' | '829707a53458cfa297e54023a815bdf381a3c062' |
| Variable | Value |
|---|---|
| 'page' | '1' |
| Variable | Value |
|---|
| Key | Value |
|---|---|
| APP_DIR | PosixPath('/app/flaskshop') |
| APPLICATION_ROOT | '/' |
| BABEL_CURRENCY | 'USD' |
| BABEL_DEFAULT_LOCALE | 'en_US' |
| BABEL_DEFAULT_TIMEZONE | 'UTC' |
| BABEL_TRANSLATION_DIRECTORIES | '../translations' |
| BCRYPT_LOG_ROUNDS | 13 |
| BOOTSTRAP_BOOTSWATCH_THEME | None |
| BOOTSTRAP_BTN_SIZE | 'md' |
| BOOTSTRAP_BTN_STYLE | 'primary' |
| BOOTSTRAP_FORM_GROUP_CLASSES | 'mb-3' |
| BOOTSTRAP_FORM_INLINE_CLASSES | 'row row-cols-lg-auto g-3 align-items-center' |
| BOOTSTRAP_ICON_COLOR | None |
| BOOTSTRAP_ICON_SIZE | '1em' |
| BOOTSTRAP_MSG_CATEGORY | 'primary' |
| BOOTSTRAP_SERVE_LOCAL | False |
| BOOTSTRAP_TABLE_DELETE_TITLE | 'Delete' |
| BOOTSTRAP_TABLE_EDIT_TITLE | 'Edit' |
| BOOTSTRAP_TABLE_NEW_TITLE | 'New' |
| BOOTSTRAP_TABLE_VIEW_TITLE | 'View' |
| DASHBOARD_TEMPLATE_FOLDER | PosixPath('/app/flaskshop/templates/dashboard') |
| DATABASE_QUERY_TIMEOUT | 0.1 |
| DEBUG | True |
| DEBUG_TB_ENABLED | True |
| DEBUG_TB_HOSTS | () |
| DEBUG_TB_INTERCEPT_REDIRECTS | False |
| DEBUG_TB_PANELS | ('flask_debugtoolbar.panels.versions.VersionDebugPanel', 'flask_debugtoolbar.panels.timer.TimerDebugPanel', 'flask_debugtoolbar.panels.headers.HeaderDebugPanel', 'flask_debugtoolbar.panels.request_vars.RequestVarsDebugPanel', 'flask_debugtoolbar.panels.config_vars.ConfigVarsDebugPanel', 'flask_debugtoolbar.panels.template.TemplateDebugPanel', 'flask_debugtoolbar.panels.sqlalchemy.SQLAlchemyDebugPanel', 'flask_debugtoolbar.panels.logger.LoggingPanel', 'flask_debugtoolbar.panels.route_list.RouteListDebugPanel', 'flask_debugtoolbar.panels.profiler.ProfilerDebugPanel', 'flask_debugtoolbar.panels.g.GDebugPanel') |
| ENV | 'dev' |
| ES_HOSTS | ['http://elasticsearch:9200'] |
| EXPLAIN_TEMPLATE_LOADING | False |
| FLASK_DEBUG | True |
| GA_MEASUREMENT_ID | '' |
| LANGUAGES | {'en': 'English', 'bg': 'Български'} |
| MAIL_PASSWORD | '' |
| MAIL_PORT | 25 |
| MAIL_SERVER | 'localhost' |
| MAIL_TLS | False |
| MAIL_USERNAME | '' |
| MAX_CONTENT_LENGTH | None |
| MAX_COOKIE_SIZE | 4093 |
| MESSAGE_QUOTA | 10 |
| PERMANENT_SESSION_LIFETIME | datetime.timedelta(days=31) |
| PREFERRED_URL_SCHEME | 'http' |
| PROJECT_ROOT | PosixPath('/app') |
| PROPAGATE_EXCEPTIONS | None |
| PURCHASE_URI | '' |
| REDIS_URL | 'redis://redis:6379' |
| SECRET_KEY | 'thisisashop' |
| SEND_FILE_MAX_AGE_DEFAULT | None |
| SERVER_NAME | None |
| SESSION_COOKIE_DOMAIN | None |
| SESSION_COOKIE_HTTPONLY | True |
| SESSION_COOKIE_NAME | 'session' |
| SESSION_COOKIE_PATH | None |
| SESSION_COOKIE_SAMESITE | None |
| SESSION_COOKIE_SECURE | False |
| SESSION_REFRESH_EACH_REQUEST | True |
| SQLALCHEMY_BINDS | {} |
| SQLALCHEMY_DATABASE_URI | 'mysql+pymysql://root:root@db:3306/flaskshop?charset=utf8mb4' |
| SQLALCHEMY_ECHO | False |
| SQLALCHEMY_ENGINE_OPTIONS | {} |
| SQLALCHEMY_RECORD_QUERIES | True |
| SQLALCHEMY_TRACK_MODIFICATIONS | False |
| STATIC_DIR | PosixPath('/app/flaskshop/static') |
| TEMPLATES_AUTO_RELOAD | None |
| TESTING | False |
| TRAP_BAD_REQUEST_ERRORS | None |
| TRAP_HTTP_EXCEPTIONS | False |
| UPLOAD_DIR | PosixPath('/app/flaskshop/static/upload') |
| UPLOAD_FOLDER | 'static/placeholders' |
| USE_ES | '1' |
| USE_REDIS | False |
| USE_X_SENDFILE | False |
| WTF_CSRF_CHECK_DEFAULT | True |
| WTF_CSRF_ENABLED | True |
| WTF_CSRF_FIELD_NAME | 'csrf_token' |
| WTF_CSRF_HEADERS | ['X-CSRFToken', 'X-CSRF-Token'] |
| WTF_CSRF_METHODS | {'POST', 'DELETE', 'PATCH', 'PUT'} |
| WTF_CSRF_SSL_STRICT | True |
| WTF_CSRF_TIME_LIMIT | 3600 |
| Variable | Value |
|---|---|
| attr_filter | {<ProductAttribute id:3>, <ProductAttribute id:4>, <ProductAttribute id:5>} |
| bottom_menu | [<MenuItem id:7>, <MenuItem id:10>] |
| clear_filter | True |
| csrf_token | <function generate_csrf at 0x7f2015778ca0> |
| current_user | <flask_login.mixins.AnonymousUserMixin object at 0x7f1fbce2af20> |
| current_user_cart | None |
| default_attr | {} |
| g | <flask.g of 'flaskshop'> |
| is_descending | False |
| now_sorted_by | 'title' |
| object | <Category id:3> |
| pagination | <flask_sqlalchemy.pagination.QueryPagination object at 0x7f1fbce2afe0> |
| price_from | '' |
| price_to | '' |
| products | [<Product id:21>, <Product id:22>, <Product id:23>, <Product id:24>, <Product id:25>, <Product id:26>, <Product id:27>, <Product id:28>, <Product id:29>, <Product id:30>, <Product id:31>, <Product id:32>, <Product id:33>, <Product id:34>, <Product id:35>, <Product id:36>] |
| request | <Request 'http://172.17.0.1:5000/products/category/3?page=1' [GET]> |
| session | <SecureCookieSession {'csrf_token': '829707a53458cfa297e54023a815bdf381a3c062'}> |
| settings | {'project_title': <Setting project_title>, 'project_subtitle': <Setting project_subtitle>, 'project_copyright': <Setting project_copyright>} |
| sort_by_choices | {'title': 'title', 'basic_price': 'price'} |
| top_menu | [<MenuItem id:1>, <MenuItem id:2>, <MenuItem id:3>, <MenuItem id:6>] |
| (ms) | Action | Context | Query |
|---|---|---|---|
| 0.6126 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3977 |
SELECT EXPLAIN |
./product/models.py:237 (children) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.parent_id = %(parent_id_1)s
|
| 0.3831 |
SELECT EXPLAIN |
./product/models.py:237 (children) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.parent_id = %(parent_id_1)s
|
| 1.1368 |
SELECT EXPLAIN |
./product/models.py:232 (products) |
SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at
FROM product_product
WHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s)
|
| 0.3474 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2872 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3375 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3279 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2872 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3409 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3350 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2666 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3535 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3477 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2650 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3420 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3600 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2675 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3307 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3348 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2529 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3620 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3354 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2614 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3355 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3391 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2610 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3283 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3460 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2792 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3297 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3259 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2917 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3597 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3321 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2712 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3554 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3237 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2716 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3426 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3523 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2781 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3499 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3556 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2704 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3429 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3547 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2586 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3738 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3469 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2620 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3426 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3333 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2697 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3461 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3339 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2632 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3312 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3301 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2966 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.4299 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.3310 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at
FROM product_type
WHERE product_type.id = %(pk_1)s
|
| 0.2830 |
SELECT EXPLAIN |
./product/models.py:322 (product_attributes_ids) |
SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id
FROM product_type_attribute
WHERE product_type_attribute.product_type_id = %(product_type_id_1)s
|
| 0.3389 |
SELECT EXPLAIN |
./product/models.py:330 (product_attributes) |
SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at
FROM product_attribute
WHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)
|
| 0.9510 |
SELECT EXPLAIN |
./product/models.py:257 (get_product_by_category) |
SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at
FROM product_product
WHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s)
LIMIT %(param_1)s, %(param_2)s
|
| 0.3442 |
SELECT EXPLAIN |
./product/models.py:257 (get_product_by_category) |
SELECT count(*) AS count_1
FROM (SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at
FROM product_product
WHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s)) AS anon_1
|
| 0.5224 |
SELECT EXPLAIN |
./utils.py:63 (inject_menus) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.position = %(position_1)s AND public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4952 |
SELECT EXPLAIN |
./utils.py:69 (inject_menus) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.position = %(position_1)s AND public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4022 |
SELECT EXPLAIN |
./utils.py:77 (inject_site_setting) |
SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at
FROM management_setting
WHERE management_setting.`key` = %(key_1)s
LIMIT %(param_1)s
|
| 0.3726 |
SELECT EXPLAIN |
./utils.py:77 (inject_site_setting) |
SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at
FROM management_setting
WHERE management_setting.`key` = %(key_1)s
LIMIT %(param_1)s
|
| 0.4034 |
SELECT EXPLAIN |
./utils.py:77 (inject_site_setting) |
SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at
FROM management_setting
WHERE management_setting.`key` = %(key_1)s
LIMIT %(param_1)s
|
| 0.4351 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4042 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4497 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4263 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.3917 |
SELECT EXPLAIN |
./product/models.py:237 (children) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.parent_id = %(parent_id_1)s
|
| 0.3655 |
SELECT EXPLAIN |
./product/models.py:456 (values) |
SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at
FROM product_attribute_value
WHERE product_attribute_value.attribute_id = %(attribute_id_1)s
|
| 0.3585 |
SELECT EXPLAIN |
./product/models.py:456 (values) |
SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at
FROM product_attribute_value
WHERE product_attribute_value.attribute_id = %(attribute_id_1)s
|
| 0.3695 |
SELECT EXPLAIN |
./product/models.py:456 (values) |
SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at
FROM product_attribute_value
WHERE product_attribute_value.attribute_id = %(attribute_id_1)s
|
| 0.4102 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3911 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3393 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.4040 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3198 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3413 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.4939 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3289 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.4069 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3885 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3194 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3434 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.2933 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3214 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3487 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.2974 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3872 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3815 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3030 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3425 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3011 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3014 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3464 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3080 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3914 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.4513 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3420 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.4038 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3319 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3044 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3653 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3262 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3921 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3985 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3158 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3368 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3189 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3404 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3452 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3114 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3887 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3801 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3587 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3712 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3160 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3093 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3468 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3424 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3864 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3804 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3343 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3657 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.3405 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3408 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.3291 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3739 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.4252 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3868 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3359 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3582 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.3482 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3295 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.3418 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3269 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at
FROM discount_sale
WHERE discount_sale.id = %(pk_1)s
|
| 0.3644 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.5148 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3233 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3352 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.2950 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.2927 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3424 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3590 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.4785 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3781 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3096 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3481 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3069 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3267 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3600 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.2972 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3826 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3754 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3143 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3561 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3025 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3031 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3665 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3034 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.4925 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3901 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3000 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3287 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3090 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3106 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3463 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3407 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3897 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3767 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3230 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3410 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3041 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3413 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3417 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3385 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3896 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3825 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3049 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3330 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3229 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3534 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.4271 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.4197 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3974 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3911 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3194 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3336 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3052 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3594 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3514 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3080 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3932 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3761 |
SELECT EXPLAIN |
./product/models.py:50 (images) |
SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at
FROM product_image
WHERE product_image.product_id = %(product_id_1)s
|
| 0.3177 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.4496 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.3074 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.3188 |
SELECT EXPLAIN |
./discount/models.py:142 (get_discounted_price) |
SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at
FROM discount_sale_product
WHERE discount_sale_product.product_id = %(product_id_1)s
LIMIT %(param_1)s
|
| 0.3456 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at
FROM product_category
WHERE product_category.id = %(pk_1)s
|
| 0.2955 |
SELECT EXPLAIN |
./discount/models.py:148 (get_discounted_price) |
SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at
FROM discount_sale_category
WHERE discount_sale_category.category_id = %(category_id_1)s
LIMIT %(param_1)s
|
| 0.4700 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.4582 |
SELECT EXPLAIN |
./public/models.py:35 (children) |
SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at
FROM public_menuitem
WHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`
|
| 0.3710 |
SELECT EXPLAIN |
./database.py:48 (get_by_id) |
SELECT public_page.title AS public_page_title, public_page.slug AS public_page_slug, public_page.content AS public_page_content, public_page.is_visible AS public_page_is_visible, public_page.id AS public_page_id, public_page.created_at AS public_page_created_at, public_page.updated_at AS public_page_updated_at
FROM public_page
WHERE public_page.id = %(pk_1)s
|
No messages logged.
| URL route | Endpoint name | HTTP methods | Is alias | Redirect to |
|---|---|---|---|---|
| / | public.home | GET, HEAD, OPTIONS | False | None |
| /account/ | account.index | GET, HEAD, OPTIONS | False | None |
| /account/address | account.addresses | GET, HEAD, OPTIONS | False | None |
| /account/address/<int:id>/delete | account.delete_address | OPTIONS, POST | False | None |
| /account/address/edit | account.edit_address | GET, HEAD, OPTIONS, POST | False | None |
| /account/login | account.login | GET, HEAD, OPTIONS, POST | False | None |
| /account/logout | account.logout | GET, HEAD, OPTIONS | False | None |
| /account/resetpwd | account.resetpwd | GET, HEAD, OPTIONS, POST | False | None |
| /account/setpwd | account.set_password | OPTIONS, POST | False | None |
| /account/signup | account.signup | GET, HEAD, OPTIONS, POST | False | None |
| /bootstrap/static/<path:filename> | bootstrap.static | GET, HEAD, OPTIONS | False | None |
| /checkout/cart | checkout.cart_index | GET, HEAD, OPTIONS | False | None |
| /checkout/note | checkout.checkout_note | GET, HEAD, OPTIONS, POST | False | None |
| /checkout/shipping | checkout.checkout_shipping | GET, HEAD, OPTIONS, POST | False | None |
| /checkout/update_cart/<int:id> | checkout.update_cartline | OPTIONS, POST | False | None |
| /checkout/voucher | checkout.checkout_voucher | OPTIONS, POST | False | None |
| /checkout/voucher/remove | checkout.checkout_voucher_remove | OPTIONS, POST | False | None |
| /dashboard/ | dashboard.index | GET, HEAD, OPTIONS | False | None |
| /dashboard/attributes | dashboard.attributes | GET, HEAD, OPTIONS | False | None |
| /dashboard/attributes/<id>/edit | dashboard.attributes_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/attributes/<int:id>/delete | dashboard.ProductAttribute | DELETE, OPTIONS | False | None |
| /dashboard/attributes/create | dashboard.attributes_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/categories | dashboard.categories | GET, HEAD, OPTIONS | False | None |
| /dashboard/categories/<id>/edit | dashboard.categories_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/categories/<int:id>/delete | dashboard.Category | DELETE, OPTIONS | False | None |
| /dashboard/categories/create | dashboard.categories_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/collections | dashboard.collections | GET, HEAD, OPTIONS | False | None |
| /dashboard/collections/<id>/edit | dashboard.collections_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/collections/<int:id>/delete | dashboard.Collection | DELETE, OPTIONS | False | None |
| /dashboard/collections/create | dashboard.collections_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/config | dashboard.config_index | GET, HEAD, OPTIONS | False | None |
| /dashboard/dashboard_menus | dashboard.dashboard_menus | GET, HEAD, OPTIONS | False | None |
| /dashboard/dashboard_menus/<id>/edit | dashboard.dashboard_menus_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/dashboard_menus/<int:id>/delete | dashboard.DashboardMenu | DELETE, OPTIONS | False | None |
| /dashboard/dashboard_menus/create | dashboard.dashboard_menus_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/orders | dashboard.orders | GET, HEAD, OPTIONS | False | None |
| /dashboard/orders/<id> | dashboard.order_detail | GET, HEAD, OPTIONS | False | None |
| /dashboard/orders/<id>/draft | dashboard.draft_order | GET, HEAD, OPTIONS | False | None |
| /dashboard/orders/<id>/send | dashboard.send_order | GET, HEAD, OPTIONS | False | None |
| /dashboard/plugin | dashboard.plugin_list | GET, HEAD, OPTIONS | False | None |
| /dashboard/plugin/<id>/disable | dashboard.plugin_disable | OPTIONS, POST | False | None |
| /dashboard/plugin/<id>/enable | dashboard.plugin_enable | OPTIONS, POST | False | None |
| /dashboard/product_types | dashboard.product_types | GET, HEAD, OPTIONS | False | None |
| /dashboard/product_types/<id>/edit | dashboard.product_types_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/product_types/<int:id>/delete | dashboard.ProductType | DELETE, OPTIONS | False | None |
| /dashboard/product_types/create | dashboard.product_types_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/products | dashboard.products | GET, HEAD, OPTIONS | False | None |
| /dashboard/products/<id> | dashboard.product_detail | GET, HEAD, OPTIONS | False | None |
| /dashboard/products/<id>/edit | dashboard.product_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/products/<int:id>/delete | dashboard.Product | DELETE, OPTIONS | False | None |
| /dashboard/products/create/step1 | dashboard.product_create_step1 | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/products/create/step2 | dashboard.product_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/products/variant/<id>/edit | dashboard.variant_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/products/variant/create | dashboard.variant_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/sales | dashboard.sales | GET, HEAD, OPTIONS | False | None |
| /dashboard/sales/<id>/edit | dashboard.sales_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/sales/<int:id>/delete | dashboard.Sale | DELETE, OPTIONS | False | None |
| /dashboard/sales/create | dashboard.sales_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/shipping_methods | dashboard.shipping_methods | GET, HEAD, OPTIONS | False | None |
| /dashboard/shipping_methods/<id>/edit | dashboard.shipping_methods_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/shipping_methods/<int:id>/delete | dashboard.ShippingMethod | DELETE, OPTIONS | False | None |
| /dashboard/shipping_methods/create | dashboard.shipping_methods_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/site_menus | dashboard.site_menus | GET, HEAD, OPTIONS | False | None |
| /dashboard/site_menus/<id>/edit | dashboard.site_menus_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/site_menus/<int:id>/delete | dashboard.MenuItem | DELETE, OPTIONS | False | None |
| /dashboard/site_menus/create | dashboard.site_menus_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/site_pages | dashboard.site_pages | GET, HEAD, OPTIONS | False | None |
| /dashboard/site_pages/<id>/edit | dashboard.site_pages_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/site_pages/<int:id>/delete | dashboard.Page | DELETE, OPTIONS | False | None |
| /dashboard/site_pages/create | dashboard.site_pages_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/site_setting/edit | dashboard.site_setting | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/users | dashboard.users | GET, HEAD, OPTIONS | False | None |
| /dashboard/users/<int:id>/delete | dashboard.User | DELETE, OPTIONS | False | None |
| /dashboard/users/<user_id> | dashboard.user | GET, HEAD, OPTIONS | False | None |
| /dashboard/users/<user_id>/edit | dashboard.user_edit | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/users/address/<id>/edit | dashboard.address_edit | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/variants/<int:id>/delete | dashboard.ProductVariant | DELETE, OPTIONS | False | None |
| /dashboard/vouchers | dashboard.vouchers | GET, HEAD, OPTIONS | False | None |
| /dashboard/vouchers/<id>/edit | dashboard.vouchers_manage | GET, HEAD, OPTIONS, POST | False | None |
| /dashboard/vouchers/<int:id>/delete | dashboard.Voucher | DELETE, OPTIONS | False | None |
| /dashboard/vouchers/create | dashboard.vouchers_manage | GET, HEAD, OPTIONS, POST | False | None |
| /favicon.ico | public.favicon | GET, HEAD, OPTIONS | False | None |
| /orders/ | order.index | GET, HEAD, OPTIONS | False | None |
| /orders/<string:token> | order.show | GET, HEAD, OPTIONS | False | None |
| /orders/alipay/notify | order.ali_notify | HEAD, OPTIONS, POST | False | None |
| /orders/cancel/<string:token> | order.cancel_order | GET, HEAD, OPTIONS | False | None |
| /orders/pay/<string:token>/alipay | order.ali_pay | GET, HEAD, OPTIONS | False | None |
| /orders/pay/<string:token>/testpay | order.test_pay_flow | GET, HEAD, OPTIONS | False | None |
| /orders/payment_success | order.payment_success | GET, HEAD, OPTIONS | False | None |
| /orders/receive/<string:token> | order.receive | GET, HEAD, OPTIONS | False | None |
| /page/<identity> | public.show_page | GET, HEAD, OPTIONS | False | None |
| /products/<int:id> | product.show | GET, HEAD, OPTIONS | False | None |
| /products/<int:id>/add | product.product_add_to_cart | OPTIONS, POST | False | None |
| /products/api/variant_price/<int:id> | product.variant_price | GET, HEAD, OPTIONS | False | None |
| /products/category/<int:id> | product.show_category | GET, HEAD, OPTIONS | False | None |
| /products/collection/<int:id> | product.show_collection | GET, HEAD, OPTIONS | False | None |
| /search | public.search | GET, HEAD, OPTIONS | False | None |
| /static/<path:filename> | static | GET, HEAD, OPTIONS | False | None |
| /style | public.style | GET, HEAD, OPTIONS | False | None |
| Key | Value |
|---|---|
| _flask_babel | namespace(babel_domain=<Domain(None, ['messages'])>, babel_locale=Locale('en')) |
| _login_user | <flask_login.mixins.AnonymousUserMixin object at 0x7f1fbce2af20> |
| _sqlalchemy_queries | [_QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.632209, end_time=5733561.632821551, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.parent_id = %(parent_id_1)s', parameters=[{'parent_id_1': 3}], start_time=5733561.633282327, end_time=5733561.633679984, location='/app/flaskshop/product/models.py:237 (children)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.parent_id = %(parent_id_1)s', parameters=[{'parent_id_1': 3}], start_time=5733561.63412528, end_time=5733561.6345084, location='/app/flaskshop/product/models.py:237 (children)'), _QueryInfo(statement='SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at \nFROM product_product \nWHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s)', parameters=[{'category_id_1_1': 4, 'category_id_1_2': 5, 'category_id_1_3': 3}], start_time=5733561.634917989, end_time=5733561.636054765, location='/app/flaskshop/product/models.py:232 (products)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.636676303, end_time=5733561.637023675, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.637386577, end_time=5733561.637673827, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.637985172, end_time=5733561.638322666, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.638651844, end_time=5733561.63897978, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.639317354, end_time=5733561.639604604, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.639897033, end_time=5733561.640237934, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.640542376, end_time=5733561.640877375, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.641213086, end_time=5733561.641479727, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.641921967, end_time=5733561.642275472, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.642597567, end_time=5733561.64294526, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.64336585, end_time=5733561.643630888, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.643942774, end_time=5733561.644284736, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.644586684, end_time=5733561.6449467, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.645280367, end_time=5733561.645547849, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.645850628, end_time=5733561.646181319, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.646483577, end_time=5733561.646818406, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.64715084, end_time=5733561.647403776, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.647710041, end_time=5733561.648072031, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.648368218, end_time=5733561.648703638, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.649084954, end_time=5733561.649346365, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.649652761, end_time=5733561.649988231, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.650273998, end_time=5733561.650613125, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.650960888, end_time=5733561.651221908, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.651528635, end_time=5733561.651856941, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.652169208, end_time=5733561.652515158, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.652852381, end_time=5733561.653131556, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.653437561, end_time=5733561.65376729, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 3}], start_time=5733561.654068957, end_time=5733561.65439486, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 3}], start_time=5733561.654742192, end_time=5733561.65503388, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 4, 'id_1_2': 3}], start_time=5733561.655354533, end_time=5733561.655714229, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.656042475, end_time=5733561.656374539, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.65673174, end_time=5733561.657002959, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.657394425, end_time=5733561.657749853, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.658055206, end_time=5733561.658378944, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.658725125, end_time=5733561.658996675, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.659299193, end_time=5733561.659641827, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.659933455, end_time=5733561.660285757, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.660640132, end_time=5733561.660918255, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.661235811, end_time=5733561.661585719, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.66187378, end_time=5733561.662229348, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.662575508, end_time=5733561.662845906, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.663146741, end_time=5733561.663489626, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.663779921, end_time=5733561.664134577, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.664470328, end_time=5733561.664728904, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.665058853, end_time=5733561.665432646, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.665728151, end_time=5733561.666075052, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.666437483, end_time=5733561.666699446, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.666998096, end_time=5733561.66734068, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.667646735, end_time=5733561.667980011, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.668345007, end_time=5733561.668614744, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.668910639, end_time=5733561.66925674, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.66956559, end_time=5733561.669899537, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.670240488, end_time=5733561.670503652, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.670794689, end_time=5733561.671125911, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.671432006, end_time=5733561.671762146, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.672183588, end_time=5733561.672480145, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.672777524, end_time=5733561.673207452, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_type.title AS product_type_title, product_type.has_variants AS product_type_has_variants, product_type.is_shipping_required AS product_type_is_shipping_required, product_type.id AS product_type_id, product_type.created_at AS product_type_created_at, product_type.updated_at AS product_type_updated_at \nFROM product_type \nWHERE product_type.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.673522624, end_time=5733561.673853605, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_type_attribute.product_attribute_id AS product_type_attribute_product_attribute_id \nFROM product_type_attribute \nWHERE product_type_attribute.product_type_id = %(product_type_id_1)s', parameters=[{'product_type_id_1': 4}], start_time=5733561.674183816, end_time=5733561.674466818, location='/app/flaskshop/product/models.py:322 (product_attributes_ids)'), _QueryInfo(statement='SELECT product_attribute.title AS product_attribute_title, product_attribute.id AS product_attribute_id, product_attribute.created_at AS product_attribute_created_at, product_attribute.updated_at AS product_attribute_updated_at \nFROM product_attribute \nWHERE product_attribute.id IN (%(id_1_1)s, %(id_1_2)s)', parameters=[{'id_1_1': 5, 'id_1_2': 3}], start_time=5733561.674758936, end_time=5733561.675097813, location='/app/flaskshop/product/models.py:330 (product_attributes)'), _QueryInfo(statement='SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at \nFROM product_product \nWHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s) \n LIMIT %(param_1)s, %(param_2)s', parameters=[{'param_1': 0, 'param_2': 16, 'category_id_1_1': 4, 'category_id_1_2': 5, 'category_id_1_3': 3}], start_time=5733561.675564129, end_time=5733561.676515136, location='/app/flaskshop/product/models.py:257 (get_product_by_category)'), _QueryInfo(statement='SELECT count(*) AS count_1 \nFROM (SELECT product_product.title AS product_product_title, product_product.on_sale AS product_product_on_sale, product_product.rating AS product_product_rating, product_product.sold_count AS product_product_sold_count, product_product.review_count AS product_product_review_count, product_product.basic_price AS product_product_basic_price, product_product.category_id AS product_product_category_id, product_product.is_featured AS product_product_is_featured, product_product.product_type_id AS product_product_product_type_id, product_product.attributes AS product_product_attributes, product_product.description AS product_product_description, product_product.id AS product_product_id, product_product.created_at AS product_product_created_at, product_product.updated_at AS product_product_updated_at \nFROM product_product \nWHERE product_product.category_id IN (%(category_id_1_1)s, %(category_id_1_2)s, %(category_id_1_3)s)) AS anon_1', parameters=[{'category_id_1_1': 4, 'category_id_1_2': 5, 'category_id_1_3': 3}], start_time=5733561.677207376, end_time=5733561.677551533, location='/app/flaskshop/product/models.py:257 (get_product_by_category)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.position = %(position_1)s AND public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'position_1': 1, 'parent_id_1': 0}], start_time=5733561.678104391, end_time=5733561.678626813, location='/app/flaskshop/utils.py:63 (inject_menus)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.position = %(position_1)s AND public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'position_1': 2, 'parent_id_1': 0}], start_time=5733561.679048585, end_time=5733561.679543825, location='/app/flaskshop/utils.py:69 (inject_menus)'), _QueryInfo(statement='SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at \nFROM management_setting \nWHERE management_setting.`key` = %(key_1)s \n LIMIT %(param_1)s', parameters=[{'key_1': 'project_title', 'param_1': 1}], start_time=5733561.679899593, end_time=5733561.680301819, location='/app/flaskshop/utils.py:77 (inject_site_setting)'), _QueryInfo(statement='SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at \nFROM management_setting \nWHERE management_setting.`key` = %(key_1)s \n LIMIT %(param_1)s', parameters=[{'key_1': 'project_subtitle', 'param_1': 1}], start_time=5733561.680673047, end_time=5733561.681045626, location='/app/flaskshop/utils.py:77 (inject_site_setting)'), _QueryInfo(statement='SELECT management_setting.`key` AS management_setting_key, management_setting.value AS management_setting_value, management_setting.name AS management_setting_name, management_setting.description AS management_setting_description, management_setting.value_type AS management_setting_value_type, management_setting.extra AS management_setting_extra, management_setting.created_at AS management_setting_created_at, management_setting.updated_at AS management_setting_updated_at \nFROM management_setting \nWHERE management_setting.`key` = %(key_1)s \n LIMIT %(param_1)s', parameters=[{'key_1': 'project_copyright', 'param_1': 1}], start_time=5733561.681369745, end_time=5733561.681773173, location='/app/flaskshop/utils.py:77 (inject_site_setting)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 1}], start_time=5733561.682999497, end_time=5733561.683434635, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 2}], start_time=5733561.683803678, end_time=5733561.684207907, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 3}], start_time=5733561.684544029, end_time=5733561.684993683, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 6}], start_time=5733561.685427458, end_time=5733561.685853769, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.parent_id = %(parent_id_1)s', parameters=[{'parent_id_1': 3}], start_time=5733561.686332428, end_time=5733561.686724084, location='/app/flaskshop/product/models.py:237 (children)'), _QueryInfo(statement='SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at \nFROM product_attribute_value \nWHERE product_attribute_value.attribute_id = %(attribute_id_1)s', parameters=[{'attribute_id_1': 3}], start_time=5733561.68717448, end_time=5733561.687539967, location='/app/flaskshop/product/models.py:456 (values)'), _QueryInfo(statement='SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at \nFROM product_attribute_value \nWHERE product_attribute_value.attribute_id = %(attribute_id_1)s', parameters=[{'attribute_id_1': 4}], start_time=5733561.687902378, end_time=5733561.688260861, location='/app/flaskshop/product/models.py:456 (values)'), _QueryInfo(statement='SELECT product_attribute_value.title AS product_attribute_value_title, product_attribute_value.attribute_id AS product_attribute_value_attribute_id, product_attribute_value.id AS product_attribute_value_id, product_attribute_value.created_at AS product_attribute_value_created_at, product_attribute_value.updated_at AS product_attribute_value_updated_at \nFROM product_attribute_value \nWHERE product_attribute_value.attribute_id = %(attribute_id_1)s', parameters=[{'attribute_id_1': 5}], start_time=5733561.688775959, end_time=5733561.689145473, location='/app/flaskshop/product/models.py:456 (values)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 21}], start_time=5733561.690088074, end_time=5733561.690498235, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 21}], start_time=5733561.690959521, end_time=5733561.691350636, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 21, 'param_1': 1}], start_time=5733561.691769904, end_time=5733561.692109221, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.6924331, end_time=5733561.692837079, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.693163392, end_time=5733561.693483203, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 21, 'param_1': 1}], start_time=5733561.693864238, end_time=5733561.69420558, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.694569483, end_time=5733561.695063411, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.69547783, end_time=5733561.695806687, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 22}], start_time=5733561.696165051, end_time=5733561.696571945, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 22}], start_time=5733561.696903308, end_time=5733561.697291777, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 22, 'param_1': 1}], start_time=5733561.697686619, end_time=5733561.698005999, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.698300553, end_time=5733561.698643938, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.698968617, end_time=5733561.699261899, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 22, 'param_1': 1}], start_time=5733561.699604883, end_time=5733561.699926287, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.70022062, end_time=5733561.700569355, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.700898794, end_time=5733561.701196242, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 23}], start_time=5733561.701532635, end_time=5733561.701919852, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 23}], start_time=5733561.702219214, end_time=5733561.702600671, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 23, 'param_1': 1}], start_time=5733561.702983921, end_time=5733561.7032869, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.703586683, end_time=5733561.703929146, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.704422413, end_time=5733561.704723489, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 23, 'param_1': 1}], start_time=5733561.705057186, end_time=5733561.705358582, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.705660539, end_time=5733561.7060069, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.706310951, end_time=5733561.70661892, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 24}], start_time=5733561.706941856, end_time=5733561.707333262, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 24}], start_time=5733561.707655828, end_time=5733561.708107115, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 24, 'param_1': 1}], start_time=5733561.708502719, end_time=5733561.708844721, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.70915828, end_time=5733561.709562049, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.709881739, end_time=5733561.710213663, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 24, 'param_1': 1}], start_time=5733561.710553912, end_time=5733561.710858304, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.711159019, end_time=5733561.711524315, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.711836531, end_time=5733561.712162694, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 25}], start_time=5733561.712496161, end_time=5733561.712888247, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 25}], start_time=5733561.713211354, end_time=5733561.713609813, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 25, 'param_1': 1}], start_time=5733561.714003693, end_time=5733561.714319486, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.714621183, end_time=5733561.714957975, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.715277606, end_time=5733561.715596535, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 25, 'param_1': 1}], start_time=5733561.715931705, end_time=5733561.716272084, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.716563712, end_time=5733561.71690889, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.717237448, end_time=5733561.717548833, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 26}], start_time=5733561.717872621, end_time=5733561.718261321, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 26}], start_time=5733561.718578938, end_time=5733561.718959072, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 26, 'param_1': 1}], start_time=5733561.719342442, end_time=5733561.719701186, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.720064549, end_time=5733561.720435706, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.720749035, end_time=5733561.721065008, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 26, 'param_1': 1}], start_time=5733561.721400268, end_time=5733561.721709579, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.721990657, end_time=5733561.722337429, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.722699699, end_time=5733561.723042052, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 27}], start_time=5733561.723399484, end_time=5733561.72378587, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 27}], start_time=5733561.724101463, end_time=5733561.724481897, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 27, 'param_1': 1}], start_time=5733561.72486692, end_time=5733561.725201229, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 1}], start_time=5733561.72552136, end_time=5733561.725887017, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 27, 'param_1': 1}], start_time=5733561.726248095, end_time=5733561.726588555, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 1}], start_time=5733561.726861327, end_time=5733561.727202168, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 27, 'param_1': 1}], start_time=5733561.72757592, end_time=5733561.727905048, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 1}], start_time=5733561.728237903, end_time=5733561.728611826, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 28}], start_time=5733561.729042535, end_time=5733561.729467774, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 28}], start_time=5733561.729820687, end_time=5733561.730207454, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 28, 'param_1': 1}], start_time=5733561.730604139, end_time=5733561.73094006, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 2}], start_time=5733561.731225476, end_time=5733561.73158368, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 28, 'param_1': 1}], start_time=5733561.731930872, end_time=5733561.732279026, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 2}], start_time=5733561.732569752, end_time=5733561.732899291, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 28, 'param_1': 1}], start_time=5733561.733259297, end_time=5733561.73360114, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale.discount_value_type AS discount_sale_discount_value_type, discount_sale.title AS discount_sale_title, discount_sale.discount_value AS discount_sale_discount_value, discount_sale.id AS discount_sale_id, discount_sale.created_at AS discount_sale_created_at, discount_sale.updated_at AS discount_sale_updated_at \nFROM discount_sale \nWHERE discount_sale.id = %(pk_1)s', parameters=[{'pk_1': 2}], start_time=5733561.733876386, end_time=5733561.734203321, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 29}], start_time=5733561.734633659, end_time=5733561.734998104, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 29}], start_time=5733561.735310651, end_time=5733561.735825408, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 29, 'param_1': 1}], start_time=5733561.736212245, end_time=5733561.736535592, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.736818834, end_time=5733561.737154004, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.737491628, end_time=5733561.737786622, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 29, 'param_1': 1}], start_time=5733561.738098709, end_time=5733561.738391369, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.73868995, end_time=5733561.739032333, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.739367853, end_time=5733561.739726837, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 30}], start_time=5733561.740177664, end_time=5733561.740656183, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 30}], start_time=5733561.741016099, end_time=5733561.74139416, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 30, 'param_1': 1}], start_time=5733561.741821713, end_time=5733561.742131294, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.742459, end_time=5733561.742807094, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.743127466, end_time=5733561.743434403, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 30, 'param_1': 1}], start_time=5733561.743767328, end_time=5733561.744094072, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 4}], start_time=5733561.744366804, end_time=5733561.74472681, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 4, 'param_1': 1}], start_time=5733561.745038316, end_time=5733561.745335554, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 31}], start_time=5733561.745667127, end_time=5733561.746049756, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 31}], start_time=5733561.746341063, end_time=5733561.746716488, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 31, 'param_1': 1}], start_time=5733561.747080732, end_time=5733561.747395033, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.747697992, end_time=5733561.748054111, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.74836242, end_time=5733561.748664949, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 31, 'param_1': 1}], start_time=5733561.748990731, end_time=5733561.7492938, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.749580679, end_time=5733561.749947217, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.750248974, end_time=5733561.750552375, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 32}], start_time=5733561.750865543, end_time=5733561.751358048, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 32}], start_time=5733561.751664153, end_time=5733561.752054256, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 32, 'param_1': 1}], start_time=5733561.75240779, end_time=5733561.752707744, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.753007937, end_time=5733561.753336675, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.753658199, end_time=5733561.75396724, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 32, 'param_1': 1}], start_time=5733561.754278625, end_time=5733561.754589218, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.754881176, end_time=5733561.755227507, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.755555213, end_time=5733561.755895883, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 33}], start_time=5733561.756232385, end_time=5733561.756622117, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 33}], start_time=5733561.756932771, end_time=5733561.757309489, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 33, 'param_1': 1}], start_time=5733561.757690725, end_time=5733561.758013761, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.758300049, end_time=5733561.75864109, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.758972472, end_time=5733561.759276554, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 33, 'param_1': 1}], start_time=5733561.759603809, end_time=5733561.75994513, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.760237259, end_time=5733561.760578941, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.760882921, end_time=5733561.761221407, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 34}], start_time=5733561.761554944, end_time=5733561.761944516, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 34}], start_time=5733561.762242686, end_time=5733561.762625155, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 34, 'param_1': 1}], start_time=5733561.763008224, end_time=5733561.763313087, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.763606689, end_time=5733561.763939734, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.764284602, end_time=5733561.764607529, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 34, 'param_1': 1}], start_time=5733561.764958899, end_time=5733561.765312253, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.765671748, end_time=5733561.766098841, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.766516996, end_time=5733561.766936665, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 35}], start_time=5733561.767296741, end_time=5733561.767694098, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 35}], start_time=5733561.768034026, end_time=5733561.768425111, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 35, 'param_1': 1}], start_time=5733561.768805806, end_time=5733561.769125236, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.769429248, end_time=5733561.769762804, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.770087975, end_time=5733561.770393188, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 35, 'param_1': 1}], start_time=5733561.770758204, end_time=5733561.771117629, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.771416431, end_time=5733561.771767851, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.772155329, end_time=5733561.772463348, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 36}], start_time=5733561.772784941, end_time=5733561.7731781, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT product_image.image AS product_image_image, product_image.product_id AS product_image_product_id, product_image.id AS product_image_id, product_image.created_at AS product_image_created_at, product_image.updated_at AS product_image_updated_at \nFROM product_image \nWHERE product_image.product_id = %(product_id_1)s', parameters=[{'product_id_1': 36}], start_time=5733561.773496338, end_time=5733561.773872464, location='/app/flaskshop/product/models.py:50 (images)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 36, 'param_1': 1}], start_time=5733561.774271494, end_time=5733561.774589161, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.774887752, end_time=5733561.775337307, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.775644985, end_time=5733561.775952382, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT discount_sale_product.sale_id AS discount_sale_product_sale_id, discount_sale_product.product_id AS discount_sale_product_product_id, discount_sale_product.id AS discount_sale_product_id, discount_sale_product.created_at AS discount_sale_product_created_at, discount_sale_product.updated_at AS discount_sale_product_updated_at \nFROM discount_sale_product \nWHERE discount_sale_product.product_id = %(product_id_1)s \n LIMIT %(param_1)s', parameters=[{'product_id_1': 36, 'param_1': 1}], start_time=5733561.776311998, end_time=5733561.776630807, location='/app/flaskshop/discount/models.py:142 (get_discounted_price)'), _QueryInfo(statement='SELECT product_category.title AS product_category_title, product_category.parent_id AS product_category_parent_id, product_category.background_img AS product_category_background_img, product_category.id AS product_category_id, product_category.created_at AS product_category_created_at, product_category.updated_at AS product_category_updated_at \nFROM product_category \nWHERE product_category.id = %(pk_1)s', parameters=[{'pk_1': 5}], start_time=5733561.776906094, end_time=5733561.777251703, location='/app/flaskshop/database.py:48 (get_by_id)'), _QueryInfo(statement='SELECT discount_sale_category.sale_id AS discount_sale_category_sale_id, discount_sale_category.category_id AS discount_sale_category_category_id, discount_sale_category.id AS discount_sale_category_id, discount_sale_category.created_at AS discount_sale_category_created_at, discount_sale_category.updated_at AS discount_sale_category_updated_at \nFROM discount_sale_category \nWHERE discount_sale_category.category_id = %(category_id_1)s \n LIMIT %(param_1)s', parameters=[{'category_id_1': 5, 'param_1': 1}], start_time=5733561.777569971, end_time=5733561.777865426, location='/app/flaskshop/discount/models.py:148 (get_discounted_price)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 7}], start_time=5733561.77839457, end_time=5733561.778864583, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT public_menuitem.title AS public_menuitem_title, public_menuitem.`order` AS public_menuitem_order, public_menuitem.url AS public_menuitem_url, public_menuitem.category_id AS public_menuitem_category_id, public_menuitem.collection_id AS public_menuitem_collection_id, public_menuitem.position AS public_menuitem_position, public_menuitem.page_id AS public_menuitem_page_id, public_menuitem.parent_id AS public_menuitem_parent_id, public_menuitem.id AS public_menuitem_id, public_menuitem.created_at AS public_menuitem_created_at, public_menuitem.updated_at AS public_menuitem_updated_at \nFROM public_menuitem \nWHERE public_menuitem.parent_id = %(parent_id_1)s ORDER BY public_menuitem.`order`', parameters=[{'parent_id_1': 10}], start_time=5733561.779286666, end_time=5733561.779744886, location='/app/flaskshop/public/models.py:35 (children)'), _QueryInfo(statement='SELECT public_page.title AS public_page_title, public_page.slug AS public_page_slug, public_page.content AS public_page_content, public_page.is_visible AS public_page_is_visible, public_page.id AS public_page_id, public_page.created_at AS public_page_created_at, public_page.updated_at AS public_page_updated_at \nFROM public_page \nWHERE public_page.id = %(pk_1)s', parameters=[{'pk_1': 1}], start_time=5733561.780077221, end_time=5733561.780448248, location='/app/flaskshop/database.py:48 (get_by_id)')] |
| csrf_token | IjgyOTcwN2E1MzQ1OGNmYTI5N2U1NDAyM2E4MTViZGYzODFhM2MwNjIi.abcNug.tohQRzbORcZCfF-csdxvbYNrfpg |
| debug_toolbar | <flask_debugtoolbar.DebugToolbarExtension object at 0x7f20159656c0> |