Angular performance tuning - Disabling Debug Data
Summary
=======
It is suggested by Angular official web site to disable debugging data in production for get better performance:
https:/
This is prioritized as CRITICAL for Horizon Mitaka release:
https:/
Motivation
========
Better performance in production for angular UI components in Horizon.
Description
=========
By default AngularJS attaches information about binding and scopes to DOM nodes, and adds CSS classes to data-bound elements. This helps debugging tools but cause performance issue in production.
UX
==
N/A
Blueprint information
- Status:
- Started
- Approver:
- Rob Cresswell
- Priority:
- Low
- Drafter:
- Shaoquan Chen
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- Accepted for future
- Implementation:
- Needs Code Review
- Milestone target:
- next
- Started by
- Shaoquan Chen
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Disabling debug data for production
Gerrit topic: https:/