Ajax call is blocking the entire UI

2018-06-26 Thread Robson Liebke
HI all, I have created a component that is used to load a badge count. I am updating this component every 5 seconds, however the processing for some environment takes longer due amount of data. There fore, the ajax call request done in this component was just blocked the entire UI avoiding any oth

Ajax call is blocking the entire UI

2018-06-26 Thread Robson Liebke
HI all, I've created a component that is used to load a notifications count (like Facebook). I am updating this component (the zone) every 5 seconds, however sometimes the process for getting the data may take longer. Therefore, the ajax call request done in this component was just blocking the en