atharvkotwal / AtharvNSSWork

0 stars 0 forks source link

Reduce css files #1

Open nautatva opened 6 years ago

nautatva commented 6 years ago

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

Using a complete library highly escalates the loading time for a website

These have a large no. of class styles. use only the relevant ones. you can use https://getbootstrap.com/docs/3.3/customize/ for getting relevant bootstrap libraries

atharvkotwal commented 6 years ago

Was able to reduce bootstrap css but not jquery and fonts

nautatva commented 6 years ago

Works!

On Sat 19 May, 2018, 10:28 PM atharvkotwal, notifications@github.com wrote:

Was able to reduce bootstrap css but not jquery and fonts

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atharvkotwal/AtharvNSSWork/issues/1#issuecomment-390418167, or mute the thread https://github.com/notifications/unsubscribe-auth/Aa2dh7tgT0msUIIPgzbKBV_b65Xr_y4sks5t0E8rgaJpZM4UEHU3 .