Re: [google-appengine] Re: Loading time

2012-08-14 Thread Rerngvit Yanggratoke
Have you try profiling your app with Appstat(
http://googleappengine.blogspot.com/2010/03/easy-performance-profiling-with.html
)?

On Wed, Aug 15, 2012 at 3:50 AM, Nico  wrote:

> It takes 5-10 segs to load the test servlet.
>
> PseudoCode:
> Creates 1 PersistanceManager instance.
> Creates and makes persistent like 11 entities.
> Brings entities back by id and shows them.
>
> I have no problem uploading the code, but i think that the description
> above is basically all the test does.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/alUwPukknOEJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Best Regards,
Rerngvit Yanggratoke

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Loading time

2012-08-14 Thread Nico
It takes 5-10 segs to load the test servlet.

PseudoCode:
Creates 1 PersistanceManager instance.
Creates and makes persistent like 11 entities.
Brings entities back by id and shows them.

I have no problem uploading the code, but i think that the description 
above is basically all the test does.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/alUwPukknOEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Loading time

2012-08-12 Thread Joakim
Since you haven't given much detail to go by, I'll make a random guess. Are 
you using JDO and creating a new PersistenceManagerFactory on every 
request? Perhaps there is something in your logs to hint at what's going on?

On Sunday, August 12, 2012 1:52:26 PM UTC+2, Nico wrote:
>
> Hi, i have been running some tests (in java), my app just goes to the DB 
> and shows some info. My question is: Why when i load the site it lasts like 
> 5-10 seconds to load completely? Mostly having in mind that the code does 
> almost nothing.
>
> http://matchreminder.appspot.com/matchreminder
>
> Any idea?
> Thanks in advance!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/V_BYduSzO4kJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.