You can build new indexes, recreate the indexes that are there, defrag the indexes, give the server more RAM if the database size has grown a lot. If you have the database in full recovery mode and you're not backing the transaction logs or truncating them they will most likely be huge and sorting that out will improve performance no end.
Lee