logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> How-to's & Documentation & Tips View previous topic :: View next topic
Reply to topic   Topic: Measure the Page Speed - Web Performance
Author
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Fri 29 Jul '11 20:15    Post subject: Measure the Page Speed - Web Performance Reply with quote

Page Speed Service is an online service to automatically speed up loading of your web pages. Page Speed Service fetches content from your servers, rewrites your pages by applying web performance best practices and serves them to end users via Google's servers across the globe.

The extent of speed up depends on a variety of factors such as content on your pages, browser, geographic location of access, bandwidth, etc. You can run tests to measure the speed up of your site in a few minutes....

Read more Google Page Speed Service

And very good test at Measure Speed up click there on Webpage Test

Steffen
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Fri 29 Jul '11 22:34    Post subject: Reply with quote

I love the tool at http://www.webpagetest.org/compare

After some changes it improved, for example:

Start render from 1.334 to 0.891 sec, that's quite an improvement.
Page speed score from 82/100 to 89/100

All other scores are better, I did the following based on the reports (a lot info they give):

- Implemented mod_never_expire for gif, jpg and css, this helps the most
- removed a paypal gif, was given a 404
- an unnessary call in CSS

mod_never_expire is at the download page here and I used in the apachlounge vhost:

<FilesMatch \.(?i:gif|jpg|css)$>
NeverExpire on
</FilesMatch>

Also see that the google ads takes most of the time. I really want to remove them. But I need it to be able to get a new server (I need).


Steffen
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Fri 29 Jul '11 23:01    Post subject: Reply with quote

Just noticed that mod_expire reduced noticable the hits on the server.

The light blue graph are the raw hits, and you can see that after restarting (for mod_never_expire) the server at 10 PM the hits are less.

Steffen
Back to top
FiShBuRn



Joined: 24 Jul 2009
Posts: 4

PostPosted: Fri 07 Dec '12 11:10    Post subject: Reply with quote

I would like to test this mod_never_expire but i cant find him in download section..
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Fri 07 Dec '12 11:20    Post subject: Reply with quote

Was obsolete, you can have expire with standard directive.

See: http://httpd.apache.org/docs/2.4/mod/mod_expires.html
Back to top
FiShBuRn



Joined: 24 Jul 2009
Posts: 4

PostPosted: Sat 08 Dec '12 0:58    Post subject: Reply with quote

thanks for the answer Smile
Back to top


Reply to topic   Topic: Measure the Page Speed - Web Performance View previous topic :: View next topic
Post new topic   Forum Index -> How-to's & Documentation & Tips