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

Enable Caching/Prefetching for messages, groups, etc. #68

Open
JustinLovesCompsci opened this issue May 14, 2015 · 0 comments
Open

Enable Caching/Prefetching for messages, groups, etc. #68

JustinLovesCompsci opened this issue May 14, 2015 · 0 comments
Assignees
Labels

Comments

@JustinLovesCompsci
Copy link
Collaborator

Use local cache or Parse localDataStore to cache messages and groups data. Use real push notification to notify data changes from server to client app. This removes unnecessary network requests and make the app faster for UI responds.
May even prefetch ~20 messages for every group displayed in the main view before entering a group. The goal is to eliminate network request delay when entering a group to chat

@JustinLovesCompsci JustinLovesCompsci changed the title Enable Caching for messages, groups, etc. Enable Caching/Prefetching for messages, groups, etc. May 15, 2015
@JustinLovesCompsci JustinLovesCompsci self-assigned this May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant