All Collections
Developer Docs
FAQ
Will Fullview affect the loading times and overall performance of our product?
Will Fullview affect the loading times and overall performance of our product?
Emma avatar
Written by Emma
Updated over a week ago

The data processing is happening on our side to avoid any excessive load on your side.

For sending data we use web workers that work on separate threads, sending the payload in small chunks, specifically to eliminate any slow downs of your web app.

We went one step further to load our SDK in an async manner in 2 steps: a small SDK is loaded at first, which fires the main one, which is also small.

Did this answer your question?