How it works
- The pixel script is approximately 15 KB (gzipped)
- It loads asynchronously, meaning it does not block your page from rendering
- Average load time is under 50ms
- The script is cached by the browser after the first load
PageSpeed / Lighthouse
TinyBell should not affect your Google PageSpeed or Lighthouse score. The async loading ensures it is not part of the critical rendering path.If you notice slowness
- Check if the issue is TinyBell or another script. Disable TinyBell temporarily and test again.
- Make sure you are not loading multiple notification tools at the same time.
- Check your notification images. Large images (over 1 MB) can slow down the notification display.