Gzip means that the server generates the page, compresses it and then sends it to the browser with a meta tag to tell the browser it's compressed, the browser then uncompresses it and displays it. Result, less bandwidth used but both the server and browser need more CPU time. Also, not all browsers support gzip but the main ones do. You might want to check if your host allows it as well