Search the web
Sign In
New User? Sign Up
exceptional-performance · Exceptional Performance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1269 - 1299 of 1299   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1269
I feel your pain and I did something about it. Try punypng.com API is going limited beta this weekend. Conrad Sent from my iPhone...
Conrad Chu
chuboy
Offline Send Email
Oct 3, 2009
5:37 pm
1270
Yahoo! is working on a version of Smush.it which will allow you to upload your local images from disk. We are working through issues around legal and...
Pramod Khincha
pramodkhincha
Offline Send Email
Oct 4, 2009
3:35 pm
1271
I've just been asked to test a system based on OAS (10g) and wondered if this experience was typical? OAS generates multiple downloads of HTML formatted files:...
NickT
nicktulett
Offline Send Email
Oct 5, 2009
2:16 pm
1272
I want to clarify one thing though. If you use YSlow, there is a "All Smush.it" link in the tools tab which will take run smush.it on all the images it finds...
Antonia Kwok
antoniakwok
Offline Send Email
Oct 5, 2009
6:07 pm
1273
I'm looking forward to when it's open-sourced, I've wanted to use it locally for a while. Making it part of a build process is a huge plus. -Ryan ... -- Ryan...
Ryan Doherty
ryan.doherty
Offline Send Email
Oct 5, 2009
9:47 pm
1274
I'm looking for a Firefox add-on that will let me do what Hammerhead did in Firefox 2. I'm on Firefox 3 (3.0.14, to be exact), and the existing Hammerhead...
Goris, Frederik
thespianfred...
Offline Send Email
Oct 20, 2009
9:02 pm
1275
Shoot! If only the creator of Hammerhead read this mailing list. Oh, wait... Hammerhead works fine in FF 3.x. I use it daily. Several people have had problems...
Steve Souders
steve_souders
Online Now Send Email
Oct 20, 2009
10:00 pm
1276
I know one of the top performance recommendations is to reduce the number of web requests. I use the YUI compressor to compress css and js into single files...
Bill Moseley
whmoseley
Offline Send Email
Oct 24, 2009
3:23 pm
1277
Bill, Some thoughts..... The problem as I see it is that it is an optimization problem of minimizing network time (transfer of the smaller per page resources) ...
Christian Storm
christian.storm
Offline Send Email
Oct 24, 2009
4:28 pm
1278
The simple answer for a site owner who wants results right now is to send it all at once. If you have more time and the ability to analyse the problem (which...
Philip Tellis
philiptellis
Offline Send Email
Oct 25, 2009
12:12 am
1280
For a large site and a large number of CSS rules, be aware there is a penalty to loading up all the CSS in one big lump up-front. By large I mean upwards of...
sam foster
potatosculptor@...
Send Email
Oct 28, 2009
8:07 am
1281
Hi, I need some advices for this idea : instead of having HTML tags like <script src="file.js" ...> and <link href="style.css" ...> I use the PHP include...
pekkat_p4
Offline Send Email
Oct 29, 2009
2:16 pm
1282
It's not a good idea. Of course, it reduces the amount of requests, but you can't use caching for both js and css...
Bruno
bruno.sabot
Offline Send Email
Oct 29, 2009
3:13 pm
1283
I'd only recommend this if you want your first page to load as fast as possible (when a users's cache is completely empty). After that, external references...
Ryan Doherty
ryan.doherty
Offline Send Email
Oct 29, 2009
3:59 pm
1284
You can also lazy load real CDN'd versions of files on page load so that you getthe fast uncached but the have precached for the rest of the site Sent from my...
Tom Hughes-Croucher
tom_croucher
Offline Send Email
Oct 29, 2009
7:32 pm
1285
Big thanks to Strangeloop Networks <http://www.strangeloopnetworks.com/> who is providing the test system - testing is now available from San Jose on...
pmeenan
Offline Send Email
Oct 29, 2009
11:05 pm
1286
so cool Way to go, Pat!...
Steve Souders
steve_souders
Online Now Send Email
Oct 30, 2009
2:27 am
1287
Good approach is to mark a user with the cookie when they get external CSS / JS post-loaded into cache (with infinite expiration) so next time you don't have...
Sergey Chernyshev
sergeycherny...
Offline Send Email
Oct 31, 2009
9:03 pm
1288
I agree totally with hanooter, the OP. smush.it was a brilliant tool when web developers could upload a bunch of files directly from their computer to smush.it...
Phil
philetjude
Offline Send Email
Nov 4, 2009
4:25 pm
1289
Hi to all client side performance gurus out there In case you are looking for a JavaScript & DOM tracing, Network and Rendering Times Analysis in IE6, 7 and 8...
grabnerandi
Offline Send Email
Nov 5, 2009
3:22 pm
1290
Hi there Bill, I've found that my pages are quicker if I conditionally include js files at the time the page is delivered. I use WordPress as a CMS, and insert...
GT
transom1
Offline Send Email
Nov 5, 2009
9:19 pm
1291
Hey y'all My site's performance has benefited greatly from YSlow and the various hints: the next step for me is to try to combine images into sprites... I was...
GT
transom1
Offline Send Email
Nov 5, 2009
9:57 pm
1292
I did a bulk analysis a few months ago at all of the tests that had been submitted to WebPagetest <http://www.webpagetest.org/> here (24k unique urls):...
Patrick Meenan
pmeenan
Offline Send Email
Nov 5, 2009
10:11 pm
1293
Thanks for your response, Pat. I tried running a test of that sort some days ago, but for some odd reason my site redirected to a login page. The same thing...
GT
transom1
Offline Send Email
Nov 6, 2009
10:40 pm
1294
Hi y'all. When I run YSlow/FireBug on my Wordpress-CMS driven site, I get a 'bad grade' (a 'B') for "Put javascript at bottom"; the offending javascript is...
GT
transom1
Offline Send Email
Nov 7, 2009
12:57 am
1295
Unfortunately, it's not always that easy to move code down below, but i agree, that better handling of JavaScript is a good idea for many open source projects...
Sergey Chernyshev
sergeycherny...
Offline Send Email
Nov 7, 2009
3:45 am
1296
Hi again, Interesting development (and solution to the strange login redirect). It turned out that a plugin (which shall remaion nameless) was causing the...
GT
transom1
Offline Send Email
Nov 8, 2009
11:57 pm
1297
Hi, the JSLint tool in YSlow doesn't work for me. It just displays a (Untitled) page with the content "undefined". - Tried it on several (quite different)...
lercherch
Offline Send Email
Nov 9, 2009
12:54 am
1298
keep-alive can be good or bad depending on your situation. This is the apache doc about it: http://httpd.apache.org/docs/1.3/keepalive.html The idea is that...
Philip Tellis
philiptellis
Offline Send Email
Nov 9, 2009
10:19 pm
1299
The browsers will all make multiple connections with persistent connections enabled. If everything is served from a single domain (like with most sites on...
Patrick Meenan
pmeenan
Offline Send Email
12:10 am
Messages 1269 - 1299 of 1299   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help