Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You operate a small blogging website on Cloud Run with minimal traffic, serving a few hundred users. Some users report that the first page loads slower than subsequent pages. What is the best practice to address this issue?
A
In your Cloud Run service, set the concurrency number to 1.
B
Use the protocol HTTP/2 instead of HTTP/1.1 in your web application.
C
In your Cloud Run service, set the minimum number of instances to 3.
D
In your Cloud Run service, set the maximum number of instances to 100.