Welcome Guest, Not a member yet? Register   Sign In
Cache : Best Pratice
#1

Hi,
Do you have any recommendations for optimizing the speed of the site with the Cache, both for Internet users and for Google?

In my controllers, I use the following line before returning my views:


PHP Code:
$this->cachePage(604800); 

Once the page is cached, it is displayed much faster for the users.

However, I have the impression that the Google Bot crawl is slower (I don't have enough log data to confirm this)

I also notice that the header returns :

PHP Code:
cache-controlno-storemax-age=0no-cache 


Do you advise to change this? And if yes, what should I do?

If you also have recommendations to improve the overall performance, I'm interested Smile

Ps : I use the file-based cache

Thanks in advance for your answer
--- I am not a developer ---
Reply
#2

How can you say the Goole bot is slower? I don't see how it would be any different for a bot vs a human visitor.

The cache-control header affect only the browser. Not the rendering speed. It just mean the browser may use a local copy instead of requesting a new page from the web server.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB