jbwebdesign Posted December 18, 2012 Report Posted December 18, 2012 Hello everyone, I am working on a website and i am using AJAX. I am sending requests to the server constantly to have a "LIVE" FEED. I am sending an ajax request to the server to reload a table constantly and another one to reload a different piece of data constantly etc. is there anything bad with doing this? will this run slow if i start to have more traffic?
newseed Posted December 19, 2012 Report Posted December 19, 2012 I believe that using too much ajax can slow things down. If you are trying to populate a lot of data then expect it to be a bit slow. The question you have to ask yourself is 'How will this benefit (or hurt) my clients/customers?'
jbwebdesign Posted July 7, 2013 Author Report Posted July 7, 2013 I've just looked into some realtime stuff and it looks like Websockets can be good for what i am looking to do. does anyone know weather websockets is the best way for me to go?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now