cancel
Showing results for 
Search instead for 
Did you mean: 

Bundle product page with 500 options very slow

Bundle product page with 500 options very slow

Hello, I have a bundle product with 500 options (all input=radio). The page takes 80 sec to load.

 

I found out that the problem is the name attribute of the input type="radio" of the options. It is an array like name="bundle_option[3453]". When I edit the radio.phtml and set name="bundle_option[]" to all options, the page loads in 2 seconds. 

 

I found another magento website which also has hundreds of options using this array but that page does not load slow. So there must be a solution for my problem. Can anyone help?

 

My config: Magento 2.1, All cache options enabled