Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Goossens

    (@futtta)

    AO sets HTTP headers for the autoptimized JS & CSS files, but not for files that are not in AO’s scope I’m afraid. Don’t think WPSC does the either, so maybe just add some stuff to your .htaccess yourself?

    Something like this should probably work;

    <IfModule mod_expires.c>
            ExpiresActive On
            ExpiresByType application/x-font-woff   "access plus 1 month"
            ExpiresByType image/png "access plus 1 month"
            ExpiresByType image/gif "access plus 1 month"
            ExpiresByType image/jpeg "access plus 1 month"
    </IfModule>

    (there are other font types you might want to configure in there as well, but consider that an exercise ?? )

    hope this helps,
    frank

    Thread Starter userwords

    (@userwords)

    Thats what i did as a temporary solution. But as you tell me it is not a missconfig on my part, but it is indeed beyond the scope of both plugins, i consider that solved anyway. Thank you very much for your reply Frank. I tried your plugin after w3c and along with super cache it improved speed a lot. I used almost an entire day to configure w3c total cache, and yours with a few clicks was performing far better. Thanks for keeping it simply. Im sure in certain scenarios w3c total cache can perform better of what i got, as im using a shared hosting. But for my config yours is awesome and simple. Keep it that way Frank, keep it simple and as auto as you can so we can concentrate in writing good content for everyone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning message about images and a woff font’ is closed to new replies.