Hi, this is Bjoern, from xing.com. I am new here, so at first: Hello everybody ! ... wait a few seconds and then type ... What it showed to me, was what you...
1371
gekkstah
Jan 2, 2010 6:27 pm
Hi, an URL would be helpful, since ofi.docubuilder.com runs into a timeout. Cheers Bjoern...
1372
Björn
gekkstah
Jan 2, 2010 7:13 pm
You can have a look at our blog, on how we log JS Errors: http://blog.xing.com/2009/04/how-to-log-javascript-errors/ You can use the same mechanism to track...
1373
Björn
gekkstah
Jan 2, 2010 10:03 pm
- Using SSL Servers for dealing only with handshakes is very important. - The number of assets served over SSL domains has an immediate impact on the server,...
1374
stephen_m_golden
stephen_m_go...
Jan 7, 2010 5:58 pm
I'm using... FireFox 3.5.7 Firebug 1.4.5 YSlow 2.0.2 I follow the steps for installing the YSlow add-on. I can see it in the add-on extensions list. It says...
1375
Bjoern.Kaiser
gekkstah
Jan 7, 2010 6:44 pm
Try to install the "nightly tester addon", before you install yslow. cheers bjoern...
1376
stephen_m_golden
stephen_m_go...
Jan 8, 2010 5:53 am
Is "Nightly Tester" the same as "Nightly Tester Tools"? If not... Where can I find "Nightly Tester"? All I find is "Nightly Tester Tools"... and after...
1377
stephen_m_golden
stephen_m_go...
Jan 9, 2010 12:42 am
Antonia, on the YSlow team at Yahoo, suggested I disable NoScript before I began the install. I clicked NoScript, selected "Allow Scripts Globally", went to...
1378
Hector Danniel Paz Tr...
leinnadh
Jan 12, 2010 12:22 am
Hi, In my html I have many calls to the same element (a share news icon). When I do a Ctrl+F5 in firebug in the net panel I can see that the element is being...
1379
Felipe Plets
fsplets
Jan 12, 2010 2:17 am
Hi Hector, I think your problem can be related to this Firefox 3.5 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=504184 But the bug status is UNCONFIRMED. ...
1380
Ryan Doherty
ryan.doherty
Jan 12, 2010 7:08 pm
I've spent a few weeks achieving a 99 in YSlow for http://www.getpersonas.com/ and now I'm wondering how to achieve the mythical 100. YSlow doesn't seem to...
1381
Kirk Cerny
kirkcerny501
Jan 12, 2010 7:45 pm
I have 100 for the small site or blog rules. http://www.brifurniture.com Kirk Cerny...
1382
Antonia Kwok
antoniakwok
Jan 12, 2010 8:01 pm
Ryan, It's because of the first rule. The page has 7 cssimages. YSlow allow 6 before penalizing. 3 points is deducted for each additional cssimages. After...
1383
Sergey Chernyshev
sergeycherny...
Jan 12, 2010 8:43 pm
In general, just by looking at a waterfall chart I have a few more additions that you might benefit from: - avoiding redirect from / to /en-US/ - saves you 146...
1384
Ryan Doherty
ryan.doherty
Jan 12, 2010 8:58 pm
Thanks for the tips! -Ryan ... -- Ryan Doherty...
1385
analytics.performance
analytics.pe...
Jan 13, 2010 3:20 pm
It might be the amount of requests your page still makes. For example, 7 background images. Check if you can combine certain sprites in to one bigger sprite. ...
1386
Hector Danniel Paz Tr...
leinnadh
Jan 13, 2010 3:30 pm
Thanks Felipe, I made the tests in windows and linux with firefox 3.5 and 3.6 with the same result, so I confirmed the bug. Now I'm going to look for a ...
1387
Felipe Plets
fsplets
Jan 13, 2010 9:33 pm
Do you tried clear browser cache than access your url? To see if results are the expected, image loaded just once or if the same error occurs? Regards, Felipe...
1388
oschoett
Jan 14, 2010 9:58 am
... The bug appears to be fixed in Firefox 3.6rc1 Regards, Oliver Schoett...
1389
Hector Danniel Paz Tr...
leinnadh
Jan 14, 2010 4:26 pm
... Yes, I installed firefox 3.6 rc1 and it works fine for images. I still see the problem for other elements (swf), but I need to check this further. ... The...
1390
Tobias Rohrle
toobtoob
Jan 15, 2010 4:53 pm
Hello performance team ! I didn't find any relevant post so here is my question. Running apache2 (2.2.8-1ubuntu0.14) and mod_deflate, I configured css ...
1391
Philip Tellis
philiptellis
Jan 15, 2010 7:44 pm
... For yslow, if you have an ETag, then it's misconfigured. The only way to fix that is to completely disable ETags, or to change the rules that YSlow uses....
1392
Stoyan Stefanov
ssttoobg
Jan 15, 2010 8:09 pm
... Small correction - YSlow considers ETag misconfigured only if the ETag string matches the default pattern for Apache (is Server: is Apache) or IIS (is...
1393
Tobias Rohrle
toobtoob
Jan 17, 2010 5:30 pm
... ETags". ... or IIS ... logic ... into ... Thank you for your answers. We use load balanced Apaches that's why we removed "INode" from the default FileETag...
1394
magnificant_bastard
magnificant_...
Jan 18, 2010 9:02 pm
I'm getting a YSlow score of F for that category (Google's Page Speed gives the equivalent failure), my ISP says gzip is enabled and if I test my url via...
1397
paulbgodfrey
Jan 19, 2010 1:25 pm
I would double check the file size in the response against the file size on your server. The easiest way to do this is probably the "net" tab in Firebug. If...
1398
zam6ak
Jan 19, 2010 3:22 pm
Hi all Is there an issue with Smush.it service? For past few days when I run it (via YSlow) I get "Failed to create a temp dir" in the Status column... Regards...
1399
magnificant_bastard
magnificant_...
Jan 19, 2010 5:13 pm
Good call, thanks for the tip. My site is dynamic, when I do a view-source (response) and compare to the net tab, the file size is identical. If I view a...
1400
paulbgodfrey
Jan 19, 2010 9:04 pm
It really depends on the size of the css file. Generally you will see an 80% reduction in size using gzip. So, for our testing purposes, go ahead and upload a...