Delays when move to another scene

Hello , everyone~

My question is simple(But I'm still can't work it out huh)..

It has some delays(about 1 second) when I move to another scene in iPhone by using "Application.LoadLevel"..

First time I thought it was the problem caused by many "PlayerPrefs.GetInt"s but it wasn't because when I moved away all of them it still had delays.

So I've got confused..

Do you have any suggestions? Thanks!

Application.LoadLevel will always cause a delay, because it has to load the level. There's nothing you can do...the delay is expected and isn't a problem.