My page is running slow when I open a form to edit it. I looked at firebug and the issue appears to be the ajax loading. Each request is taking over 2 seconds.
Has anyone else had this issue? Any ideas?
Has anyone else had this issue? Any ideas?
Hi nkulbiski,
I think that you are probably right. I've noticed it on some servers with large forms. But there can be a lot of code to be fetched and loaded, there are hundreds of inputs in even a simple form.
Bob
I think that you are probably right. I've noticed it on some servers with large forms. But there can be a lot of code to be fetched and loaded, there are hundreds of inputs in even a simple form.
Bob
Hi nkulbiski,
You can check with Max using the Contact Us menu above and linking to this thread. He will have a better understanding of this than I do.
Bob
You can check with Max using the Contact Us menu above and linking to this thread. He will have a better understanding of this than I do.
Bob
Hi,
Please open the "Settings" page in CF admin area and find under the "wizard" tab the "safe loading count" setting, you can increase this number to try to load all form fields at one request, which may fail.
But, if AJAX takes 2 seconds per request then this means that your web connection (or web site) is slow, you can overcome this by building the form on your local machine then upload it!
Regards,
Max
Please open the "Settings" page in CF admin area and find under the "wizard" tab the "safe loading count" setting, you can increase this number to try to load all form fields at one request, which may fail.
But, if AJAX takes 2 seconds per request then this means that your web connection (or web site) is slow, you can overcome this by building the form on your local machine then upload it!
Regards,
Max
This topic is locked and no more replies can be posted.