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
There a number issues that we have been dealing with on performance side of Ecency app, the most deadly of all being running out of memory. We were able to optimise a lot of them but apparently there are still leaks and caching issue along with other performance bottleneck like rendering loads etc.
The goal of this task to let you explore the app and it's codebase for a set time to see if you are able identify and suggest viable changes to certain elements of app effectively improving the overall app performance
Some app portion that I believe need inspecting include...
Waves rendering
react-query caching
images/gifs caching
post and comment editors
The text was updated successfully, but these errors were encountered:
There a number issues that we have been dealing with on performance side of Ecency app, the most deadly of all being running out of memory. We were able to optimise a lot of them but apparently there are still leaks and caching issue along with other performance bottleneck like rendering loads etc.
The goal of this task to let you explore the app and it's codebase for a set time to see if you are able identify and suggest viable changes to certain elements of app effectively improving the overall app performance
Some app portion that I believe need inspecting include...
The text was updated successfully, but these errors were encountered: