tags:

views:

65

answers:

2

We have more java script and css files in our WUI project.

In some times, the files are not loading properly, due to the huge size.

Did any body face this problem? or Do you have any idea to resolve this issue.

A: 

check this out you can check whether file is loaded properly or not

Adinochestva
A: 

Is the problem really due to the size of the files or is it the loading order?

Jonathan Fingland
Size of the file
Kthevar
Just how large are we talking, here? 200k? Or something larger?
Jonathan Fingland
more than 200k. like that i have to include 8 files.
Kthevar
try merging all of them into one file and calling that. (create a new file for the test).
Jonathan Fingland
also, are you getting any errors? if so, what errors?
Jonathan Fingland