build better caches or indexes while or before searching to improve performance. search times still take too long for multiple search terms.
ideas:
build indexes of certain mappings/aspects. e.g.
- tag to tag-specific project score
- search term to tag
some indexes must be built on the fly, i.e. they can also be called caches, e.g. search term to tag.
other Indizes might be pre-built e.g. at compile time or via Prefetching / Background Loading
- consider: prefetching / background loading might still be too slow when first entering the website. we need to try this out and decide if compile-time indexing is worth the architectural overhead.
build better caches or indexes while or before searching to improve performance. search times still take too long for multiple search terms.
ideas:
build indexes of certain mappings/aspects. e.g.
some indexes must be built on the fly, i.e. they can also be called caches, e.g. search term to tag.
other Indizes might be pre-built e.g. at compile time or via Prefetching / Background Loading