Time delay in displaying new thread in sidebar?

Jeffrey Arulraj

Jeffrey Arulraj

@jeffrey-xA7lUP Oct 27, 2024
Why is there a time delay of a few min from the time of posting a new thread and for it to be displayed in the right side bar

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • vinod1993

    vinod1993

    @vinod1993-r3yTlk Sep 30, 2012

    I think it takes time to be updated.! And is this a matter of concern? I do not know.!
  • [Prototype]

    [Prototype]

    @prototype-G9Gn5k Sep 30, 2012

    If you want real time update it will require a script that constantly looks for new thread. This will waste much resources. So instead, ce uses a script which checks for new threads after every X seconds and updates the sidebar accordingly.

    Another option is to edit the main file which is invoked everytime a new thread is created. However its pretty time consuming to edit that without messing the original functionality.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Sep 30, 2012

    We use caching to avoid frequent updating of the thread information in sidebar - this is done to reduce the load on the server.