Tutree Interview Question

How to increase website speed?

Interview Answer

Anonymous

Jul 21, 2023

Minify CSS, JavaScript, and HTML. Use asynchronous and defer loading for your CSS and JavaScript files. Reduce your redirects. Optimize images and should be use lazy loading. Enable browser caching.

1