OPI Blog
Learn from experts in their fields

Browsing Tags: Performance Tuning

Getting Started with Angular Universal
Overview Angular Universal builds on Angular‘s widespread adoption and support to provide server-side rendering and faster perceived performance to Angular applications. By pre-rendering an application at build time, or re-rendering at run time, web applications using Angular Universal ...
Performance tuning-when, how and who
Taking care performance requirements for applications and planning for those are as important as managing other functional requirements of an application. If not done properly, it can break your application even after building a functional application (but not performing one). In this posting I try to outline a practical approach of handling performance requirements....