AjaxFlow

Make faster ajax calls in WordPress with this plugin.

Author:Andreas Ek (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:3.7.1
Plugin version:1.1
Added to WordPress repository:11-11-2013
Last updated:11-11-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://github.com/EkAndreas/ajaxflow/
Total downloads:1 129
Active installs:100+
plugin download
Click to start download

Make faster ajax call in WordPress with this plugin.

Traditional ajax call in WordPress: http://yourdomain.com/wp-admin/admin-ajax?action=my_hook

With AjaxFlow: http://yourdomain.com/ajaxflow/my_hook  

And the execution time for the ajax call becomes faster.

Source code to this plugin is maintained in repo https://github.com/EkAndreas/ajaxflow To check ajaxflow performance, visit the site http://ajaxflow.flowcom.se or download the theme to try this yourself. The test theme source is placed in the repo at https://github.com/EkAndreas/ajaxflow-test You could also remove the plugin header and use this class as an extension to your own project.

If you don\'t like the tag ajaxflow inside your ajax call URL, please consider change this in the DEFINE added in the constructor of the ajaxflow class.