Themans

Should I Use RSS or AJAX in Terms of Speed When Attempting to Retrieve Posts from a WordPress Blog?

Asked by Themans 2 years ago blog wordpress rss ajax


Neil Monroe
2

Most Helpful

Most Helpful

 
I think you're trying to compare the wrong things here. RSS is a format, where AJAX is a method. You could, in fact, retrieve an RSS feed over an AJAX request.

Because RSS is an accepted standard for publishing content, an RSS feed will give you what you need and only the blog content and related information. This might be a good choice if you'll be using the data in your own way/layout from the server.

If you need to retrieve the feed information in more of a client-side app, then AJAX might work better. But, as I said above, you could actually get the RSS info via AJAX.

Good luck on whatever method you choose!

by Neil Monroe 2 years ago

unregistered
0
 
RSS is a format.web design
where AJAX is a method.

by unregistered 1 year ago

Rommel Castro A
0
 
RSS is one thing
AJAX is other thing

by Rommel Castro A 2 years ago

Answer this question

Should I Use RSS or AJAX in Terms of Speed When Attempting to Retrieve Posts from a WordPress Blog?

0 errors found:

 
0