Html miscellaneous
- What does not come under minification?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
For better web performance we use removal of unnecessary characters from the source code like white space characters, comments, new line characters, block delimiters etc.
- HTTP request is between _______________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
HTTP stands for Hypertext Transfer Protocol. For fetching, data from server browser uses HTTP request, and in between client and host. The more HTTP request slower the loading of a page will be.
- For image compression which tool is helpful?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Optimus WordPress plugin is used for lossless as well as lossy image compression. It automatically reduces the size of the file. Reduction in size is possible up to 70%. There are three versions of Optimus i.e. Optimus HQ, Optimus, Optimus HQ PRO. Speed test tools are used to measure/note down your pages speed performance. WordPress cache enable a plugin used to enable caching.
- Major portion of web page contributes _________________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
64% of any website’s page is made up of images. The loading speed of the websites also slows down due to this much contribution of images in a web page. To reduce this loading time we use web performance optimization.
- Which process is used for the creation of the end result?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
render() process creates the end result by putting actual data in the template. It means that the placeholders are replaced with the previous actual data, compile() is used for translating and compiling a template into a JavaScript function.