It's not going to solve the problem.
That plug is mostly useful if the assets aren't stored locally.
The standard method of loading assets layout by layout is the best.
If you are having issues loading that way there are only two possibilities:
A: The assets are too large/ too many
B: The server has issues
It's less likely to be the server.
Loading using the url is a spurious method if all the files are saved in the same place.