Improve caching by using a different extension for style.php and style-one.php
I am tweaking a website for performance on azure. I am using azure to host my wordpress website and use WP SuperCache for the caching. All works very fast, except for 2 files:
- style.php?ver=9.0 (takes 1.57 seconds)
- style-one.php?ver=9.0 (takes 1.56 seconds)
It would be great if you could use .css instead. Then the files won't be ignored by WP SuperCache (it's logical they don't allow .php caching), so the website will be 1.5 seconds faster.
Comments
we know about this. These are dynamic css files and are necessary for all users who prefer to set colors under Muffin Options panel. If you finished your site, then you can switch to static css. This was explained in the documentation http://themes.muffingroup.com/betheme/documentation/#static-css
Thanks!