SEO
SEO: When we try to optimize the performance of a website, I find it quite taxing to implement some of the suggestions when FCP and LCP are high. The reason is that it depends on some classes categorized as critical and some as non-critical inside the same CSS file for example (bootstrap.min.css) and critical classes have to be kept in-line and non-critical classes have to be deferred loading until the page loads the interactive elements in viewport. This will completely clutter our html head section I feel. As long as there is no marked degradation in our web page performance we can live with this performance bottleneck. This is my opinion Feedbacks are solicited