epam / epam/xframework

Potential memory leaks

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.