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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 246 - 275 of 1297   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
246
Hello I read about that tool at "High performance wen site " book but really I can not understand, Where can I add The "TTL" ? Should I add it on the...
Reham
reham_elgammal
Offline Send Email
Feb 2, 2008
2:31 am
247
TTL needs to be set in DNS record. ... -- Sent from Gmail for mobile | mobile.google.com...
Rakesh Rajan
rakeshxp
Offline Send Email
Feb 2, 2008
9:03 am
248
Hi Morpheto, I haven't tried to aggregate those particular files you are referring to, but I don't see any reason for not being possible, give it a try and ...
Adriano Fonseca
adrfonseca
Offline Send Email
Feb 2, 2008
9:13 am
249
There is now an online version of the pagetest tool available - http://www.webpagetest.org <http://www.webpagetest.org> You can submit urls for testing and get...
Patrick Meenan
pmeenan
Offline Send Email
Feb 4, 2008
1:28 pm
250
Looks like at least one person bumped into a problem testing a page that timed out because of post-document complete activity. I just posted an update to the...
Patrick Meenan
pmeenan
Offline Send Email
Feb 5, 2008
12:02 am
251
Hi, Has anyone on this list have some pointers on the subject of the impact with and without using Chunked Transfer Encoding. I am not aware of other common ...
Paddy Ganti
paddy_ganti
Offline Send Email
Feb 5, 2008
1:30 am
252
Just to re-iterate the limitations (since it looks like there were a fair number of requests for tests that wouldn't work), the online pagetest can only get to...
Patrick Meenan
pmeenan
Offline Send Email
Feb 5, 2008
11:49 am
253
I have apache 2x and have added SetOutputFilter DEFLATE to the .htaccess file. This message appears: These components are not gzipped: (6.3K)...
Lou Smith
pacefather
Offline Send Email
Feb 10, 2008
3:31 am
254
did you tell it which file types to gzip? i have AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/js <Files *.php> SetOutputFilter...
Brian Williams
c0ffee2k
Offline Send Email
Feb 10, 2008
4:50 am
255
I hoped you were right; however, it did not work. I did find a php solution. <? ob_start("ob_gzhandler"); ?> on line one of every html page. Still leaves css...
Lou Smith
pacefather
Offline Send Email
Feb 10, 2008
5:57 am
256
I took a further look and did some testing (gzipping was something I figured out in a day and kinda forgot about it the next) and found the following is what...
Brian Williams
c0ffee2k
Offline Send Email
Feb 10, 2008
6:34 am
257
Hi all Is Yslow provide time line chart for all the component of front-end page? Please advice and if the answer is no please provide me with a free and...
Reham El Gammal
reham_elgammal
Offline Send Email
Feb 12, 2008
2:57 pm
258
If you're looking for a waterfall timeline then pagetest works well (in IE) - http://pagegtest.sourceforge.net - It's also available online if you want to have...
Patrick Meenan
pmeenan
Offline Send Email
Feb 12, 2008
3:19 pm
259
See also http://tools.pingdom.com/fpt/ if you do mean a waterfall type chart. ... -- Barry - www.nearby.org.uk - www.geograph.org.uk -...
Barry Hunter
b_b_hunter
Offline Send Email
Feb 12, 2008
3:26 pm
260
It doesn't look like the pingdom tool executes javascript (or IFrames for that matter). It'll probably work well for a completely static page but falls apart...
Patrick Meenan
pmeenan
Offline Send Email
Feb 12, 2008
3:35 pm
261
FWIW, the connection logic in pingdom is also incorrect and doesn't mimic the 2 connections per host limit in IE (assuming HTTP 1.1). Looks like it has 10...
Patrick Meenan
pmeenan
Offline Send Email
Feb 12, 2008
3:40 pm
262
Hi Reham, Other tools you can try: - Fiddler - http://www.fiddlertool.com/fiddler/ - great tool, created by Eric Lawrence of Microsoft, free, can work...
Stoyan Stefanov
ssttoobg
Offline Send Email
Feb 12, 2008
7:12 pm
263
Just be warned with Fiddler (or any other proxy-based solution) that the browser connection logic is different when going through a proxy so it won't be...
Patrick Meenan
pmeenan
Offline Send Email
Feb 12, 2008
7:46 pm
264
... The tool does not seem to work at all on my German XP SP2 fully patched including the MS patch day today. I installed version 2.0.0.65, start IE7, select...
Oliver Schoett
oschoett
Offline Send Email
Feb 13, 2008
11:41 am
265
Hello Can any one provide me with how can I configure the Etags on IIS for the first time? Thanks Reham Elgammal Quality team leader ITWorx Egypt Tel:...
Reham El Gammal
reham_elgammal
Offline Send Email
Feb 14, 2008
2:53 pm
266
Here's a MS Support article that describes how to sync your ETags. http://support.microsoft.com/?id=922733 -Steve...
Steve Souders
steve_souders
Offline Send Email
Feb 14, 2008
5:24 pm
267
Hi all I wanna ask about sprites : When we use a big image includes many small icons if I used it many times in different classes with the...
Bassem khairy
bassemclub
Offline Send Email
Feb 14, 2008
7:09 pm
268
As far as I understand it the image is requested once and then displayed multiple times on the page. The browser then moves the image around and crops it to...
Nick Le Mouton
southofheaven
Offline Send Email
Feb 14, 2008
9:36 pm
269
Reham, Can't say on IIS; however, FileETag MTime Size added to the .htaccess will do it for Apache...
Lou Smith
pacefather
Offline Send Email
Feb 14, 2008
9:51 pm
270
Does it actually crop it? Will the browser get bogged down if you show a small portion of a big image multiple times? On Thu, Feb 14, 2008 at 2:36 PM, Nick Le...
Kirk Cerny
kirkcerny501
Offline Send Email
Feb 14, 2008
10:59 pm
271
The answer to your question is implementation dependent. For desktop browsers where there is plenty of virtual memory and the CPU is fast, it should not be an...
Wayne Shea
cws822
Offline Send Email
Feb 15, 2008
2:48 am
272
Hi there, My Firefox version is: 2.0.0.12. When I updated YSlow from 0.92 to 0.93, I receive the following error: TypeError: getBrowser().remove Tab has no...
Dan Atkinson
danielatkins...
Offline Send Email
Feb 15, 2008
11:09 am
273
Thanks For all your replys but this is not the answer i seek till now i hope some one could understand my point . Thanks Bassem khairy ... From: Wayne Shea To:...
Bassem khairy
bassemclub
Offline Send Email
Feb 15, 2008
12:40 pm
274
I believe there's some sort of conflict with the Tab Mix Plus extension. Do you have this extension installed? If disable it and enable YSlow is everything...
Stoyan Stefanov
ssttoobg
Offline Send Email
Feb 15, 2008
5:19 pm
275
Any suggestions for a tool to do the timeline charts on a mac? Thanks, Paul...
silevitch
Offline Send Email
Feb 15, 2008
8:04 pm
Messages 246 - 275 of 1297   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