You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Actually we are caching all the params url. But it's not good
The node server will take a huge amount of load with the rendering of these pages.
Redis store all of theses unnecessary pages.
The user can experience multiple delays to see a page.
Imagine a common use case with redirection from partners annonce with an ID in the used by Google Tag Manager for example ( Client side usage ).
We are duplicating all of theses urls in the redis storage.
One solution would be to add an allowParamsUrl in the config.
How the project can be improved?
Actually we are caching all the params url. But it's not good
Imagine a common use case with redirection from partners annonce with an ID in the used by Google Tag Manager for example ( Client side usage ).
We are duplicating all of theses urls in the redis storage.
One solution would be to add an
allowParamsUrl
in the config.With that even with a random param in the url we will render the same cached page.
What are the acceptance criteria?
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: