Reduce loading time for variants

I have thousands of variant associated with a product. With loadVariantInformation() all variants are loaded and resulting in more loading time of detail page. How can I reduce it in proper oxid way? I want to display multi-variants in martix format. So I have few tabs for going to next matrix which is manipulated from loadVariantInformation() resultset .Oxid version is 448. Any help is appreciated. Thanks in advance.

Depending on how you want to handle all of this, maybe you want to switch to select lists instead of variants (at least on some levels) - i don’t think it will ever be good to load so much data at this place. Also you should think about migration to 4.5.x which has a different solution for loading the variant entries.