Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Images load very slowly(Logo) : Makes the App look laggy #14

Open
Purukitto opened this issue Aug 11, 2019 · 3 comments
Open

Images load very slowly(Logo) : Makes the App look laggy #14

Purukitto opened this issue Aug 11, 2019 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Purukitto
Copy link
Owner

Might get fixed if we use vectors..
Will try to implement vectors as a fix.
If anyone can find relevant links to solve this please drop them here

@Purukitto Purukitto self-assigned this Aug 11, 2019
@Purukitto Purukitto added the bug Something isn't working label Aug 11, 2019
@Purukitto
Copy link
Owner Author

Purukitto commented Aug 11, 2019

Possible solutions:

  • Pre-caching images at app start (Not sure if that will viable with splash screen)
  • Changing .png to .jpg (People report significant reduce in load times, But we cant use it because of alpha layer)

Need help with this

@Purukitto Purukitto pinned this issue Aug 11, 2019
@pranjaldatta
Copy link
Collaborator

pranjaldatta commented Aug 11, 2019

Possible solutions:

  • Pre-caching images at app start (Not sure if that will viable with splash screen)
  • Changing .png to .jpg (People report significant reduce in load times, But we cant use it because of alpha layer)

Need help with this

@Purukitto I think we can solve this issue by the lazy loading approach.
i.e. the splash screen remains visible for the time it takes for the login widget to load in it's entirety i.e
including the image in the background.

involves two major code changes:

  • change the splash screen timing to be dynamic i.e. should be visible till the login widget is done loading in the background
  • load the login widget in the background

update: I think i got a workaround. Will do this first thing after auth backend is done.

@pranjaldatta pranjaldatta self-assigned this Aug 11, 2019
@Purukitto
Copy link
Owner Author

Ok cool

@Purukitto Purukitto removed their assignment Aug 11, 2019
@Purukitto Purukitto added this to the Bug Free milestone Aug 12, 2019
@Purukitto Purukitto unpinned this issue Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants