Skip to main content

Will the quiz slow down my store?

Written by ZP Support Team
Updated over a week ago

No measurable impact. The quiz widget is designed to be lightweight:

  • The JavaScript loads with the defer attribute β€” it downloads in the background and runs after the page has finished parsing, so it never blocks page rendering

  • The CSS loads as a standard stylesheet β€” it's small and served from Shopify's asset CDN

  • The quiz modal itself only opens when a visitor clicks the trigger (floating button, banner, etc.) β€” no heavy rendering until interaction

  • Quiz structure and configuration are served from Shopify's CDN via metaobjects. Product details are fetched on-demand from Shopify's Storefront API β€” no external servers involved

  • The widget uses minimal CSS and JavaScript with no heavy dependencies

Did this answer your question?