On 3月17日, 上午1時22分, Don Schwarz <[email protected]> wrote: > Hmm, interesting. What about doing something like 'time > curlhttp://yourapp.appspot.com/.../a-small-file'? Hi~ you mean upload a very small file and test the speed when browser only connect to it?
> Also, you mentioned resource files. Just to confirm, are you talking about > serving static files, or are you serving these files (and doing the 304 > handling) yourself with Java code? If you send me your app id privately I > can double-check this for you. Yes, all imported files are static resources(image, css, js), I don't output them with Java code. But the page client will receive some data from server via AJAX call when page initialized. I will remove something from my app after I go home and upload it, for checking. And I will email you the app id privately. Thanks for your generous support!! :^) > Have you tried YSlow or something equivalent? That may be useful. Ya, I install the YSlow plugin in Firefox. From the check items, It indicate that imported files are too many. But currently, the page can't run normally without them(jQuery plugins), so I can't do anything to fix this problem. The only thing I can do is merge several small image icons to a big one, to reduce the request counts. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
