I am working on E-Grocery Store application, and found that when my application is loading data fast in debug mode, but when I install release apk of my project, then it takes too much time to load data, sometimes it does not load anything, I don't have any idea why this happening. I am Giving video example to easily understand my issue.
In Debug App: https://drive.google.com/file/d/1PjYSoPKDsSPBayHe0kr1pewhG6moXw7e/view?usp=sharing
In Release App: https://drive.google.com/file/d/1Q5zp2twMRThLVSdqcz0cMB9hZEC_ZB8E/view?usp=sharing
Sometimes it takes 2-3 minutes to load data and sometimes it only show circular progress bar, And this happening only in release mode, app working nicely in debug version.