Symplify creates experiments, popups, surveys, heatmaps and collects visitor recordings on your website with a javascript snippet. The snippet is unique for your website.
Every time you save or edit your project, the snippet updates and the cache is cleared. The snippet is hosted on a CDN server for the best possible performance and reliability.
All the information and code we use are included in the snippet, also for the best performance and reliability.
The process diagram below shows you a simplified overview of the execution logic.
Javascript / jQuery
The javascript / jQuery code (generated by the WYSIWYG-editor or the one you added manually) is added to the implementation script and is executed on document ready (by default). This can however be changed if you are experiencing "flicker". Read here how to avoid "flickering".
CSS
The CSS code (generated by the WYSIWYG-editor or the one you added manually) is added to the website as a style element in the head tag and is executed instantaneously as soon as the script has loaded. Changes done with CSS is faster than the one added with javascript / jQuery so we recommend using CSS for your changes as far as possible.