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

What do we do with the cache? #113

Open
ElenaRodriguezRio opened this issue Apr 5, 2020 · 3 comments
Open

What do we do with the cache? #113

ElenaRodriguezRio opened this issue Apr 5, 2020 · 3 comments
Labels
Discusion Place to dicuss funcionalities, features, etc

Comments

@ElenaRodriguezRio
Copy link
Contributor

Right now we store the routes in the app not to be retrieve from solid all the time. This has bugs at the moment because it does not update correctly.

We have a few options:

  • Keep it as it is
  • Fixing it
  • Stop using it and accessing to solid when ever information is needed

More ideas and opinions are welcome :)

@ElenaRodriguezRio ElenaRodriguezRio added the Discusion Place to dicuss funcionalities, features, etc label Apr 5, 2020
@ElenaRodriguezRio ElenaRodriguezRio pinned this issue Apr 5, 2020
@CarmenVigo
Copy link
Contributor

I think that accessing the pod every time that some information is needed will worsen performance.
So I am between the following options:

  • Fix it
  • Find an alternative

@ElenaRodriguezRio
Copy link
Contributor Author

I feel like for actually fixing it, and make it work properly, the ammount of times the application would have to access the pod and refresh the information would be similar to the non existance of the cache.

Furdermore, for the ammount of data we are managing at this moment does not affect that much the performance to really worry about it and spend our valuable time fixing it.

Another thing would be if storing the data, even though it is for a short time, would be aligned with the solid goal. I think that our application should display and give the user tools to modify the data, but not store it, despite the performance when it comes to retrieve data from solid.

@UO264850
Copy link
Contributor

UO264850 commented Apr 6, 2020

I think we should keep the cache and fix it as the amount of information to manage now is small, but might increase in the future, and the performance will be negatively affected

@ElenaRodriguezRio ElenaRodriguezRio unpinned this issue Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discusion Place to dicuss funcionalities, features, etc
Projects
None yet
Development

No branches or pull requests

3 participants