You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to load the templates with the same order as the input array is.
When I use the settings: async: false, it is ok, but the "Synchronous XMLHttpRequest" warning is occured, and the loading process is very slow (load pictures, videos, etc.).
If I use the default settings in version 1.5.10 (async: true) the performance is well, but the order is not the same as the input array. I would like to see my items in time order.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello!
I would like to load the templates with the same order as the input array is.
When I use the settings: async: false, it is ok, but the "Synchronous XMLHttpRequest" warning is occured, and the loading process is very slow (load pictures, videos, etc.).
If I use the default settings in version 1.5.10 (async: true) the performance is well, but the order is not the same as the input array. I would like to see my items in time order.
Thanks in advance!
The text was updated successfully, but these errors were encountered: