Fixing Zend Studio 8 Performance (typing lag) Issue
Zend Studio 8 has performance problems with large php source files (around 3,000 lines of code) causing MAJOR typing lag. There has been a patch developed but appare开发者_运维知识库ntly they haven't rolled it out yet as nothing happens when I to go Help > Check for Updates.
Is there any way I can manually update the IDE so I don't have to wait for Zend?
Zend Studio has a lot of performance issues because it is based on Eclipse / PDT and Eclipse often exhibits performance problems.
You might want to consider Netbeans which has solid PHP support and less performance issues.
Zend Finally released a beta fix for the issue. Steps to resolve the problem are as follows:
In Zend navigate to Help > Install new software
Update site: http://beta.zend.com/studio/8.0.1/update
Check all items in the features list
Uncheck the "update all repositories" checkbox and follow the wizard
Since ZS8 is a commercial product and only available for a few days now, you are likely still entitled to support. Please login to the Zend website and open a support ticket. They will get back to you and likely will provide you with a patch (if there is one) and instructions on how to install it.
精彩评论