Hi,
You can't use the state field without the country field unfortunately. You should publish the country field. For now, you can unpublish all unneeded zones and keep only the USA in the country field and the state dropdown will display the USA states.
You're right there was still an increasePerf call on the install.hiakshop.php file. We will remove it.
We will keep the second one in the import.php file and the function definition. At install it's not possible, but during the import the system should only crash once and if you refresh the page it should work as it will be automatically disabled. Remember that this increasePerf function is something useful on some hosting companies which restrict the memory usage and execution time out to values which are too low. We need to keep it on process intensive tasks like the import. During install, we can remove it as it's not too processing intensive and should be under the minimum values hosting companies put. We had it there just as a precaution.