Skip to content

Commit 164c1cf

Browse files
committed
mgr/dashboard: Optimize css styles.css bundle
- compresses the css bundle before sending to browser - this improves LCP value value as well Fixes https://tracker.ceph.com/issues/72742 Signed-off-by: Afreen Misbah <[email protected]>
1 parent 6014f3a commit 164c1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pybind/mgr/dashboard/module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def _configure(self):
147147
'application/json',
148148
'application/*+json',
149149
'application/javascript',
150+
'text/css',
150151
],
151152
'tools.json_in.on': True,
152153
'tools.json_in.force': True,

0 commit comments

Comments
 (0)