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 have seen in the 1.0.0-alpha version the --delay option is missing, and the current suggestion is using the browser network throtling feature:
Notable differences with v0.17
...
use Chrome's Network tab > throtling to delay requests instead of --delay CLI option
The main problem with this approach is that, while we are testing our frontend application in the browser, EVERY request will be delayed (which includes styles, js chunks, fonts...) and in some cases it is tedious when we are dealing with a big application.
We usually only want to delay those requests related to backend, for example, for testing wether our frontend app is preapared to give a good loading/processing feedback while it is performing a backend request. The typical use case is having a slow backend which takes times to reply, but not always the network connection is slow.
So my suggestion is bringing back the --delay option. Make it available and optional like it was before, so the user decides to use it or not.
The text was updated successfully, but these errors were encountered:
posti85
changed the title
Please, bring back the --delay option
Please, bring back the --delay option
May 3, 2024
I have seen in the 1.0.0-alpha version the
--delay
option is missing, and the current suggestion is using the browser network throtling feature:The main problem with this approach is that, while we are testing our frontend application in the browser, EVERY request will be delayed (which includes styles, js chunks, fonts...) and in some cases it is tedious when we are dealing with a big application.
We usually only want to delay those requests related to backend, for example, for testing wether our frontend app is preapared to give a good loading/processing feedback while it is performing a backend request. The typical use case is having a slow backend which takes times to reply, but not always the network connection is slow.
So my suggestion is bringing back the
--delay
option. Make it available and optional like it was before, so the user decides to use it or not.The text was updated successfully, but these errors were encountered: