• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue File modification visible in the browser only after ~50 seconds of waiting

Ludo

New Pleskian
Server operating system version
CentOS 7.9.2009
Plesk version and microupdate number
18.0.57 #5
Hi All,

No nginx cache or other cache system !

I have an index.php:
<?php
echo "test0";
exit();

I change it and save (from FTP or FILES in plesk):
<?php
echo "test1";
exit();

The modification is visible after ~50s without any action (just refresh browser). Meanwhile, if I edit this file, the change is visible but not in a browser.

An idea ?


Best regards,
 
Hi,

Yes, opcache for PHP 7.3 was a problem...
opcache is enabled on PHP 8.1 and I don't have this problem


Thanks a lot
 
The problem is only half solved because it doesn't work for an image (opcache off, checked in phpinfo()).

Example, I replace an image named "x.jpg" and in brower i add x.jpg?v=current_time to force reload.
Even when doing ctrl+F5, the image takes a few seconds to change.

Working on PHP 8.1.

An idea ?
 
Back
Top