1
deka87
How to improve your site speed - tips and suggestions
  • 2012/5/3 17:09

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


Hey guys,

I wanna talk about tricks and techniques you use to improve your site load parameters. Nobody likes a slow website, so lets work together on bringing the best xoops experience.

I've recently made some on-page optimization myself, lets start from it:

1. Optimize your images size. Most of the images can be optimized and their size can be reduced with no quality loss. I used this tool (http://www.punypng.com/) for this purpose and it worked like a charm. I've saved up to 100 kB by just doing it.

2. Combine images in a CSS spray. A lot of people use it now, but for those who's not aware, CSS spray is like a set of all images you have on your page combined in a single file rendered only once when you load a page. It reduces the number of http queries and your page loads much faster. I've had like 20 different images on my homepage so I combined them into 2 css sprays and it reduced the number of http queries from 99 to 75 which is much better. I used this tool (http://css-sprit.es/) to do this. I lot of modules like newbb with lots of separate icons and buttons will load much faster if you make a css sprays for them.

3. Combine your css files into a single file and optimize it. I noticed than in my theme first it loads xoops.css and style.css then. My style.css has everything xoops.css has so by removing a call to xoops.css from theme.html I've reduced the page size (for like 15 Kb) and one http query which is good too. Then I optimized my css via this tool (http://www.cleancss.com/) which reduced my css file size in two times.

Initial data (viahttp://tools.pingdom.com) : Queries: 99, Page size: 705KB.
After optimization: Queries: 75, Page size: 537KB.
The page speed needs some weekly average data so I can't tell the results now.

A lot of things can be done additionally (like .js files combining and compressing) but I don't know much about it so I hope someone will share

Deka87
Mind anchors

2
Garland
Re: How to improve your site speed - tips and suggestions
  • 2012/7/4 15:06

  • Garland

  • Just popping in

  • Posts: 2

  • Since: 2012/7/4 1


Google has a online free tool for checking the site speed that is far more accurate than Pingdom. To get in just write in Google - Google Site Speed. There are their also suggestions how to optimize your page speed.

3
Pedularave
Re: How to improve your site speed - tips and suggestions
  • 2012/7/30 16:26

  • Pedularave

  • Just popping in

  • Posts: 1

  • Since: 2012/7/30


Thanks for the information. But what if you're a newbie like me. I use wordpress and I'm relatively new to all this. How could I implement some of your tips without knowing css or coding of any kind. Are there plugins for this?

Thanks in advance.

4
stluciatours
Re: How to improve your site speed - tips and suggestions

There are a few plugins which can be used to improve site speed. I'm currently testing a few.

5
sanne_kr94
Re: How to improve your site speed - tips and suggestions
  • 2012/8/10 13:50

  • sanne_kr94

  • Just popping in

  • Posts: 2

  • Since: 2012/8/10


The PageSpeed Insights (by Google) extension in Chrome is perfect tool for the job. It will give a full report of each individual page of what can be improved.

6
Anonymous
Re: How to improve your site speed - tips and suggestions
  • 2012/9/23 14:52

  • Anonymous

  • Posts: 0

  • Since:


Does anyone have experience with web optimizator. Has anyone succeeded in getting it working with xoops?

Login

Who's Online

192 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 192


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits