Front End Web Developer Question:
Tell me how To Increase Page Performance?
Answer:
☛ Sprites, compressed images, smaller images;
☛ include JavaScript at the bottom of the page;
☛ minify or concatenate your CSS and JavaScript; and
☛ caching.
☛ include JavaScript at the bottom of the page;
☛ minify or concatenate your CSS and JavaScript; and
☛ caching.
Previous Question | Next Question |
Explain me functional programming in JavaScript? | Tell us in CoffeeScript how clone-function is useful? |