[google-appengine] Re: How to create normal Backend service on App Engine

2020-09-03 Thread Vilius
Another method in my code. On App Engine takes 30s, on Compute Engine VM takes 400ms. Tried changing B classes no difference. Still feels like App Engine instance is lacking of CPU On Thursday, 3 September 2020 at 12:38:30 UTC+3 Vilius wrote: > >- I have created Spring application in app en

[google-appengine] Re: How to create normal Backend service on App Engine

2020-09-03 Thread pravanjan palai
Hi , Have you tried enabling lazy initialization? please follow this doc for the same https://spring.io/blog/2019/03/14/lazy-initialization-in-spring-boot-2-2 Thanks, Pravanjan On Thursday, September 3, 2020 at 3:43:47 PM UTC+5:30 vili...@gmail.com wrote: > Another method in my code. On App

[google-appengine] Re: How to create normal Backend service on App Engine

2020-09-03 Thread Vilius
Thank for answer. But this related to startup of the application. I have problems after application starts up. After its waken up. So I am pretty sure lazy initialization will not improve my application overall performance. On Thursday, 3 September 2020 at 13:46:13 UTC+3 pravanj...@gmail.com w

[google-appengine] Re: How to create normal Backend service on App Engine

2020-09-18 Thread 'ikerv' via Google App Engine
Hello, Have you tried using idle instances and enabling warmup requests ? That will improve the scaling of the appl