Isolation levels regulate how other users (processes?) can access data that you are accessing - like reading from a table for example.
If your server is dragging maybe someone uses an isolation level that is unnecesserally high and thereby causing other users/processes to wait for access to a table.
You can read about setting isolation levels in "Books Online" that comes with your server.
Hope this helps you.
/HL