Greetings, I am working on a project and I want to fetch data with ajax and display it on the screen. Usually, I need to send a query every 1000 milliseconds using setInterval, but I think this would strain the server a lot, as expected. Is there no other solution to this, or do I have to send a query through a second server? Does anyone know of another way?