yslow

Configuring yslow on Jenkins

江枫思渺然 提交于 2019-12-04 15:57:08
问题 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 about doing this. I've done quite a bit of searching on google for yslow and CI or jenkins, and have been unable to find anything. Could anyone point me in the right direction? 回答1: Sorry, seem like someone destroyed YSlow for PahntomJS wiki page but it's back again, check it out at: https://github

Yslow alternatives - Optimisations for small websites

て烟熏妆下的殇ゞ 提交于 2019-12-04 11:00:06
I am developing a small intranet based web application. I have YSlow installed and it suggests I do several things but they don't seem relevant for me. e.g I do not need a CDN. My application is slow so I want to reduce the bandwidth of requests. What rules of YSlow should I adhere to? Are there alternative tools for smaller sites? What is the check list I should apply before rolling out my application? I am using ASP.net. Bandwidth on intranet sites shouldn't be an issue at all (unless you have VPN users, that is). If you don't and it's still crawling, it's probably something to do with the

YSlow gives F grade to files compressed with mod_deflate

 ̄綄美尐妖づ 提交于 2019-12-04 06:50:47
I'm using mod_deflate on Apache 2.2 and the compression level is set to 9. I've fine tuned every possible aspects of the site based on the recommendations of YSlow (v2) and have managed to get an overall A grade (Total Score: 91) as well as on all categories except for: Make fewer HTTP requests ( Grade C - I'm still working on further unification of images) Compress components with gzip ( Grade F ) YSlow still reports back with a F and tells me to use gzip on my CSS and JS files. Here's a screenshot of the YSlow report (the domain has been blurred out for the sake of privacy) : However, sites

Expires and CDNS - YSlow Problems

最后都变了- 提交于 2019-12-03 23:42:55
Let me first mention that I have done some digging but can't seem to find a proper answer to what I'll looking for. I'm working on a site where I am using a few external resources: Google Analytics (//www.google-analytics.com/analytics.js) Latest jQuery version ( http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js ) Google Fonts ( http://fonts.googleapis.com/css?family=Lato:400,300 ) Use a Content Delivery Network (CDN) I'm getting an "F" grade on "Use a Content Delivery Network (CDN)". A different SO Post links to the YSlow FAQ ( direct link ) but this seems to indicate that I need

Remove Etag from favicon.ico

核能气质少年 提交于 2019-12-03 15:31:45
using yslow on a project I am experiencing a "problem" I can not solve. Yslow keeps complaining: There is 1 component with misconfigured ETags http://www.domain.com/favicon.ico I have the following in my .htaccess file # Add Proper MIME-Type for Favicon AddType image/x-icon .ico # Enable Apache's mod_expires Module ExpiresActive On ExpiresByType image/x-icon "access plus 6 month" <ifModule mod_headers.c> Header unset ETag </ifModule> FileETag None Does anybody have an idea how to fix it? Yavane Add this: ExpiresByType image/ico "access plus 1 years" My .htaccess file: <IfModule mod_expires.c>

Configuring yslow on Jenkins

孤人 提交于 2019-12-03 10:11:20
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 about doing this. I've done quite a bit of searching on google for yslow and CI or jenkins, and have been unable to find anything. Could anyone point me in the right direction? Sorry, seem like someone destroyed YSlow for PahntomJS wiki page but it's back again, check it out at: https://github.com/marcelduran/yslow/wiki/PhantomJS There was Jenkins screenshot but no step-by-step integration, I just

Compress components with gzip - Java EE

非 Y 不嫁゛ 提交于 2019-12-02 02:58:14
问题 I am looking to improve front-end performance of my application, so I used YSlow tool in Firefox. When I ran this tool for my app, in the YSlow grade tab it showed up a issue 'Grade F on Compress components with gzip'. Seems to be that we need to compress the files(js, css) while sending from the server to client to increase the server response time. My app is a Struts Java application. Can anyone let me know how to compress and send the front end UI files(JS,CSS) from server so that the

Compress components with gzip - Java EE

守給你的承諾、 提交于 2019-12-02 01:31:58
I am looking to improve front-end performance of my application, so I used YSlow tool in Firefox. When I ran this tool for my app, in the YSlow grade tab it showed up a issue 'Grade F on Compress components with gzip'. Seems to be that we need to compress the files(js, css) while sending from the server to client to increase the server response time. My app is a Struts Java application. Can anyone let me know how to compress and send the front end UI files(JS,CSS) from server so that the response time increases and my pages lot fastly? What are the things that I need to do to compress these

How can I figure out why my Wordpress pages load so slowly?

南楼画角 提交于 2019-12-01 10:46:29
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 with plenty of resources and bandwidth. There are no huge images loading. My CSS files load before JS scripts. I've spent a lot of time trying to optimize the site within the constraints of the platform (Wordpress + plugins, etc). I don't expect my site to be SUPER fast, but I need it to not be SO slow. I'm using Chrome's developer tools to audit my site but the suggestions do not appear to explain

How can I figure out why my Wordpress pages load so slowly?

冷暖自知 提交于 2019-12-01 08:12:18
问题 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 with plenty of resources and bandwidth. There are no huge images loading. My CSS files load before JS scripts. I've spent a lot of time trying to optimize the site within the constraints of the platform (Wordpress + plugins, etc). I don't expect my site to be SUPER fast, but I need it to not be SO