About a month ago, I wrote a post about single page tabbed navigation in WordPress. In the post, I made the following statement:
In some cases, it may be best to load pages via Ajax, in some cases, it’s better to load things up all in the first page load. This particular post is about the best strategies for that (that’s a debate for another post).
And I then I received the following comment:
I am also very interested and awaiting post regarding your take on when to use ajax and when to load it all.
Without context, this is a really broad question and it’s that I don’t think can be answered in a prescriptive way. When you’re trying to paint a solution for web development with broad strokes when each problem is a bit more unique, it’s not easy to provide advice that’s applicable across the board.
But this comment was about a very specific example and a very specific use case.