Quote:
Originally Posted by 10 Gauge
I own my own dual core colocated box that our forum is hosted on and I have checked system resources and load averages and all are very low. vb3 used to run LIGHTNING fast, ever since upgrading to vb4 page load times are absolutely horrible, everything feels so sluggish.
Is there a way to speed her up??? I have installed the Optimization hook and run it and it didn't seem to do diddly.
Any other suggestions?
|
One reason vB4 is slower than vb3 is the use of shading and rounded corners. Add this to the bottom of the additional.css template and your forum will speed up considerably.
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }