DISQUS

DailyApps: Optimizing Wordpress for Best Performance

  • jameswillisisthebest · 2 years ago
    This is my first post
    just saying HI
  • Andrea Pernici · 4 weeks ago
    I tried to Compress Stylesheet and Javascript as you wrote here but the result is a page without css and js. Where is the problem ?
  • Slava · 2 weeks ago
    THANKS for post! I have finally understood why my blog does not compress css and js!

    2Andrea: here is a little error, just add a plus (+) between "time() $offset" (before last string)
    and you won't receive php errors

    Here is what I use to leverage browser caching (in .htaccess):
    <FilesMatch "\.(ico|jpg|gif|css|png|js)$">
    Header set Cache-Control "max-age=29030400, public"
    </FilesMatch>

    Cheers