Topic: Slow Application Response
Jordan free asked 5 years ago
My application that uses the MdbTableEditorDirective within the stepper component is incredibly slow (even though it is not waiting on api's). Is there anything I can check to pinpoint why the application is borderline unresponsive?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.1.1
- Device: PC
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Jordan free commented 5 years ago
I am wondering if having three instances of the MdbTableEditorDirective would negatively affect performance. It seems that the page slows considerably when I populate the 3rd the table with around 100records.
@ViewChild('fieldSelectionTable', { static: true }) public fieldSelectionTable: MdbTableEditorDirective; public fieldSelectionHeadElements = ['Data Entity', 'Field', 'Requested', 'Stored In App', 'Fed To Other App', 'Fed To Third Party', 'Data Type', 'Sensitivity']; public fieldSelectionHighlightedRow: NewRequestFieldSelection = null; public rowIndex: any = null;
@ViewChild('dataGroupInformationalTable', { static: true }) public dataGroupInformationalTable: MdbTableEditorDirective; public dataGroupHeadElements = ['Company', 'Name', 'Description', 'Contact Email']; public dataGroupHighlightedRow: DataGroupInformational = null;
@ViewChild('dataSourceInformationalTable', { static: true }) public dataSourceInformationalTable: MdbTableEditorDirective; public dataSourceHeadElements = ['Data Group', 'Name', 'Description']; public dataSourceHighlightedRow: DataSourceInformational = null;
Arkadiusz Idzikowski staff commented 5 years ago
We will try to reproduce this problem on our end. If it's possible please provide a simple demo in which this problem occurs. There are many factors that can cause performance issues and we would like to test that in a case similar to yours. You can send it to a.idzikowski@mdbootstrap.com