• Resolved Diiamo

    (@luislu)


    Hi,

    Regarding Browser Cache-Control max-age, the default result is 60. Does it mean the Browser Cache time is 60 seconds?

    I am building a 2B business website, no membership function or online shopping function, if I set it to 2592000, will it cause anything bad? What is your recommendation?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Robert Soare

    (@soarerobertdaniel7)

    Hello,

    The default max-age value of 60 is indeed 60 seconds. If your website is completely static, a value like 2592000 (30 days) can work.

    However, if you have plugins that fetch dynamic content—such as live search with the Kadence Search Block—be aware that embedded nonces in the page might expire if the browser uses an outdated copy. This can lead to unwanted issues, such as broken functionality.

    If you encounter problems, you can try using values up to 36000 (10 hours in seconds). We recommend values between 60 and 600.

    Thread Starter Diiamo

    (@luislu)

    Well noted, thank you very much

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

The topic ‘Question about Browser Cache-Control max-age’ is closed to new replies.