Hello,
For front purposes (I'm building a dashboard using the JS framework), I want to synchronize all my searches for them to start at the same time.
But the refresh countdown seems to start when a search **GET** the results, so if it takes longer, it is delayed from the other searches of the dashboard (which have the same refresh time though).
=> Do you know if there is a simple way to make searches start at the very same time (I don't care if they get results at different time) ? Or have I to use JS timers ?
Thanks for your help :)
Guillaume
↧