[google-appengine] Logs Viewer - Export - Stuck

2015-05-04 Thread Rajesh Gupta
Hi I am clicking on the Exports tab in the Logs Viewer. It is stuck, the loading '...' icon does not go away. Rajesh. www.VeersoftSolutions.com www.AccountingGuru.net. *Accounting/Inventory/Orders on Google Cloud Platform.* -- You received this message because you are subscribed to the Google

[google-appengine] Re: New instance spinning for user facing apps

2015-05-04 Thread Aswath Satrasala
A new instance is started for a user facing request. In the logs, you can see that for the following endpoint request, a new instance is started, and it takes 21718ms to serve the request. 1. 2015-04-30 12:16:41.368 /_ah/spi/com.veersoft.services.api.ProductAPI.productSummary 200 21718ms

[google-appengine] Re: New instance spinning for user facing apps

2015-05-04 Thread Jason Collins
Similar to this? https://code.google.com/p/googleappengine/issues/detail?id=7865 On Monday, 4 May 2015 03:17:24 UTC-7, aswath wrote: A new instance is started for a user facing request. In the logs, you can see that for the following endpoint request, a new instance is started, and it

[google-appengine] Re: How to alleviate 200gb/day - 20$+ daily outgoing bandwidth image serving costs

2015-05-04 Thread Kaan Soral
The images are pre-processed with https://github.com/aheckmann/gm combining different components, As a short term solid solution, I managed to get the same quality by pre-resizing important image components and using JPG's with 90% quality As a result the images look very similar, yet the size

[google-appengine] Re: How to alleviate 200gb/day - 20$+ daily outgoing bandwidth image serving costs

2015-05-04 Thread troberti
Also try ZopfliPNG (https://github.com/google/zopfli) to compress your PNGs. Developed by a Google engineer, I think originally for this exact problem, to reduce the bandwidth used to serve images. And PNGs are always lossless, so it's a pure improvement. On Monday, May 4, 2015 at 4:25:30 PM

Re: [google-appengine] New instance spinning for user facing apps

2015-05-04 Thread Jeff Schnitzer
Am I reading that correctly? It looks like even a non-startup request to productSummary takes 18 seconds... Jeff On Thu, Apr 30, 2015 at 2:20 AM, Aswath Satrasala aswath.satras...@gmail.com wrote: Hi, I just want to raise this issue again. Its discussed many times. Any recommendations or

Re: [google-appengine] New instance spinning for user facing apps

2015-05-04 Thread Aswath Satrasala
That is around 5.5 seconds. The request started at 12:16:33.087 and end at 12:16:38.436. But, it says 18 seconds. I am not sure how to count for this extra 13 seconds. In the other requests, where it started the instance, it said 21 and 22 seconds. But, if you look at the individual log

[google-appengine] Re: Announcing PHP 5.5 with improved performance, ImageMagick and cURL support

2015-05-04 Thread Aleksandr Milenin
I have changed runtime to php55, but still can't deploy. Error message: PHP 5.4 applications are prevented from being deployed to Google App Engine from any version of the SDK, including older ones... What I should to do to deploy? On Thursday, February 26, 2015 at 7:11:04 AM UTC+3, Josselin

Re: [google-appengine] App Engine + Maven + Hot swap of war

2015-05-04 Thread Rajesh Gupta
My company is familiar with javascript tools, and hence, trying to explore grunt task here, to copy the modified jsp/html file to the target folder. On Fri, May 1, 2015 at 10:42 AM, Vinny P vinny...@gmail.com wrote: On Tue, Apr 28, 2015 at 4:07 AM, Carl Emmoth carl.emm...@gmail.com wrote: