Just wondering since the Couch cache files are static .dat files, wonder if i could server them from a CDN somehow. I know they're quick as is, but interested to see if they'd be even quicker being served from a content delivery network instead?
All the checking of the cache and generation of that cached file can all happen locally as it does, but when it comes to serve it to the user, instead of serving the local one, it requests it from the CDN url instead? if the CDN doesn't have it cached it would serve the local one anyway.
Wondered if you had any thoughts?
All the checking of the cache and generation of that cached file can all happen locally as it does, but when it comes to serve it to the user, instead of serving the local one, it requests it from the CDN url instead? if the CDN doesn't have it cached it would serve the local one anyway.
Wondered if you had any thoughts?