WordPress – I developed a chat with php/ajax creating a recursive function, but I'm unsure about the performance and quality of the logic used
i'm developing a simple chat plugin, it's ready however i'm having some doubts about the performance. I'm afraid of getting heavy for the servers. it is based on a recursive function, calling an ajax, bringing the data from the database…