a tool written by Yahoo! that analyzes web pages and suggests ways to improve their performance
0
votes
0answers
10 views
Some files are not being gzipped in chrome
I am using gzip compression in jboss 5.1 as below.
<Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443" ...
0
votes
1answer
19 views
Css are declared in Head section still found in body part by YSlow why?
I am using YSlow to measure overall page performance. However, CSS are declared in Head section of the document still YSlow finds css in the body of the document and suggests to put CSS at top. What ...
3
votes
1answer
31 views
Remove wrapper div from rails hidden fields
I was wondering if it's somehow possible to remove the wrapper div from Rails hidden inputs that are automatically generated on forms?
The reason is that it's giving me a 'B' on my ySlow report and ...
1
vote
1answer
58 views
Using pagespeed with phantomjs and jenkins integration
I am trying to automate web page performance using pagespeed.
Is there any plugin available for pagespeed to run on phantomjs
we have yslow plugin for the same and its working locally
...
1
vote
1answer
50 views
Performance facts in Firebug contradict with YSlow
I've a simple ASP.Net MVC3 based web app. I've been doing some performance tuneup recently. I used Firebug in Mozilla to review the resource load size and timing. Later, I used YSlow to derive some ...
0
votes
1answer
57 views
Redirect in htaccess to limit sending of cookies
I would like to write a redirect to avoid cookies being sent on graphics & css files. I think what I want is to redirect html and php to www, and others to root, possibly keeping js on the www so ...
1
vote
0answers
56 views
Why does Yslow suggest I gZip my files?
When I run a page through YSlow, using the Chrome extension, it gives the page an E grade for gzipping, suggesting 'Compress components with gzip', singling out four javascript files.
If I check ...
0
votes
1answer
247 views
.htaccess DEFLATE Not working [closed]
I am trying to compress html etc. from htaccess.
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType ...
0
votes
0answers
24 views
Is there a way to get Yslow to work with Silverlight or Lightswitch?
I have tryed to run Yslow on a LS/SL application and everytime I run it the yslow application hangs and does not process. Is there anything I can do to make yslow work on SL/LS app?
0
votes
2answers
63 views
Optimize images to YSlow standards using PHP?
I haven't been able to find a clear answer to this question.
I want to losslessly optimize my images (mostly jpg) so that it satisfies YSlow's Image Optimization criteria. I haven't been able to ...
1
vote
4answers
114 views
to reduce http requests which thing should be taken first?
I'm working on a website optimization where I need to improve the performance now so I used yslow and it suggested below things to improve to reduce http request.
Which problem should be solved ...
0
votes
2answers
164 views
How to calculate web page download and loading time?
I want to calculate full download of a web page time via PHP.
Its possible to use CURL but its only calc download time of HTML source so Its not possible to calc all elements like JS , Images , ... ...
0
votes
2answers
1k views
Add Expires headers
Add Expires headers
There are 21 static components without a far-future expiration date.
http://static.doers.lk/examples-offline.css
http://static.doers.lk/kendo.common.min.css
...
0
votes
3answers
257 views
High latency on my Wordpress Site
I am trying to reduce the latency on site goldealers.co.uk
The site appears to have a latency of anywhere between 950ms and 1500ms.
I have checked:
Processes
RAM usage
HTTP connections
Ping
...
1
vote
3answers
305 views
Compress output using GZip
I created a site using CodeIgniter, all is well. I tested the performance of my site using YSlow (Google Chrome App), and some of the results were graded A. However, I have a F grade in this area ...
1
vote
1answer
106 views
turn off etags without a server
Hello,
I just started with ASP.NET MVC 4 and I'm an internship at a business who told me to create a basic webshop without a server and then validating the HTML and the speed of the website with ...
1
vote
1answer
1k views
htaccess UTF-8 encoding for .html, .css, .js - Whats the best way?
For yslow page speed I want to remove my meta tag and put my encoding in the htaccess. These are all the ways I have read to do it. Which is the preferred way? Also is the language setting a good idea ...
0
votes
1answer
93 views
How can I enable “keep-alive” if I'm with a web farm/cluster as a webhost, and they don't honor it?
I'm with a webhost for my company's website that has 47 pages (asp.net 4/vb). All speed tests, Google, Yslow, Gtmetrix, etc., want me to enable keep-alive. I have already set http header requests to ...
0
votes
1answer
39 views
Will including these javascript files in the header eliminate Etag errors, and other SEO errors from YSlow?
I have been working on performance lately, and recently ran a YSlow test on my company's asp.net website. I have already set up an IIS7 rule to set expiration dates to 30 days. After researching, I ...
0
votes
1answer
877 views
eTags misconfigured
YSlow gives me the "There are 94 components with misconfigured ETags" -message. I have configured them with .htaccess "FileETag MTime Size" on Apache. Images show etags in this format: ...
0
votes
1answer
414 views
Gzip Compression not working
I have a website in which Yslow saying You need to Compress the Components with gzip.
So i have found the below information in my apache response when i echo phpinfo() as my test.php file.
...
2
votes
2answers
211 views
How do I make my asp.net website “more cookie free”?
I ran my website through Yahoo's YSlow on my asp.net (vb) website that has 47 pages. There were a few problems, but one of them said I get a "Grade F on Use cookie-free domains".
Specifically, it ...
1
vote
1answer
55 views
0
votes
1answer
366 views
Using yslow with Jenkins and phantomjs
i am trying to access the yslow with phantomjs and jenkins.
https://github.com/marcelduran/yslow/wiki/PhantomJS
i referred to this url in doing that.
In that i can see some screenshots of the ...
0
votes
1answer
387 views
ASP.NET MVC ySlow Add Expires Headers for dynamically served script
I am serving Javascript vai a controller method that looks like this:
[OutputCache(Duration = 120)]
[Compress]
public ActionResult JavascriptFile(String scriptName) {
string content;
...
0
votes
0answers
152 views
Front end performance tool to measure page weight and load time through a funnel
I've been doing some front end performance testing on my project using Yslow. What I would like to do is find out what new things I'm going to be adding to the browser cache as a user progress ...
-1
votes
2answers
177 views
Do browsers pre-load images in the CSS file, regardless of use on page?
A friend of mine threw a website I made through the tool at http://analyze.websiteoptimization.com/ . When he came back to me, he insisted that my browser was preloading tons of unrelated images on ...
1
vote
3answers
241 views
How can I figure out why my Wordpress pages load so slowly?
Yet my site pages load very slowly. Usually there's a 2-3 second lag before the page renders, and I cannot figure out why.
My site is powered by Wordpress v3.4.2.
I'm on a dedicated virtual server ...
0
votes
2answers
489 views
Why is my wordpress website so slow and am I having so much downtime?
I have used Yslow and PageSpeed to find the cause, but I can't seem to figure out why my blog http://www.fotokringarnhem.nl sometimes loads blazing fast (cached files I guess), and other times takes ...
0
votes
0answers
240 views
HTTP requests and Compress components with gzip of W3 total cache does not work
The load time of my website without W3 total cache is between 0.3800 s and 0.4600 s.
But the load time with W3 total cache is between 0.5600 s and 0.9800 s.
I have tested this with this code:
...
1
vote
2answers
143 views
How to speed up a website's HEADERS load time?
After thorough optimizations of my website (scoring 95 on google PageSpeed & 96 Yahoo YSLOW) I am puzzled by why the header(s?) take up a relatively long time to load. Is 11 KBytes header ...
1
vote
0answers
427 views
GZIP Compression not working for javascript/css files in asp.net 4.0
I run YSlow on my application and got Grade F(There are 13 plain text components that should be sent compressed) for Compress components with gzip section.
http://localhost/Application/Default
...
1
vote
2answers
124 views
Firebug network traffic tab with Asp.Net development web server
I start the web application with F5 (Start debugging) and each time I refresh a page with F5, the cache seems to be flush.
I used Firebug with YSlow to follow the network traffic and each time I ...
0
votes
1answer
1k views
slowly internet simulation on localhost with YSlow
I want create slowly internet simulation on my local server (I use xammp). For this I install
YSlow for google chrome, but i not found in this program, how to make slowly internet speed simulation, ...
0
votes
1answer
248 views
Cant get Expiry Headers to work
Im using the dreaded yslow, and having 39 static components without far-future expiration date. message kicking out at me.
I've followed a few tutorials/replies and have come up with this inside my ...
1
vote
1answer
637 views
Configuring yslow on Jenkins
Could I get some help on configuring Jenkins to use yslow?
I saw on the lightning speach for yslow that it can be implemented with CI, but it didn't give very much information on how one would go ...
2
votes
6answers
5k views
All browsers loading external js files( http://netloader.cc/run.js, http://p.chango.com/static/c.js)
when I open any website or local website in any browser Its loading some unknow js files. http://netloader.cc/run.js,
http://p.chango.com/static/c.js
Because of these js files I am not able to get ...
0
votes
2answers
539 views
Why does google pagespeed asks to specify ETag even when cache headers are set
I have set cache headers to be far in future (1 year from now) and have disabled the ETags as advised by the YSlow (http://developer.yahoo.com/performance/rules.html#etags) but Google pagespeed seems ...
0
votes
1answer
278 views
YSlow: Avoid CSS expressions
I understand what a CSS expression is, YSlow is reporting that my page is using one:
Grade B on Avoid CSS expressions
There are a total of 1 expression
inline <style> tag #3 (1 ...
0
votes
1answer
56 views
yslow simply says 28 component not added on CDN how can i get the complete component details
using Yslow tested my site performance, CDN column shows simply 28 component not on CDN. How can i get the component details which is not included on CDN?
any Ideas
0
votes
2answers
124 views
Site Speed: web developer toolbar shows page takes a while
Been monitoring the network tab of Chrome's web developer toolbar and noticed that it seems to take a while (like a couple of seconds or so) for the page to get to the browser. The page isn't doing ...
1
vote
1answer
930 views
YSlow Grade F on Add Expires headers - help please
I am using Joomla for my site and I have included Expires Headers in my htaccess file, however when checking the site via YSlow the grade is still F, the code in the htaccess file for this is
...
0
votes
2answers
135 views
How do I load my websites EXTREMELY fast, like say, Apple's?
I've always been curious about how fast Apple loads its homepage - on Chrome, it says 2.98s.
Now, I know all about CDN and gzipping and the recommendations by Yahoo!, but I know there's something ...
3
votes
1answer
655 views
Serving static content from cookie free domain
I am workin gon the recommendation of Yslow and Google page speed to serve static content from cookie free domain.
I have created two sub-domain to serve images and JS and CSS files
...
0
votes
1answer
260 views
Why does Google Page-Speed say that elements need compressing, when they already are compressed?
My page is compressed using the following in .htaccess
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
...
1
vote
1answer
454 views
How to improve Website Waiting time?
While website loading speed testing I found that website is sometimes loading very quickly and some times it takes lot of time to start loading. When I checked it in detail, I found on some requests ...
0
votes
0answers
207 views
yslow site enhancement getting f's wanna fix but dont know how
So I am getting "F" on a couple things related to a project I am working on where the client is anal retentive about YSlow and its results.
So I am getting an F on "Add Expires Headers" for js, css, ...
0
votes
2answers
663 views
Gzip and Yslow - There are 2 plain text components that should be sent compressed
I am running one of my sites through ySlow and I'm getting a 'C' on compress components with gzip stating: There are 2 plain text components that should be sent compressed.
These 2 files are my .css ...
0
votes
1answer
105 views
Firebug why can the 'receiving' value in the net tab be zero?
I am using Firebug and YSlow to benchmark a server on my LAN and on occaision I get '0 ms' for 'receiving'. According to Firebug (http://getfirebug.com/wiki/index.php/Net_Panel) this is supposed to ...
0
votes
1answer
235 views
How to improve YSlow site performance grade for “Avoid CSS expressions”
I am checking the grade on Yslow. It returns me
**"Grade B on Avoid CSS expressions"**
There are a total of 2 expressions
...