|
|
|
|
|
by ehnto
3167 days ago
|
|
Something I have noted from working with Jira and Magento 2 is that if your servers are on another continent, the network delay in getting the dozens of little snippets of JS and ajax API requests adds considerable delay. Jira is especially cumbersome as when you update one thing it refreshes half a dozen other items and you have to wait for the whole lot before it becomes interactable again. In those cases, I would prefer it either to update on the component I touched or to not pretend to be reactive and just be a flat out form POST. As it stands it is the worst of both worlds and the network delay compounds to make it a slow, page jittering mess the whole time I am using it. |
|