Google Cloud Associate Cloud Engineer — Question 195

You are running a web application on Cloud Run for a few hundred users. Some of your users complain that the initial web page of the application takes much longer to load than the following pages. You want to follow Google’s recommendations to mitigate the issue. What should you do?

Answer options

Correct answer: A

Explanation

Setting the minimum number of instances to 3 ensures that there are always enough resources available to handle incoming requests, which can significantly reduce initial load times. The other options either do not address the issue of initial load times effectively or could lead to increased latency and resource constraints.