Open matthew-blackman opened 1 month ago
The data is added much faster in 1.0.5-rc.1 with mac + safari (compared it to 1.0.0-dev.3). I will keep this issue open until more platforms are tested.
Due to the wording in https://github.com/phetsims/projectile-data-lab/issues/346#issuecomment-2427695987, I wonder if that error is related?
I tried it out myself, and they do seem connected.
When processing large groups of projectiles (for example, if 'Autogenerate data' is turned on), the wrapper lags as it tries to add the data entries one-by-one. Let's bundle the data that comes in a single frame to one API call with all of the new data being sent at once. This will be much faster, and allow for rapid collection of large amounts of data.