High Performance Web Sites
High Performance Web Sites Essential Knowledge for Front-End Engineers

By Steve Souders
Book Price: $29.99 USD
£18.50 GBP
PDF Price: $20.99

Cover | Table of Contents | Forum | Colophon


Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Welcome Message From Steve
Steve Souders
post Apr 24 2008, 04:33 AM
Post #1


New Member
*

Group: Members
Posts: 2
Joined: 24-April 08
Member No.: 250



If you're tuning in to this webcast you must care about making web sites faster, just like me. No one likes to sit and wait watching their browser load slow pages. I'll talk about the best practices described in my book and will do a demo of YSlow analyzing some of the top web sites in the world. I'll also hint at what's coming up next. Talk to you soon.
Go to the top of the page
 
+Quote Post
woody
post Apr 24 2008, 06:44 PM
Post #2


New Member
*

Group: Members
Posts: 1
Joined: 24-April 08
Member No.: 253



will you be adding to yslow (or other new tool) the ability to ignore or otherwise create a special category for analytics references?

i notice, that yslow always dings my site for google analytics references.
it might be good to know that they are done improperly, but it's actually just telling me that there is no expires header on the the analytics js file.

QUOTE
These components do not have a far future Expires header:
* [HTTP headers] (no expires) https://ssl.google-analytics.com/ga.js


i'm pretty sure it's not the greatest idea to proxy-cache this myself in order to lower the fetch overhead for my clients, but that is possible.
Do you have thoughts on that?
Go to the top of the page
 
+Quote Post
Steve Souders
post Apr 25 2008, 02:45 PM
Post #3


New Member
*

Group: Members
Posts: 2
Joined: 24-April 08
Member No.: 250



Woody: This is a hard problem because if Google makes ga.js cacheable and they have to push a change, then they have to get everyone to update to ga2.js - that's not feasible. If it was me I would proxy ga.js on my own server and use that in my page. I would also write a cron job that checked the Last-Modified (or checksum or whatever) of ga.js and alert me whenever it changed so that I could update my own code. I've been thinking that it would be nice to have a service like this: alert me whenever URL X is updated.

-Steve

Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 17th May 2008 - 02:35 AM