devhub-ai / devhub

DevHub is an innovative platform designed to connect developers who share similar interests and complementary skills. By leveraging advanced technologies, it facilitates intelligent matchmaking and personalized recommendations, enabling devs to form effective teams and engage in meaningful collaborations.
https://devhub.page
Apache License 2.0
16 stars 14 forks source link

✨ Feature Request - Implement Browser Caching for `/profile` Page #32

Open Abhishek-Mallick opened 2 months ago

Abhishek-Mallick commented 2 months ago

Is this feature request related to a problem with DevHub? Please describe.

The current implementation of the /profile page requires multiple API calls to fetch data every time the page is refreshed or accessed, leading to stale data being rendered. Implementing browser caching can help improve performance and reduce unnecessary API calls.

Describe the solution needed

Describe alternatives considered
Currently, all data is fetched anew on each page load, which may not be efficient. Alternatives could include server-side caching or using state management libraries to store data temporarily, but these may not address the performance issues as effectively as browser caching.

How will this feature improve DevHub?
Implementing browser caching will enhance user experience by reducing load times and minimizing unnecessary API calls, leading to a more responsive application.

Additional context
Consider using libraries like localForage or leveraging built-in browser caching mechanisms to implement this feature effectively.

IbrahimHamshari commented 1 month ago

I can work on this issue if you don't mind.

Abhishek-Mallick commented 1 month ago

Sure go ahead! Assigned!