Hi Rajesh, Google Groups isn't the place to post specific technical issues, as this forum is meant more for general discussion of the platform and services.
If you would like help with a technical issue, you should post to stackoverflow [1] or serverfault [2]. If you believe you've identified and can reproduce an issue with the platform itself (behaviour is different from documentation or error occurs during normal use), then you should proceed to open a public issue tracker [3] issue with enough detail to reproduce the issue on our side, or if possible, an attached app that can be used to directly observe the behaviour. Your issue report has a decent amount of information, and posting it to one of those other locations should give enough information for you to at least start to get some help. If you would like to open a thread in this forum discussing the platform or services in more broad terms, starting a discussion that would be useful for other users to join in to, feel free to do so. Have a great day! [1] http://www.stackoverflow.com/ [2] http://www.serverfault.com/ [3] http://code.google.com/p/google-appengine/issues/list On Wednesday, August 12, 2015 at 5:22:08 AM UTC-4, Rajesh Gupta wrote: > > We are continuing to do the analysis of our latency issues > > I am doing appstats analysis of a simple program using GAE and Objectify. > > I am seeing two datastore_v3.get for ofy.load(). > > Please find attached the screenshot. > > Please find the simple code used > > public class App1SampleServlet extends HttpServlet { > > public void doGet(HttpServletRequest req, HttpServletResponse resp) > throws IOException { > Car c = ofy().load().type(Car.class).id("123123").now(); > resp.setContentType("text/plain"); > resp.getWriter().println("Hello, world"); > } > > why are two datastore_v3.get() for one ofy.load() > > Thanks > Rajesh > *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>* > *www.AccountingGuru.net <http://www.AccountingGuru.net>* > *Accounting/Inventory/Orders on Google Cloud Platform and Mobile* > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/096a6865-281c-4a1a-881a-147ec397da2d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
