PDA

View Full Version : Anyone know where I could get started with this?


Disco_Dave
11-22-2013, 11:02 AM
This is just our forum home page :D


Leverage browser caching (8)
The following resources are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers:
post_new.png
post_old.png
profile.png
message.png
delete.png
x.png
moderation.png
ignore.png
Leverage proxy caching (8)
Consider adding a "Cache-Control: public" header to the following resources:
post_new.png
post_old.png
profile.png
message.png
delete.png
x.png
moderation.png
ignore.png
Minimize cookie size
The average cookie size for all requests on this page is 36 B
Serve static content from a cookieless domain (8)
4.8 KB of cookies were sent with the following static resources. Serve these static resources from a domain that does not set cookies:
post_new.png
post_old.png
profile.png
message.png
delete.png
x.png
moderation.png
ignore.png
Specify image dimensions (41)
Web Page Performance
Optimize the order of styles and scripts (15)
The following external CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
css.php
css
jquery.jgrowl.css
css.php
css.php
css.php
appbanner.css
css.php
css.php
css.php
5 inline script blocks were found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.
Put CSS in the document head (2)
CSS in the document body adversely impacts rendering performance.
2 style block(s) in the forum.php body should be moved to the document head.
Remove unused CSS rules (761)
761 rules (68%) of CSS not used by the current page.
css.php: 76% is not used by the current page.
jquery.jgrowl.css: 100% is not used by the current page.
css.php: 21% is not used by the current page.
css.php: 33% is not used by the current page.
css.php: 43% is not used by the current page.
appbanner.css: 100% is not used by the current page.
css.php: 45% is not used by the current page.
css.php: 38% is not used by the current page.
css.php: 59% is not used by the current page.
https://www.nirc.co.uk/forums/: 100% is not used by the current page.
Use normal CSS property names instead of vendor-prefixed ones (4)

bzcomputers
11-22-2013, 12:04 PM
Start here at this link: Step By Step Guide To Speed Up Your vb4 Or vb3 (https://vborg.vbsupport.ru/showthread.php?t=267588)

There is a lot of great info there. Almost everything on your list is actually covered there. Take your time going through it. You can get some great performance boosts by following this guide.

Disco_Dave
11-22-2013, 12:18 PM
Cheers bzcomputers :D

--------------- Added 1385130711 at 1385130711 ---------------

I'm not sure that this article works for 4.2.2....

bzcomputers
11-22-2013, 02:17 PM
I'm not sure that this article works for 4.2.2....

It does. I have most of the recommendations implemented on my 4.2.2.

Just Step1, the .htaccess rules tweaks, will fix many of the problems you posted and thats a simple copy and paste and its up and running in less than a minute.

The rest take more time to implement.

Disco_Dave
11-22-2013, 02:20 PM
Cheers, That was the first one I added. I'll work through the rest now.....Thanks!