How to remove unnecessary file to reduce the loading time
Hi,
I have a problem with loading time.
We have used this template to develop the admin panel and due to low connection speed, loading time become a major problem now.
Actually, we have used a few components only and there are lots of unwanted parts. So, identified that if remove those from the scripts, it will work fine.
Can you guide us on how to do that?
We are using demo_12.
Pls, check this URL to have look at the screenshot.
https://postimg.cc/q6tCBbzQ
If possible to remove unwanted codes from the last 6 loaded bundle files, then I think loading time will reduce by a considerable amount.
Now loading time is 12 seconds.
Thank you
Replies (1)
Hi,
You can refer to https://www.youtube.com/watch?v=UGDsQLADmaM&ab_channel=KeenThemes video tutorial to learn how to remove unused resources using gulp config.
Basically you will need to modify the gulp config file and remove unused optional plugins and recompile the the assets using gulp task.
Regards.