Citrix Endpoint Management Administration — Question 49

Scenario: A Citrix Engineer notices that a web page takes a long time to display. Upon further investigation, the engineer determines that the requested page consists of a table of high-resolution pictures which are being displayed in table cells measuring 320 by 180 pixels.
Which Front End Optimization technique can the engineer enable on the Citrix ADC to improve time to display?

Answer options

Correct answer: A

Explanation

The correct answer is A, Shrink to Attributes, which reduces the size of the images by adjusting their attributes in the HTML, thus improving load times. Options B, C, and D do not specifically target the optimization of image rendering in this context; making inline would affect CSS or scripts, extending page cache improves caching but not image loading, and minifying only compresses code without directly impacting image size.