based on compression test (dash[compress]), install python-flask-compress

This commit is contained in:
2025-09-28 22:05:43 +02:00
parent 02b29cb3d6
commit 4cdaa05e3d

View File

@@ -1297,7 +1297,7 @@ def create_pace_bars_plot(df, formatted_pace=None):
# === App Setup === # === App Setup ===
app = dash.Dash(__name__, app = dash.Dash(__name__,
suppress_callback_exceptions=True, # Weniger Validierung suppress_callback_exceptions=True, # Weniger Validierung
compress=True, # Gzip-Kompression compress=True, # Gzip-Kompression (Install: python-flask-compress)
external_stylesheets=[dbc.themes.SLATE], external_stylesheets=[dbc.themes.SLATE],
title = "Jogging Dashboard" title = "Jogging Dashboard"
) )