Replies: 0
Hi,
I am trying to develop a product configurator for a custom built canvas frame.
we have 5 configurations, each having more than 50-80 options to choose from. The plugin is working fine, but the problem is It is taking too long to respond and load at intial time.
for my current configuration It has 276 options total and same image(Our local dev setup) for shake of simplicity, it takes almost 6 minutes to load.
Profiling the script in browser shows
” setTimeout(function(){” @line 205 in vpc-public.js (in vpc_load_function) takes
most of the time in it for upto 5.5 minutes.
Note: The plugin is premium purchased, provided by client. The profile log is at https://gofile.io/?c=UGAfJz
can you guide me with any best practice?