Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GP Fast AJAX #793

Open
Stiofan opened this issue Jul 3, 2024 · 1 comment
Open

GP Fast AJAX #793

Stiofan opened this issue Jul 3, 2024 · 1 comment

Comments

@Stiofan
Copy link
Collaborator

Stiofan commented Jul 3, 2024

We have "FAST AJAX" in GD, can we check how much work it would need to port this over to GP? Some customers are having 3+ second wait times between checkout ajax update calls, if we could get these times down like we did for GD that would really help the customer experience.

@kprajapatii please comment for what is the basic requirements for this and if you think it will be a easy task.

@kprajapatii
Copy link
Collaborator

  • We need all AJAX requests called via class with file WPInv_Ajax class-wpinv-ajax.php
  • Make a list of all AJAX requests within plugin and prepare that can use FAST AJAX
  • AJAX requests that uses functions limited to GetPaid core & addons can be easily integrated
  • AJAX requests that uses 3rd party plugins(dependent) or customization needs some conditions check to exclude those plugins
  • Global plugins like WPML, Loco needs to loaded always
  • Some builder plugins like kadence, elementor can be excluded depends on request that have any reference or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants