
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
Hello Syed,
I have tried to look at the Project that you have mentioned in your original message where I have noticed it is under “DELETE_REQUESTED” state. So, I was not able to inspect the project as no information is available.
Please also note that Google Groups forum is meant for general discussion of the platform, not specific technical issues. You can find more info about Community Support Overview on Google Groups here.
For any future issues related to App Engine Flex environment or if you decide to undelete the Project, you can create an App Engine Public Issue by going here under “Compute” section. If you need to share any personal or Project specific information please select the private component so that the content is not visible to the public.
I have noticed that in this Public group you have shared your Project name and other related information which could be harmful for your project. From future please take extra caution before sharing any information.
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?