Question 9
How minifying the code can increase the efficiency of a website?
It results in fetching the pages from memory instead of the database.
It enables an asynchronous work queue to be executed outside the HTTPrequest-response cycle to perform some of the resource and time-consuming tasks.
It compresses the static pages and enables fast loading and rendering ofpages.
It enables continuous performance monitoring of the website.