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
As you could see firefox memory usage is very high (726MB/276MB) compared to other browsers and IE11 initial load time is drastically high (2 Minutes)
Steps to Reproduce
Launch an Angular application with 30 Dropdowns with 120 items each, 30 Tabs, 100 Checkboxes and 20 buttons.
Check the performance using Chrome performance tab with Memory check enabled.
Note down the initial load time and total memory usage by the application.
There is very high memory usage in firefox with Polymer WebComponents enabled at the same time a performance degradation observed with IE11 (no webcomponents support, polyfills used)
Expected Results
We should have a comparable results across browsers when we use polymer webcomponents.
Actual Results
As you could see firefox memory usage is very high (726MB/276MB) compared to other browsers and IE11 initial load time is drastically high (2 Minutes)
Browsers Affected
Chrome
Firefox
Edge
Safari 11
Safari 10
IE 11
Versions
Polymer v1.9.11 (Am I using the correct Polymer version?)
What could be the reason for huge memory usage in firefox and bad performance with IE11.
Regards
Basanth
The text was updated successfully, but these errors were encountered:
Can confirm for firefox 80 using the provided Files from OP. And also on youtube (which is using polymer).
Problem also seems to have gotten worse since FF 75...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
Test Scenario: Angular page with 30 Dropdowns with 120 items each, 30 Tabs, 100 Checkboxes and 20 buttons.
Demos
Angular + HTML: https://github.com/msbasanth/AngularHtmlHeavyUIApp
Angular + Polymer WebComponents: https://github.com/msbasanth/AngularPolymerHeavyUIApp
Angular + HTML Controls
Angular + Polymer Components
Description
As you could see firefox memory usage is very high (726MB/276MB) compared to other browsers and IE11 initial load time is drastically high (2 Minutes)
Steps to Reproduce
Expected Results
We should have a comparable results across browsers when we use polymer webcomponents.
Actual Results
As you could see firefox memory usage is very high (726MB/276MB) compared to other browsers and IE11 initial load time is drastically high (2 Minutes)
Browsers Affected
Versions
Polymer v1.9.11 (Am I using the correct Polymer version?)
What could be the reason for huge memory usage in firefox and bad performance with IE11.
Regards
Basanth
The text was updated successfully, but these errors were encountered: