jasonbhart / mmh

"Meet Me Here" website to help you organize ad hoc events with your friends on the fly
0 stars 0 forks source link

Cache logged in user information, not getting from session service every time viewing a page #549

Closed loipl closed 8 years ago

loipl commented 8 years ago

Currently, we get logged in user from session service when starting viewing every page. This process is quite slow, and sometime causes bad effect for other page (Ex: can not select places with user's location from new meet if user is not loaded)

Need to cache this information so the profile part on the page is mostly not reloaded when viewing other pages.