CSS & JAVASCRIPT FILE OPTIMIZATION

Home Study Material CSS & JAVASCRIPT FILE OPTIMIZATION
Side Bar
Digital Marketing
sidedigital-img
CSS & JAVASCRIPT FILE OPTIMIZATION

When optimizing the CSS and Javascript , remember -



a) Always use external CSS and JavaScript file.



b) Never use internal or inline CSS because they cause delay in loading the site.



c) JavaScript must also be external.



d) If you have more than one CSS and JavaScript file, merge them in one file i.e. minimize your CSS and JavaScript.



e) CSS and JavaScript file should cover less memory.