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

Make all authenticated/authentication actions AJAX calls #46

Open
lordscarlet opened this issue Jul 25, 2014 · 3 comments
Open

Make all authenticated/authentication actions AJAX calls #46

lordscarlet opened this issue Jul 25, 2014 · 3 comments

Comments

@lordscarlet
Copy link
Member

This will allow us to make all the pages cached by a CDN, and have the items that need to be dynamic based on the user not cached.

@cwensley
Copy link

Is this necessary if we're using Ajax for 90% of the content? E.g. Like the pack page that loads the results without loading the whole page..

This could also be done for viewing files, etc.

@lordscarlet
Copy link
Member Author

Maybe not. :) my plan is to not worry about it and see how things go, basically. But I try to put all my thoughts down as I come up with them, especially so that you can make reasoned comments like this. :)

@lordscarlet
Copy link
Member Author

I was thinking about this in relation to something I am working on and realized that at a minimum we need to make the "Hello lordscarlet!" vs. "Login" or whatever links load via a javascript call, or else every page has to be unique and not cached by a CDN.

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