For some reason I have often slowness on dataset request. Sounds like when I have imbrication with 2 dataset, wix does not succeed to read my data. Even dataset size are small…
It should take no longer than 0.5 seconds for the code to finish processing.
Do you experiencing longer loading times? If so please create a screen cast to illustrate it.
To create a better experience for your users you can hide the table behind a loading box until the data is ready.
See the tutorial here
I have an increasing number of issue on loading times this last days.
Even when requesting directly a dataset or just modifify a value in a dataset via the dashboard.
Here are the errors I meet:
504:Gateway Timeout
Data Load Failed: An error has occured. Check your internet connection and try again
Loading Data… (freeze with no answer)
Any ideas what’s going on ?
Thanks for your help. I am reading the tutorial, I will try the preload solution…
I still often get the issue I can easily reproduced it in sand box.
I am quite under pressure as from now on I am in production and clients starts to use the application and are unable to submit orders…
when clicking on a validate button on the page modification
export function buttonValidateFlight_click(event, $w) {
//Mise a jour des champs modifiés via item (pb direct connect to DB…) itemObj.copilotName = $w(“#pilotDropdown”).value; itemObj.flightStatus = $w(“#statusDropdown”).value; itemObj.commentPilot = $w(“#textBoxPilotComments”).value; itemObj.flightCategory = $w(“#categoryDropdown”).value; itemObj.flightVisible = $w(“#visibleDropdown”).value;