Hello All,
There might be different reason for the page performance issue. As an architect, what are the steps we need to follow to increase the page performance ?
1: Check the network tab to see the list of image file size. If its too huge, ask Author to correct.
2: Use the defer keyword while calling the JavaScript.
3: Check the Adobe Launch script.
4: Use the lazy loading feature for the different core components.
5: Enable minification in production.
Anything else, we need to take care?