Quote:
Originally Posted by abdobasha2004
this did not work
I am using the mod for vb 3.7
and I am caching js and css with htaccess
however there is a file named "112389241.css" in cache folder
but there is no such file in page source !
can you give optimum settings?
|
The optimal settings are in the screenshot. I'll take a look at your forum a little later and see if I can work out what might be creating an issue.
Quote:
Originally Posted by Dave-ahfb
This does not work.
As the person above I have just a small css file, missing all of the relevant css, and no call to cache in the source.
Funny thing is all those giving praise I went to your sites and none have it working.
|
If you'd like to show me your settings I'd love to see if I can work out what the issue is for you. It's not exactly meant to be the most novice of mods.
Quote:
Originally Posted by Audax666
Also the javascript in the member.php is disabled, so no tabs are displayed. Even if I disable very function in the vb settings. I'm not a developer for that I really can't measure any speed increase.
Felt speed increase=0
But I wish it would, so keep on working on it. :up:
|
The speed increase from the mod is meant to be aimed at first time visitors more so than repeat visitors who would always have those files cached. It also aims to reduce bandwidth on those files in the first place with minifying them. If you'd like to compare you can always install the firefox page speed mod google provides and test it from there. The motivation for this mod was googles recent public expression that they are rewarding pages that load faster, and one of their recommendations is to limit and minify the javascript/css on page, and combine them into fewer files, of which this mod does.
FWIW, I just updated the version to now allow people to only minify CSS in case there are too many Javascript issues.