Previous Thread
Next Thread
Print Thread
Hop To
Joined: Dec 2006
Posts: 1,235
veteran
veteran
Joined: Dec 2006
Posts: 1,235
GTmetrix analyzes your site’s speed and provides you with detailed resources on site optimization.

Quote
Speed is a critical element in a user’s experience of any website, and Google has suggested that load times may become a factor in page ranking. With this in mind, GT is excited to introduce a free tool for measuring the speed of your site.

GTmetrix subjects individual URLs to a range of tests developed by Google and Yahoo!, and presents the results in a detailed, comprehensive report complete with tips on how to improve your performance.
Try a speed test here.

Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
Ive been using googles firefox pluggin called Page Speed

Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Just tried CTmetrix.
Data overload for me.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2006
Posts: 1,235
veteran
veteran
Joined: Dec 2006
Posts: 1,235
I've just been using the GTmetrix and have already improved my sites speed from a D to a B. cool

There's some server stuff on there though that I don't understand. ETags and Expiries to name a few.

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
you can set that up in your .htaccess (if allowed by http.conf) and basically make your files include expiration dates, so when peeps come by and grab the images, css, js etc one time, they cache them and don't take up your BW the next time around..

it's a good thing to implement, if your server setup / hosting situation allows it smile

example of what i have in my http.conf (but it could just as easily be .htaccess for those who can't configure apache)

Code
ExpiresActive On
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/x-javascript "access plus 1 year"

<FilesMatch "(?i)^.*\.(css|js)$">
    SetOutputFilter DEFLATE
    # Netscape 4.x has some problems...
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    # Netscape 4.06-4.08 have some more problems
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    # MSIE masquerades as Netscape, but it is fine
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    # Make sure proxies don't deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
</FilesMatch>

<FilesMatch "(?i)^.*\.(ico|flv|jpg|jpeg|png|gif|js|css)$">
    SetHandler None
    FileETag MTime Size
    Header unset Last-Modified
    Header set Expires "Fri, 21 Dec 2012 00:00:00 GMT"
    Header set Cache-Control "public, no-transform"
</FilesMatch>

the dec 21, 2012 date was taken from the a Mayan expert on apache laugh

Joined: Mar 2007
Posts: 522
Addict
Addict
Joined: Mar 2007
Posts: 522
I think I'll learn a lot from that site.


Steve

UBB.classic from 2000-2003
UBB.threads from 2003-present!
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
So, its a site built by Gossamer Threads that leverages yslow, a firefox plugin, firebug, a firefox plugin, and google page speed, a firefox plugin all on one page? Sort of?

cool?

There is something positive to be said about putting all of the information into one easy to read and understand interface, and for that kudos to Alex and his gang. I personally wouldn't need to use it, but I can already see, just by looking at this topic, that there are a lot of people who would get use from it. I certainly appreciate the effort they've put into it. cool. smile


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Ruben), 661 guests, and 171 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)