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...
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 ...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
Hi Reham, Other tools you can try: - Fiddler - http://www.fiddlertool.com/fiddler/ - great tool, created by Eric Lawrence of Microsoft, free, can work...
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...
... 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...
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:...
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...
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...
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...
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...
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:...
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...