How does Embeddable's caching handle first loading?

Embeddable has two types of caching, Level 1 cache (standard refresh cache) and Level 2 cache (custom indexes and materialised views for high performance).

  • Level 1 cache is created on first load, so doesn’t speed up first load.
  • Level 2 cache can be used on first load to retrieve data, so will speed up first load.