[google-appengine] Spring boot application running really slow on App Engine instance

2020-09-03 Thread Vilius
- I have created Spring application in app engine B2, I can see in logs that application takes 1s to complete data filtering(after wakening application up). When in my local machine it takes 10ms. - Data size is really small and logic is not so complex, just begining of the p

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

2020-09-03 Thread Vilius
- I have created Spring application in app engine B2, I can see in logs that application takes 1s to complete data filtering(after wakening application up). When in my local machine it takes 10ms. - Data size is really small and logic is not so complex, just begining of the p

[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

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

2020-09-03 Thread Vilius
m > wrote: > >> 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 Vil