Hello,
I own a chat on my server. Sometimes when there are a lot of peaple, my whole website become slow and make user leave
So, my provider (i have a linux server) talk to me about PHP APC, that will be a good idea to increase the performance with caching
I search on the web, but i still have some question!
What should i cache with APC? Query string, vars......
Not that my query string are 95% dynamic....? It's that good for that...?
For my chat, i use short polling(ajax/json query send every 2 or 3 seconde)... but now i switch to long polling in a while loop. My long polling isn't yet online, it's on my dev server!
Thank for giving to me where should i start with APC!
Thanks a lot
PAscal