Disable AJAX calls
-
Hi all,
is there a way to disable specific ajax calls and directly LOAD the apropriate content.
E.g. in the users pictures…Ajax is an incredible overhead, http-request time overhead, another PHP instance, a complete initialization of WP, an complete initialization of the DB connection and reading all options etc…
Yes, makes sense if the transfer is HUGE.
Like activity feed.
But not for small things like the 5 pictures of a user.How can we disable this and directly display the contents generated by the AJAX function right now?
Thanks!!!!
- You must be logged in to reply to this topic.