Page 1 of 1

An architect must optimize the performance of the home page of a client's website. The client requires that search engin

Posted: Thu Jul 21, 2022 9:08 pm
by answerhappygod
An architect must optimize the performance of the home page of a client's website.
The client requires that search engines index the home page content.
The home page must NOT be cacheable because it displays a list of recently shared articles.
This list is generated by using an AEM component that performs a real-time look-up to an API from a third-party company.
Which solution should the architect choose?

A. Replace the real-time API access with a scheduled job inside AEM that runs every 15 minutes to update the data and trigger a dispatcher cache flush
B. Replace the AEM component's server-side logic with a JavaScript widget provided by the third p
C. Cache the home page using the Dispatcher and implement a cron job to remove the cached file every 15 minutes
D. Cache the rest of the home page and deliver the recently shared article list using AJAX