This repository was archived by the owner on Sep 5, 2024. It is now read-only.
input: memory leak and excess watchers created #10851
Labels
needs: investigation
The cause of this issue is not well understood and needs to be investigated by the team or community
P2: required
Issues that must be fixed.
severity: performance
This issue causes a significant performance degradation
type: performance
This issue is related to performance
Milestone
AngularJS material poor performance and large memory footage:
Issue:
112507?, by total 17 times more than without the angular material tag*`
What is the expected behavior?
Expect AngularJS Material app to perform similar as angular only app.
CodePen (or steps to reproduce the issue): *
I have two projects "Angular" and "AngularMaterial" to demonstrate that AngularJS Material add a lot memory usage and performs poorly than an AngularJS only app.
Perrformance
AngularJS Only App:
Chrome: 5.8 seconds load 500 student records
1.4 seconds load 50 student records
IE: 24.98 seconds load 500 student records
2.15 seconds load 50 student records
Memory Footage:
1. In general, IE use 1.456 times more memory than chrome
2. Chrome: AngularJS Material use 2.26 times more memory than without it
3. IE: AngularJS Material use 1.73 times more memory than without it
Memory Leak:
Memory leak detected in IE when between two views when AngularJS Material is used in views.
--switched views 23 times memory increased by 26 MB in IE
$mdDialog cause memory leak in both Chrome and IE
-- open and close dialog 31 times, Chrome memory increased by 27 MB, IE memory increased
by 12 MB
AngularJS Versions: *
AngularJS Version: 1.5.5
AngularJS Material Version:1.1.3
Additional Information:
Browser Type: chrome, ie
Browser Version: chrome 60.0.3112.90, IE 11
OS: windows 7
Stack Traces:
The text was updated successfully, but these errors were encountered: