Hi Chinmay,
  That warning is just to help you identify parts of your app that
might benefit from optimization.  You should use appstats and see if
you can optimize your RPCs (like fetching from the dtastore), either
by reducing the number or avoiding serial RPCs.

  http://code.google.com/appengine/docs/java/tools/appstats.html


Robert




On Tue, May 10, 2011 at 13:48, Chinmay <javatut...@gmail.com> wrote:
> Hi all I have hosted my website www.javatutoronline.com  in google
> appengine.  I had made all the pages JSP. The Home .jsp that is the first
> page shows up The "Url uses a high amount of CPU and may soon exceed its
> quota"  in the appengine dashboard. There may be on average 15 to 20 visits
> to this page daily. That is too less still then why am I getting this
> message.
> Thanks in Advance
> Chinmay
>
> --
> 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.
>

-- 
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.

Reply via email to