
Ultimate access to all questions.
You are operating a web application on Cloud Run intended for a few hundred users. Several users have reported that the initial web page of the application has a significantly longer load time compared to the subsequent pages. To address this issue, you want to implement Google's recommended solutions. What steps should you take?
A
Set the minimum number of instances for your Cloud Run service to 3.
B
Set the concurrency number to 1 for your Cloud Run service.
C
Set the maximum number of instances for your Cloud Run service to 100.
D
Update your web application to use the protocol HTTP/2 instead of HTTP/1.1.