You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature-flag "heavy" middleware: compressiontower-http (requires lots of compression algos), add to docs instructions how to enable the feature if turning on.
to analyze
tracing-subscriber (7s, lots of default features)
fs-err (5s, remove/alternative?)
make Storage optional including object_store (since object_store is heavy), when people need it they can add-in a feature flag
The text was updated successfully, but these errors were encountered:
I would really appreciate faster compilation times. I added a couple of dependencies to my project and every re-deploy (in dev mode) takes about 1 to 2 minutes on an i5-1145G7. Any tips for performance optimizations are welcome!
Disclaimer: I'm a Rust noob so forgive my ignorance, maybe there are common ways to improve this which I simply haven't tried yet.
compression
tower-http (requires lots of compression algos), add to docs instructions how to enable the feature if turning on.to analyze
The text was updated successfully, but these errors were encountered: