@baseclass.errors section performance problem
After testing and analysis I have discovered that the @baseclass.errors section is causing a significant performance problem in my application. This section is an OOTB section that is manually generated (no edit) and is used to display errors on the UI when they are encountered by the system. I suppose I can temporarily change it's visibility to false but this is not a best practice and I need a longer term solution. What can be done about this?