Author Topic: disable pages cache (updated page showen immediately )  (Read 228 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
disable pages cache (updated page showen immediately )
« on: September 04, 2025, 01:56:58 PM »
Hi everyone,

when I update any page the effects will showen on the browser after some seconds
the page updated not showen immediately
how to avoid this
how to disable pages cache (I want updated page showen immediately )

I'm using apache only

Offline
*****
Re: disable pages cache (updated page showen immediately )
« Reply #1 on: September 04, 2025, 03:43:00 PM »
Is it static HTML or a dynamic PHP page? If PHP, which system are you using suPHP, FastCGI... and which version of PHP?

Offline
*
Re: disable pages cache (updated page showen immediately )
« Reply #2 on: September 04, 2025, 03:53:46 PM »
I found answer  is to set opcache.enable=0 in php.ini file