eba-diary / Travelogues-webapp

Web application for Nile Travelogues
https://travelogues.travelersinegypt.com/
GNU General Public License v3.0
0 stars 0 forks source link

Bootstrap delivery could be faster #16

Open fechan opened 3 years ago

fechan commented 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.

image

fechan commented 3 years ago

Managed to bring bootstrap.min.css down to 330 ms by serving locally and enabling gzip delivery in Apache