It depends how you made the level design, but probably your models have too many polys or you are using many stencil shadows. If so, reduce polycount and use z-buffer shadows to improve performance.
Also, instructions marked in the manual as "slow" should be avoid and sometimes bad designed programming functions causes such problems.