I am testing the App Engine Flexible environment for performance evaluation. The application which I am running only returns a string to HTTP request, but the server response time is very high for such small operation. Upon inspecting the developer tool in Chrome, I have noticed that TTFB is over 1.5 seconds as shown below. Not sure if I am missing something. Any thoughts?
Application URL: https://price-comparison-265707.appspot.com/ [image: load.jpg] YAML Configuration: runtime: php env: flex runtime_config: document_root: . automatic_scaling: min_num_instances: 1 max_num_instances: 3 cool_down_period_sec: 180 cpu_utilization: target_utilization: 0.6 resources: cpu: 1 memory_gb: 2 disk_size_gb: 10 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/da245de7-d642-490f-b03b-94dde8b85456%40googlegroups.com.
