I have a problem importing configurable products. I have some products with about 16000 configurations each. The import is successful, but when I open the product, I get this error in the backend:
Warning: DOMDocumentFragment::appendXML(): Entity: line 1: parser error : CData section too big found in /var/www/vhosts/speedswim.de/httpdocs/vendor/magento/framework/View/TemplateEngine/Xhtml/Template.php on line 60
In the frontend the product takes a very long time to load, but it does eventually and shows the product with the options.
When I try to leave out some of the options, I get about 1000 configurations and everything works fine. Is this normal? Does magento have a maximum number of configurations?
Would the use of customizable options speed up the loading process?