Why is AJAX posting the same query twice?

Why is AJAX posting the same query twice?

dmcleandmclean Posts: 55Questions: 2Answers: 0

Description of problem: I was watching the network activity in my browser and I see that DataTable is posting the same query twice (different "draw" and "_" parameters but otherwise identical).

What could be causing the duplicate queries? Since the queries are DB queries which could take significant time, I would like to eliminate the second query if possible.

Answers

Sign In or Register to comment.