based on compression test (dash[compress]), install python-flask-compress
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user