The manifest is several MB worth of data. It is cached in the network cache.
Two approaches:
- Lazy load fetch.bible so the manifest loading is not on the hot path for initial load the first time someone visits
- Proxy bible loading through the server which caches the manifest and data. This could also dynamically index bibles for search as people want to use them
The manifest is several MB worth of data. It is cached in the network cache.
Two approaches: