the problem is app engine needs to start a new instance after inactivity:
http://code.google.com/appengine/docs/adminconsole/instances.html#Loading_Requests

<http://code.google.com/appengine/docs/adminconsole/instances.html#Loading_Requests>So
for a fast initial response you need lots of traffic, either real or
artificial.
There is a flag "KEEP_CACHED" in gaehandler to try and keep the app warm by
sending a request every 10 seconds.



On Wed, May 18, 2011 at 10:57 AM, Bruno Rocha <rochacbr...@gmail.com> wrote:

> I am using Bloog in my personal blog www.rochacbruno.com.br (it is not
> finished yet) I guess that is a GAE indexes problem, my is running on
> webfaction which is faster at this point.
>
>
> On Tue, May 17, 2011 at 9:15 PM, Richard Baron Penman <richar...@gmail.com
> > wrote:
>
>> nice - I didn't know about bloog.
>>
>> I tried accessing that GAE app at http://blog.lucasdavi.la
>> <http://blog.lucasdavi.la/>and the first request took almost 10 seconds -
>> terrible!
>>
>>
>> On Wed, May 18, 2011 at 9:09 AM, Bruno Rocha <rochacbr...@gmail.com>wrote:
>>
>>> Instant Press
>>> http://code.google.com/p/instant-press/
>>>
>>> Bloog
>>> https://github.com/lucasdavila/blog.lucasdavi.la
>>>
>>> Powerpack
>>>
>>> http://martin.tecnodoc.com.ar/default/post/2011/04/21/14_installing-powerpack-from-zero
>>>
>>> --
>>> Bruno Rocha
>>> [ About me: http://zerp.ly/rochacbruno ]
>>>
>>>
>>>
>>> On Tue, May 17, 2011 at 7:46 PM, Plumo <richar...@gmail.com> wrote:
>>>
>>>> I like this wordpress blog:
>>>> http://blog.alwaysdata.com
>>>>
>>>> Is there an existing web2py app I could use to replicate it?
>>>>
>>>
>>>
>>
>

Reply via email to