Depends what you're doing. You could be doing too many collision checks, rendering too many objects, or a bunch of other things. If you want to know, try experimenting by deactivating sections of code, running it with fewer objects, disabling collision checks, etc.