ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 28 - AD0-E720 discussion

Report
Export

In which mode would the stylesheet customizations display immediately after you reload a page in a browser?

A.
server- side compilation mode
Answers
A.
server- side compilation mode
B.
less-side compilation mode
Answers
B.
less-side compilation mode
C.
client-side compilation mode
Answers
C.
client-side compilation mode
Suggested answer: C

Explanation:

In client-side compilation mode, the stylesheet customizations will display immediately after reloading a page in a browser. This is because in this mode, the LESS files are compiled into CSS files by the browser using JavaScript. This mode is useful for development and debugging purposes, as it allows quick changes and previews of the styles. However, this mode is not recommended for production, as it can affect the performance and compatibility of the site. The other modes, server-side compilation and LESS compilation, require running commands or tools to compile the LESS files into CSS files on the server side, which can take some time and delay the display of the customizations.

Reference: [Compilation modes], [Compile LESS]

asked 02/10/2024
L Zsolt
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first