Improve form performance by glide_list variable attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2017 09:18 AM
If you have a list collector type of variable on your catalog item form and struggling with the performance of the form, you can add the glide_list variable attribute to the variable.
It improves the form load time significantly.
Recently worked on one performance issue where form was taking around 12 seconds to load, with couple of variables of list collector type added. First tried to look for scripts which may be causing an issue, but did not find anything significant.
By adding glide_list attribute, form now loads in around 6 seconds which is almost 50% gain.
Just posted some screenshot with form load time
1) Screenshot 1 : Form with single list collector without glide_list attribute
2) Screenshot 2: Form with single list collector with glide_list attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2017 12:58 PM
To my knowledge the load time is really due to the browser having to render the data in the List Collector (since Lists do not need to do that).
If the reference qualifier is set to minimize the amount of data being pulled, List Collectors can still render at a reasonable rate; though I enjoy the glide_list look myself as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2017 09:13 PM
Yes, load time increase since browser has to render the data on the page with list collector, with reference qualifier, i guess still there is a significant load time. I have done this exp with reference qualifier only, was pulling selected users from user table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2017 05:21 AM
