Potential memory leaks
Open
- Dominant language
- JavaScript
- Stars
- 48
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
As I discovered in current XF implementation ALL components and templates are loaded into memory and DOM. This potentially could lead to high memory consumption and performance degradation of app. I think it does make sense to remove some elements (the whole components?) from DOM. As an example this was implemented in jquery mobile some time ago:
[http://jquerymobile.com/blog/2011/05/06/jquery-mobile-team-update-week-of-may-2/](http://jquerymobile.com/blog/2011/05/06/jquery-mobile-team-update-week-of-may-2/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.