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
In order to build the documentation for the new site, it has to load up the validation files for each crop. However to do this currently requires that all the scripts in the file are compiled which takes quite a long time.
What needs to be changed?
Add in a way to load a file without needing to compile all the scripts.
Why does the code need changing?
Also look into the documentation tagging and converting system to see if any parts of those are particularly slow. If so, we might try to improve the performance on that.
The text was updated successfully, but these errors were encountered:
Speed is acceptable at the moment, however we should move to a cronjob where it makes these files once a day if a new build has been released. That way everything will be generated instead of having to do it dynamically every time.
Where is the code located?
In order to build the documentation for the new site, it has to load up the validation files for each crop. However to do this currently requires that all the scripts in the file are compiled which takes quite a long time.
What needs to be changed?
Add in a way to load a file without needing to compile all the scripts.
Why does the code need changing?
Also look into the documentation tagging and converting system to see if any parts of those are particularly slow. If so, we might try to improve the performance on that.
The text was updated successfully, but these errors were encountered: