Open fechan opened 3 years ago
I tested the production site with Google PageSpeed Insights, and Bootstrap Native being delivered via CDN is taking 680 ms. Possible solutions: deliver locally and/or defer loading the CSS.
Managed to bring bootstrap.min.css down to 330 ms by serving locally and enabling gzip delivery in Apache
I tested the production site with Google PageSpeed Insights, and Bootstrap Native being delivered via CDN is taking 680 ms. Possible solutions: deliver locally and/or defer loading the CSS.