jpshackelford / jpshackelford-blog

Other
0 stars 1 forks source link

Benchmark Fermyon Cloud hosted site load times against Tumblr #12

Open jpshackelford opened 10 months ago

jpshackelford commented 10 months ago

I suspect Tumblr will be faster because:

  1. Tumblr may actually run more like a static site than dynamic as Bartholomew with Spin.
  2. Tumblr may make use of CDN
  3. We may have more cold start delay with Fermyon. It will definitely be way faster than standard serverless app, but there could be some cold start time over Tumblr.

On the other hand:

  1. The newer blog will have way class CSS and javascript cruft. The Tumblr site is a mess for that.
  2. We may also be able to use cloud-flare or something else to help with load time of static assets.

We won't know until we have measured.