he00741098 / pogoot

3 stars 0 forks source link

Picking and choosing SSR #68

Open he00741098 opened 1 month ago

he00741098 commented 1 month ago

The main purpose of the SSR system is to allow google and other search engines to index the pages. However, since not everything needs to be indexed, only the best sets, a system should be introduced to pick which cards get the SSR treatment, or perhaps some sort of cache. The other less important sets should be loaded on client side with a static no-content page through direct requests to the server. This will theoretically reduce the amount of cloudflare function uses and instead put the load on the servers, which should be cheaper in the long run after consistent 100k functions per day start happening.

he00741098 commented 1 month ago

We are currently not at the point where this is necessary however.