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

Sign In or Register to comment.