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

Have all asynchronous requests cached using Universal Cache to support SEO #69

Closed
ghost opened this issue Feb 23, 2017 · 2 comments
Closed

Comments

@ghost
Copy link

ghost commented Feb 23, 2017

The application runs XHR requests on the server & once again on the Client-side (when the application bootstraps)
Use a UniversalCache instead of regular Http, to save certain requests so they aren't re-ran again on the Client. (Example useage here)

https://github.com/angular/universal-starter

With redux storing a centralized state, it seems that all asynchronous requests should be put into the store and that put into Universal Cache.

@ghost ghost changed the title Have all asynchronous requests cache using Universal Cache to support SEO Have all asynchronous requests cache using Universal Cached to support SEO Feb 23, 2017
@ghost ghost changed the title Have all asynchronous requests cache using Universal Cached to support SEO Have all asynchronous requests cached using Universal Cache to support SEO Feb 23, 2017
@artlowel
Copy link
Member

On my current rest services branch, all async requests are indeed put in to the store.
I'll look in to putting the store in universal cache.

@artlowel
Copy link
Member

This was fixed by #62

4science-it referenced this issue in 4Science/dspace-angular Dec 28, 2021
CST-5103

Approved-by: Alessandro Martelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant