Huge thanks to the guys at Strangeloop Networks <http://www.strangeloopnetworks.com/> , you can now run tests from mainland China (Jiangsu) using WebPagetest...
1423
Sergey Chernyshev
sergeycherny...
Feb 1, 2010 6:58 pm
Great! Do you have any reports with content blocked on Great Firewall of China? Sergey...
1424
Patrick Meenan
pmeenan
Feb 1, 2010 7:41 pm
It’s apparently quite fluid with sites (and even just pages within sites) coming and going. There’s a Wikipedia entry with some sites listed but even some...
1425
Noodles
southofheaven
Feb 1, 2010 9:10 pm
Looks like twitter is blocked: http://www.webpagetest.org/result/100201_4SMP/ Thanks Patrick and strangeloop :)...
1426
Neil
neil.hopkins...
Feb 3, 2010 9:26 am
Huge thanks to you....
1427
gregrooot
Feb 4, 2010 2:37 pm
Ditto!...
1428
simonsoccer3
Feb 5, 2010 11:13 pm
Running YSlow in FF 3.6 on Windows Vista 64-bit. Getting tons of uncaught chrome errors in my JS console. Thought I should post them somewhere for fixing. :) ...
1431
satya_prakash_karan
satya_prakas...
Feb 13, 2010 6:01 am
Hello I have details about web page performance etc. and one problem about performance is lots of http requests. another is JavaScript blocking. This Js is...
1433
satya_prakash_karan
satya_prakas...
Feb 13, 2010 6:08 am
In the sight I have this site: http://www.satya-weblog.com/ Recently I have added MicroPoll on top and this combined with other has made my site slow. So I...
1434
jasssonpet
Feb 14, 2010 12:59 pm
There are 2 Javacript scripts found in the head of the document....
1435
Philip Tellis
philiptellis
Feb 14, 2010 4:35 pm
I wrote a bit on my blog about how I handle dynamically loading widgets: You may have to modify it for your own use, but I think the principles should be the...
1436
Philip Tellis
philiptellis
Feb 14, 2010 4:35 pm
... It would help if you also mentioned where you found this spelling mistake....
1437
lrachits
Feb 16, 2010 4:58 pm
I've been thinking recently about the importance of performance and uptime. Why it's important, why we spend our lives worried about it, and why it (truly)...
1439
Ryan Doherty
ryan.doherty
Feb 18, 2010 10:58 pm
Great article! I love the amount of references you link to, it will be a reference for me when I argue to my co-workers about the importance of performance. ...
1440
planningqueen
Feb 21, 2010 6:27 am
Hello, I am a very new user of YSlow. My site is very slow in loading on the home page http://planningwithkids.com/ . When I looked at the component break...
1441
planningqueen
Feb 21, 2010 1:15 pm
I have found the source of the problem. There was some junk written into part of the meta key words that was causing the problem....
1442
Reham El Gammal
reham_elgammal
Feb 28, 2010 10:04 am
Here you are :) Thanks Reham Elgammal Quality team leader CSTE, PMP ITWorx Egypt Tel: +202.6736420 Mob:+0105667792 www.itworx.com ... From: Mohamed Nabil Sent:...
1443
Locol Man
amiwebguy
Mar 1, 2010 11:10 pm
I have a site that has a number of background images that makes use of the background:repeat-x property and value. Is there a way to add these images to the...
1444
Stoyan Stefanov
ssttoobg
Mar 1, 2010 11:52 pm
Hope this helps: http://www.phpied.com/background-repeat-and-css-sprites/ "The rule is pretty simple: if you want the background to repeat vertically (top to...
1445
Steve Souders
steve_souders
Mar 2, 2010 12:55 am
Have you tried SpriteMe? http://spriteme.org/ (Hi Stoyan! ;-) -Steve...
1446
Sergey Chernyshev
sergeycherny...
Mar 2, 2010 3:32 am
It looks like YSlow is not encoding a + sign properly when it's passed in the URL that is being tested. As a result, URLencoded value (stored in "u") contains...
1447
Locol Man
amiwebguy
Mar 2, 2010 5:16 pm
Thanks for your suggestions, I did actually try SpriteMe but it threw an error, "An error occurred trying to create the sprite image". It's probably due to an...
1448
Steve Souders
steve_souders
Mar 2, 2010 5:41 pm
Yes, you need to run SpriteMe on a page that is not behind a firewall: http://spriteme.org/faq.php#firewall -Steve...
1449
Locol Man
amiwebguy
Mar 2, 2010 5:54 pm
Thanks for your suggestions, I did actually try SpriteMe but it threw an error, "An error occurred trying to create the sprite image". It's probably due to an...
1450
Kirk Cerny
kirkcerny501
Mar 2, 2010 6:10 pm
SpriteMe works for me, and I work 10ft from you. I am behind the same firewall. Kirk Cerny...
1451
Steve Souders
steve_souders
Mar 2, 2010 6:44 pm
It's okay if you're behind a firewall - but the images you want SpriteMe to sprite together have to be available publicly. As a workaround, you can do a local...
1452
jeremy_hay
Mar 2, 2010 6:50 pm
Is it possible to get the list of components that are not using a cdn when using the beacon feature? Right now I only get the numeric score for the cdn:...
1453
Locol Man
amiwebguy
Mar 2, 2010 7:41 pm
Okay, I think I've figured out my issue. If you look at http://www.5nut.com/sprites.php it works now. #header3 { width: 100%; height: 36px; background-image:...
1454
kirti
kirtiteja
Mar 10, 2010 4:15 pm
i noticed yahoo.com use this http://l.yimg.com/a/combo?arc/yui/reset_2.6.5.css&arc/yui/fonts_2.6.4.css&metro/uiplugins/generic_0.1.9.css to concatenate css...
1455
Rob Larsen
super_genius.rm
Mar 10, 2010 4:28 pm
The best way for most folks to accomplish this (for my money at least) is to minify and concatenate JavaScript and CSS using build tools (like Ant or Maven)...