Pagespeed increases load time and index

81 views
Skip to first unread message

Vivek Kumar

unread,
Jan 15, 2013, 2:26:33 PM1/15/13
to google-a...@googlegroups.com
whcih is on GAE for java and have a gwt module in it.

The pagsepeed optimized page takes 200% time more to load when i tried my page http://www.sakshum.org/ui/page/DonorRegister.jsp

Any bug in pagespeed optimization service?

Adam Sah

unread,
Jan 15, 2013, 6:39:02 PM1/15/13
to google-a...@googlegroups.com
sadly, this was similar to my experience as well, and we shut it off and simply used public caching (aka Cache-Control: public etc.)

adam

Vivek Kumar

unread,
Jan 15, 2013, 6:49:21 PM1/15/13
to google-a...@googlegroups.com
sad google doesnt analyze tools for their own technologies like GWT



--
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/-/YbTAAR8xMScJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Robert Schuppenies

unread,
Jan 16, 2013, 11:25:36 AM1/16/13
to Google App Engine
Could you file an issue at https://code.google.com/p/googleappengine/issues/ and describe your experience?

Thanks!


On Tue, Jan 15, 2013 at 3:39 PM, Adam Sah <adam...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Vivek Kumar

unread,
Jan 16, 2013, 11:49:42 AM1/16/13
to google-a...@googlegroups.com

Brandon Wirtz

unread,
Jan 16, 2013, 12:22:54 PM1/16/13
to google-a...@googlegroups.com

Page speed works like Beautiful soup + a CDN

 

If you don’t have a sucky page template, and you serve mostly unique content, page speed will slow you down a lot.

 

The request hits the Page Speed Caching Proxy, the caching proxy grabs the page from Appengine, the proxy recalculate the HTML, then serves the user.

 

For a “miss” to the cache you have the Appengine time, Plus the HTML clean up time.

 

Unlike “good” cdn solutions Page speed doesn’t do anticipative caching, where the cache of popular content is kept warm automatically so users almost never hit an uncached page.

Vivek Kumar

unread,
Jan 16, 2013, 12:41:13 PM1/16/13
to google-a...@googlegroups.com
yeah in case of gwt using apps looks like not a solution



Ryan Chazen

unread,
Jan 16, 2013, 3:01:59 PM1/16/13
to google-a...@googlegroups.com
If you use all of GWT's client bundle options then you already have the effect (and more) of PageSpeed. Automatic image sprites, embedded resources, embedded css, etc. Running all of this through PageSpeed again is just wasting a lot of work to re-do what is already handled by GWT's compiler.

Vivek Kumar

unread,
Jan 16, 2013, 3:08:01 PM1/16/13
to google-a...@googlegroups.com
so u mean its a big no no to use pagespeed on gwt ? may be that should be mentioned on pagespeed docs



To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/a1YWgjtymOQJ.
Reply all
Reply to author
Forward
0 new messages