• Resolved Industrial Ceiling Fans

    (@industrialfans)


    Thanks for the best plugin with the hummingbird, it is very fit the website beginner just like me.

    I am troubling with the browser caching for a long time.

    I have changed the profile of the website with the instructions, and restart NGINX. But it is still not working well with orange color.

    location ~* \.(txt|xml|js)$ {
    expires 1y;
    }

    location ~* \.(css)$ {
    expires 1y;
    }

    location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$ {
    expires 1y;
    }

    location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
    expires 1y;
    }
    pics

    So could you help me fix it? thks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @industrialfans,

    The rules that you’ve added seem to be correct, however, Browser Caching is applied to server settings directly and some hosting providers don’t allow these changes to be made like that or have their own predefined values that can’t be overwritten.

    It would be best to get in touch with your hosting provider about this so they can double-check that you’re adding the code in the right file, and if you are, they can tell you if there are any limitations on their end that is preventing the browser caching changes to be applied.

    Cheers,
    Predrag

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello there @industrialfans

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Trouble with browser caching!!!’ is closed to new replies.