yslow

Wordpress site painfully slow

牧云@^-^@ 提交于 2019-12-01 07:29:54
问题 What tools are there out there for determining why a site takes so long to load pages? I'm using a very simple theme that I changed to fit my needs, it's a brand new site with only two test posts and it takes a while to load. I used YSlow for Firebug and it gives the site a Grade A (90) so that doesn't really help. Is there anything else out there that might help me figure out what's going on? 回答1: try using a profiler like xdebug, how to setup: http://codex.wordpress.org/Testing_WordPress

页面性能测试工具--YSlow

三世轮回 提交于 2019-11-30 21:49:27
(1) 从Firefox的Add-on上下载 ”YSlow" (2)重启Firefox检查是否YSlow已经被正确的安装 (3)到我们要测试的页面,点击任务栏最右下角的 “YSlow"图标 (4)在YSlow的工具窗口,切换到"Home"的标签页,然后点击按钮"Run Test" (5)它会去读一个进度条,表示正在测试,然后测试完了之后,测试的结果将被显示在Grade/Components/Statistics 标签页上。 来源: oschina 链接: https://my.oschina.net/u/214664/blog/186837

评测网页效率的工具—YSlow

若如初见. 提交于 2019-11-30 21:49:13
[转]评测网页效率的工具—YSlow 本文转自:http://www.yuloo.com/news/2008-06-04/89192.html YSlow是由Yahoo开发者团队发布的一款基于Firebug的插件。而Firebug 又是一款基于FireFox的插件。所以说YSlow是一款基于FireFox插件的插件。虽然有点绕,但是最终说明的问题是:   很遗憾,微软的IE系列浏览器不能使用YSlow。   YSlow只能使用在FireFox浏览器上。   如果要想使用YSlow,那么你必须先安装FireFox。   如果要想使用YSlow,那么你就要安装FireFox上的Firebug插件。   这看上去好像有点令人沮丧,但是事实上它并不像想象中的那么麻烦,只要按照下面的步骤你将能很快的使用YSlow:   到http://www.mozilla.net.cn/firefox/ 下载最新版的FireFox,并安装它。当然如果你已经安装了FireFox可以跳过此步。   到https://addons.mozilla.org/en-US/firefox/addon/1843/ 下载最新版的Firebug,并安装它。当然如果你已经安装了Firebug可以跳过此步。   到https://addons.mozilla.org/en-US/firefox/addon/5369/

YSlow使用指南_最新2.0使用指南中文版

瘦欲@ 提交于 2019-11-30 21:48:49
YSlow分析网页,并提出如何提高其性能的基础上一套规则,高性能的网页。我搜索一下”Yslow使用说明“,发现都是旧版本Yslow的使用介绍。于是翻译了一下yahoo官方关于新版Yslow的的使用帮助,希望给初次使用Yslow的朋友一些帮助。 注:英文不是很好,对着翻译软件翻译的,有不对的地方,大家指正。 安装 YSlow 先安装 Firebug https://addons.mozilla.org/en-US/firefox/addon/1843 Firebug 帮助文档 http://www.getfirebug.com/docs.html . 再下载安装 http://developer.yahoo.com/yslow 使用Yslow Yslow是运行在Firebug窗口下,所有要运行Yslow,必须安装Firebug。 有两种方法启动Yslow 1、打开Firebug窗口,选择Yslow选项。 2、直接点击浏览器右下角的Yslow启动按钮。 你第一次打开Yslow时,以下图像作为Firebug的一部分被显示在的浏览器窗口。 点击 Run Test 运行Yslow,也可以点击 Grade, Components, 或Statistics选项开始对页面的分析。 你可以选择 Autorun YSlow each time a web page is loaded

htaccess UTF-8 encoding for .html, .css, .js - Whats the best way?

时光毁灭记忆、已成空白 提交于 2019-11-30 07:24:33
问题 For yslow page speed I want to remove my meta tag and put my encoding into the .htaccess file. Below are all the ways to do it I have read about. Which is the preferred way? Also is the language setting a good idea too - and if out side of the filesmatch will it apply to all file types? 1) https://github.com/jancbeck/My-Wordpress-Boilerplate/blob/master/htaccess.txt AddDefaultCharset utf-8 AddCharset utf-8 .html .css .js DefaultLanguage en-US vs 2) http://www.askapache.com/htaccess/using-http

网站性能工具Yslow的使用方法

守給你的承諾、 提交于 2019-11-29 17:32:14
Yslow是雅虎开发的基于网页性能分析浏览器插件,从年初我使用了YSlow后,改变了博客模板大量冗余代码,不仅提升了网页的打开速度,这款插件还帮助我分析了不少其他网站的代码,之前我还特意写了 提高网站速度的秘籍 ,就是通过这款插件分析得出的。网络上已经有不少Yslow使用说明了,本文我想介绍下我使用Yslow的方法和一些别人没提到的小技巧。 Yslow的安装方法 现在Yslow已经有很多版本了,本文介绍的是3.0.4最新版,打开 Yslow官网 就能看到有四个版本可供选择:火狐(firefox)浏览器、谷歌(chrome)浏览器、欧朋(opera)浏览器和移动版。 安装Yslow要先 安装 Firebug (本地址以火狐为例),两种方法启动Yslow:1、打开Firebug窗口,选择Yslow选项。2、直接点击火狐右下角的Yslow启动按钮。 (图1:Yslow的启动界面) 点击 Run Test 运行Yslow,也可以点击 Grade, Components, 或Statistics选项开始对页面的分析,如果在 Autorun YSlow each time a web page is loaded 上打上对勾,它将自动对以后打开页面进行分。 注意图中的红框,这里是规则集,YSlow (V2)包含了所有22个测试的规则,YSlow (V1)包含原始13规则,小网站或博客

Mod_deflate and mod_header settings?

一个人想着一个人 提交于 2019-11-28 20:55:58
I've finally gotten a VPS hosting account set up this allows me to use mod_deflate and mod_header (of course). I'm attempting to make my site faster by YSlow's guidelines which include gzipping (via mod_deflate) the pages and setting a long expire header. What would the .htaccess code for this look like? I've seen various examples but I'm wondering what it would look like to fit those parameters. For example # Mod_deflate <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript SetEnvIfNoCase Request

apache compression Deflate .js and .css files not compressed?

荒凉一梦 提交于 2019-11-28 18:19:55
In Apache Im enabling output compression by adding the following to my .htaccess file: # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript # Or, compress certain file types by extension:

Add Expires headers

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-28 02:55:43
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 http://static.doers.lk/kendo.default.min.css http://static.doers.lk/style.css http://static.doers.lk/jquery.min.js http://static.doers.lk/kendo.web.min.js http://static.doers.lk/console.js http://static.doers.lk/sprite.png https://fbexternal-a.akamaihd.net/safe_image.php?... https://fbexternal-a.akamaihd.net/safe_image.php?... https://fbexternal-a.akamaihd.net/safe_image.php?... https://fbexternal-a.akamaihd.net/safe

apache compression Deflate .js and .css files not compressed?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-27 11:15:20
问题 In Apache Im enabling output compression by adding the following to my .htaccess file: # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript