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
Elmenate unused CSS (The size of css file is around 1MB, for the learning)
Reduce app.hash.js file size (its around 0.5MB)
The requried depencs chunk is around 2.5MB (For example checking the learning build, it seems that all users are going JS code realted the frontend-lib-speica-exams, no matter if or not they gonna use it)
Can we use preact It's a light weight alternative to react.js
Do you utilize Code Splitting/Dynamic Import when is an opportunity for, this can be ensuring code logic for uncommon use cases is only loaded when it needs to, Here are some examples which might be already taken account of
The account mfe, should not load the code realted tensorflow image, when user are in the typical user settings page
The learning MFE, should not load JS code realated special-exam when user are in courseware
Area of improvment in MFEs can be:
The what
The How (Not an exlusive list,)
How to test
ls -lh distOther Notes