Hi there,
Loading 50+ images into a slider is not recommended, and the slider won’t be able to initialise before all are loaded, unfortunately that is just the way Flexslider works.
I would recommend including them in a gallery shortcode within the page content, rather than in the slider.
For the limit, check /swift-framework/meta-boxes.php line 228:
'max_file_uploads' => 50,
– Ed