Home › Forums › ACF PRO › Huge JavaScript performance issues with repeater fields when over ~100 fields › Reply To: Huge JavaScript performance issues with repeater fields when over ~100 fields
YAY! I think I’ve solved it.
I just edited
wp-content/plugins/advanced-custom-fields-pro/input.js
and commented out this
$(window).load(function(){
// action for 3rd party customization
//acf.do_action('load', $('body'));
});
and
$(document).ready(function(){
// action for 3rd party customization
//acf.do_action('ready', $('body'));
});
the repeater fields still work, and the JavaScript timeout is gone. Even though it’s 114k lines of html…
What could this mess up? What am I missing doing this?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.