Forum Moderators: not2easy
Question, is there any way to find out whether the page is dispalyed unstyled?Can you clarify what you mean by this question - it should be obvious whether the css styles have been applied just by looking at the page.
Now started seeing this also in Opera and IESo that indicates fundamental problem somewhere. I agree FOUC doesn't seem likely in this situation, but always useful to check as part of problem solving. I would definitely investigate the javascripts.
Question, is there any way to find out whether the page is dispalyed unstyled?
i wanted to log if it happens to other users. But how some scripts (ex. javascripts) can detect that?I suspect it would be possible, but don't know of any myself. I suggest search/ask in one of the server-side forums (As Javascript is browser-side it will only be helpful if it loads, and failing to load is the issue here.)
What i did so far is reducing the sizes of the files (removal of comments, spaces, etc) and it seems to work so farIn theory unless your files are mb's, size should not cause this, but despite the "theory", my personal general surfing experience is that sites with large file sizes do have problems loading. Reducing file-size is good coding practise, and also ask if javascript is necessary. These things may not apply in your case, but for example, use css rather than javascript for link hover effects and use server-side (like php) rather than javascript for other things.