neelakansha85 / site-setup-wizard

Wordpress Site Setup Wizard Plugin which allows creating a site in wordpress multisite install in steps with pre-selected features while setting up their sites.
GNU General Public License v2.0
20 stars 10 forks source link

Consolidate ajax request on step2.php Next button to 1 request #17

Open neelakansha85 opened 8 years ago

neelakansha85 commented 8 years ago

As of now, on Next button on step2.php triggers 3 ajax requests:

  1. ssw_check_admin_email_exists()
  2. ssw_check_domain_exists()
  3. ssw_submit_form_next()

They can be internally performed based on one's result instead of sending response to client side and triggering another ajax request.