Why is it taking so long to attach the new files? When I edit a file, the changes are not shown imme

if0_38370598

Why is it taking so long to attach the new files? When I Upload a file through FTP software and directly infinityfree file manager updated code effect not showing immediately.

If its static files like HTML, it could be down to caching. Try using an incognito tab, or presst crtl+f5 to see if that fixes it

6 Likes

I’m having a similar problem, but CTRL-F5 doesn’t work when you’re immediately redirected to a 404 page. What’s the solution, then? Something is laggy on the server end.

This?

Or this

No, there’s 0 server side cache. All caching is done by the browser.

4 Likes

I had iFastNet look into the recent issues regarding files not updating. According to them, this was caused by overly aggressive PHP OPCache caching. That issue has been fixed now.

But the thing with PHP OPCache is that it only affects PHP code. If you are being redirected to a 404 page, that sounds far more likely that it is either browser cache, or even just an issue in your website.

Would you mind sharing the URL that’s not working for you so we can see if it loads correctly from our end?

4 Likes

It does load fine now, in fact I was able to load it in an incognito window. It was an entire new page that I uploaded. These pages are numbered (in filename) so, when I add a new page, I just edit the URL in the browser to change the number and load to the new page to test. It’s odd that cache is a factor for an entirely new page.

Error pages are often cached too, not just successful pages. If you view a URL first before uploading a file, your browser may get a 404 error and then remember that 404 error. And then it may keep showing that 404 error even if the page has been uploaded.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.