FlaskShop - A lightweight e-commerce software in Flask

  • Register
  • Log in
Your Cart
0

There are no products in your shopping cart.

Check out our sales

Don't have an account yet?

Register

Log in

Forgot password?
Facebook
Google
  • Collections
  • Summer collection
  • Winter sale
  • Saleor
  • About
  • Style guide
  • Account
  • Your Cart
  • Register
  • Log in
COPYRIGHT © 2009–2019 MIRUMEE SOFTWARE
  1. Hide »
  2. Versions
    Flask 3.0.0
  3. Time
    CPU: 17.72ms (20.67ms)
  4. HTTP Headers
  5. Request Vars
  6. Config
  7. Templates
    1 rendered
  8. SQLAlchemy
    8 queries
  9. Logging
    0 messages
  10. Route List
    99 routes
  11. Profiler
    in-active
  12. flask.g
«
Close

Versions

Installed Packages

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
Close

Resource Usage

Resource Value
User CPU time 14.877 msec
System CPU time 2.841 msec
Total CPU time 17.718 msec
Elapsed time 20.666 msec
Context switches 13 voluntary, 2 involuntary
Close

HTTP Headers

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
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
Close

Request Vars

View information

View Function args kwargs
flaskshop.account.views.login [] None

COOKIES Variables

Variable Value
'session' 'eyJfZnJlc2giOmZhbHNlLCJjc3JmX3Rva2VuIjoiZDc1MjYxNDA4MWQzNzU1NzZmOTlkNGY0MDNiZDdjNjJjNWMyYTFlOSJ9.aXg1Rg.6yxWgYeeF-wM7NQ1XUQNNsGeGSw'

SESSION Variables

Variable Value
'_fresh' False
'csrf_token' 'd752614081d375576f99d4f403bd7c62c5c2a1e9'

GET Variables

Variable Value

POST Variables

Variable Value
Close

Config

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', 'PUT', 'PATCH', 'DELETE'}
WTF_CSRF_SSL_STRICT True
WTF_CSRF_TIME_LIMIT 3600
Close

Templates

account/login.html

Variable Value
bottom_menu [<MenuItem id:7>, <MenuItem id:10>]
csrf_token <function generate_csrf at 0x7fe73b410ca0>
current_user <flask_login.mixins.AnonymousUserMixin object at 0x7fe738ffbfd0>
current_user_cart None
form <flaskshop.account.forms.LoginForm object at 0x7fe7391d8280>
g <flask.g of 'flaskshop'>
request <Request 'http://172.17.0.1:5000/account/login' [GET]>
session <SecureCookieSession {'_fresh': False, 'csrf_token': 'd752614081d375576f99d4f403bd7c62c5c2a1e9'}>
settings {'project_title': <Setting project_title>, 'project_subtitle': <Setting project_subtitle>, 'project_copyright': <Setting project_copyright>}
top_menu [<MenuItem id:1>, <MenuItem id:2>, <MenuItem id:3>, <MenuItem id:6>]
Close

SQLAlchemy queries

 (ms) Action Context Query
0.8926 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.5004 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.4997 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.4031 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.4416 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.8225 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.5055 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.3972 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
Close

Log Messages

No messages logged.

Close

Route List

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
Close

Profiler not active

The profiler is not activated, activate it to use it
Close

flask.g content

Key Value
_flask_babel namespace(babel_domain=<Domain(None, ['messages'])>, babel_locale=Locale('en'))
_login_user <flask_login.mixins.AnonymousUserMixin object at 0x7fe738ffbfd0>
_sqlalchemy_queries [_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=1614962.47235587, end_time=1614962.473248458, 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=1614962.473805485, end_time=1614962.474305866, 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=1614962.474712741, end_time=1614962.47521242, 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=1614962.475575903, end_time=1614962.475978981, 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=1614962.476362492, end_time=1614962.476804142, 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': 7}], start_time=1614962.483647857, end_time=1614962.484470373, 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=1614962.485020337, end_time=1614962.485525848, 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=1614962.48592078, end_time=1614962.486318007, location='/app/flaskshop/database.py:48 (get_by_id)')]
csrf_token ImQ3NTI2MTQwODFkMzc1NTc2Zjk5ZDRmNDAzYmQ3YzYyYzVjMmExZTki.aXg1cw.wv3quSV287ZNP2Awz2QpXAik5Qc
debug_toolbar <flask_debugtoolbar.DebugToolbarExtension object at 0x7fe73b4016c0>