vafour / vafpress-framework

Wordpress theme options framework, check out the demo.
http://demo.vafpress.com/vafpress-framework
Other
240 stars 98 forks source link

Field interactions are slow [improvement] #58

Open thednp opened 10 years ago

thednp commented 10 years ago

Again, with multiple field interactions, the process is slow, up to a few seconds. It would be great to quickly switch show/hide fields via jQuery and run other processes in the background.

ayublin commented 10 years ago

Hi @thednp, yes we're aware of this and unfortunately this is the biggest drawback of having ajax interactions. Ajaxed field interactions is powerful in terms of flexibility but yeah it's slow, especially with multiple interactions. We have plan to implement client side logic for dependency, since in most cases the dependency doesn't need complex logic that needs server side function. Thanks!