On Wednesday, 30 April 2014 at 14:57:00 UTC, Adam D. Ruppe wrote:
- Server side generation should be kept minimal, prevents caching.

That's not really true. You can cache individual parts on the server and in some cases, cache the whole page on the client too.

Mhh… I think there are several different types of files and caching strategies:

1. static files (the ones that never change can be stored at edge caches)

2. pregenerated files (files served from Amazon AWS, Google Cloud Storage, CDNs)

3. proxy cachable files / client cachable files

4. server memcached files

5. fully dynamic files

Ola.

Reply via email to