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

Cache the dialog boxes #80

Closed
zanematthew opened this issue Sep 22, 2014 · 2 comments
Closed

Cache the dialog boxes #80

zanematthew opened this issue Sep 22, 2014 · 2 comments
Milestone

Comments

@zanematthew
Copy link
Owner

The loading of the dialog boxes should be cached and not a separate AJAX request each time.

@zanematthew zanematthew modified the milestone: 1.0.9 Sep 22, 2014
@zanematthew
Copy link
Owner Author

@zanematthew
Copy link
Owner Author

AJAX request (when using POST) are not cached by default, see the AJAX docs and reference the section on "cache".

What does happen is that the forms are reloaded every time the user clicks login/register. Rather than have the AJAX request load new forms each time, we can pre-load them once the page loads.

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

1 participant