Jump to content

Recommended Posts

Posted (edited)

The patch did not seem to solve the problem completely for me.

It did show others at first and then after a few minutes and many page refreshes, it started to show me.

This seems like different behavior than how it used to work.

Edited by Jeffrey Roberts
Posted

It seems to depend on the "Cache sidebar, header and footer blocks" option now. I am using the value "1 minute". If earlier the widget displayed actual information with each page refresh, now I need to wait 1 minute to see myself in the list of online users.
In fact, the latest versions have very big problems with caching.

Posted
8 hours ago, Jeffrey Roberts said:

The patch did not seem to solve the problem completely for me.

It did show others at first and then after a few minutes and many page refreshes, it started to show me.

This seems like different behavior than how it used to work.

 

6 hours ago, Hatsu said:

No, issue is back. Patch didn't fix it.

works for me, maybe you have too much caching time

Posted (edited)
6 hours ago, daffyy said:

works for me, maybe you have too much caching time

I don't cache at all.

Somehow the behaviour changed.

6 hours ago, Jeffrey Roberts said:

I have 1 minute of caching time for Cache sidebar, header and footer blocks.

I get the feeling too that caching seems to be broken.

If this is the case then this specific block is not of real use anymore. There are blocks where caching is important and there are blocks it isn't. I'm not interested to see who WAS online 15 minutes ago, for example.

Edited by Hatsu
Posted (edited)
13 hours ago, Hatsu said:

I'm not interested to see who WAS online 15 minutes ago, for example.

This block always showed those who have been online in the last 30 minutes.

The problem is that now this block is cached and depends on the "Cache sidebar, header and footer blocks" setting. Members of my site complain that they do not see themselves in the list of online users. It should take a few minutes before they are displayed in the block. Previously, everything worked fine, but after updating to 4.6, cache problems started. In the latest versions of the engine, the developers made such strong page caching that editing posts using ajax did not even work on my site. I even had to add this code to the globalTemplate, otherwise editing doesn't work and the page was fetched from the cache every time:

<script>      
$.ajaxSetup({
  cache: false
});
</script>

 

Edited by Takohashi
  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...