Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

How can i enable browsing cache for my website

Mar 28, 2017 11:19PM PDT

Hello,

I want to enable browsing cache on my website how can i do this.
plz any help me my website is https://www.****.in/

**** Note. Site not needed for the question.

Post was last edited on March 29, 2017 9:14 AM PDT

Discussion is locked

- Collapse -
By default, it is enabled.
Mar 29, 2017 9:15AM PDT

Nothing is needed to enable.

Something is needed to disable.

So, don't disable it!

- Collapse -
By Defalut enable
Mar 30, 2017 1:58AM PDT

Its not need to enable its by default enable you must check your website disable if they disable you need to enbale again

- Collapse -
When you visit a website
Apr 6, 2017 9:18AM PDT

the browser will automatically cache resources from the page, so as you navigate through the website, any resource that was previously requested, is loaded locally.

That said, there is also caching that can be implemented on your website. Let's say there are a lot of database requests when you visit a page on your website. You could cache the HTML on the website so that when it is requested by a visitor, the page cache is served without having to make all of the database requests.

Depending on how your website is built, this may be simple or complicated to implement. WordPress, for example, as many different caching-related plugins to help you with that.

~Sovereign