Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@dnesteryuk dnesteryuk released this 23 Oct 18:40
· 4 commits to master since this release

Changed

  • The engine's config (sirko.conf) was migrated to a Toml format. Settings didn't change their position in the config file, so it should be easy to find and specify your settings. Don't forget to backup your current config before upgrading.

Added

  • If you use Google Analytics (GA) on your site, now it is possible to import sessions from GA, thus, you can get more realistic predictions earlier. Please, get more details here (sirko-io/engine#40).
  • Besides prefetching JavaScript and CSS files, the client was changed to prefetch images too. However, only critical images makes sense to be prefetched. So, a CSS selector for finding images should be provided while setting up the client. (sirko-io/client#36).