To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
first of all i just wana let it out.. I HATE JAVA!!!! their such resource hogs.. wish zend wouldnt use java!
whew.. alrite..
anyway i just started using zend 5 yesterday, and it is GREAT! i love the code collapsing feature!
but... i immediately started noticing that ZDE 5 is very slow.. i mean, it's actually FASTER when starting up (i did notice that).. but during coding there are split second pauses that i encounter, similar on ZDE 4, but MUCH longer.. quite annoying really..
Them annoying pauses seem to be similar on ZDE4 in a sense that they seem to occur during certain activities such as defining function, etc etc. but on ZDE5 the pause is so much longer..
for example, when i press right arrow to move my cursor position.. i press it many times rapidly to advance.. in zde4 there is a small pause time which one cant really notice much.. but in zde5 after the first few presses of the right arrow the cursor pauses, and then jumps about 5-10 characters away (since keep pressing right arrow)
How do i fix this? (if ever this can be fixed)
byt he way im on windows XPSP2, intel p4 3.06Ghz processor, 1 GB RAM.... and i still get pauses.. shuxx
__________________
--------------------------
PHP - Phrantic Hyper Puh
(couldnt think of a good sig right now..s orry)
Wow, now I don't feel so bad. I got so annoyed by the lag that I swapped back to 4.02 (which works great.) I assumed that my 1.7 Ghz P4 1 GB RAM was not the workstation they intended it for, but I see you have considerable more clock and still get lag
Zend definately needs to optimize Studio 5.0!
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)
hmm.. im very disappointed.. was soo excited.. as it boasted faster optimization..
so bretticus, did you notice as well that startup was actually much faster now on v5? that got me more excited as i thought it's gona be blazing.... but then when i started coding.. (
hmm.. ima stick with v5 for now.. and see if i can stand the lag over the great new features..
hmm...
__________________
--------------------------
PHP - Phrantic Hyper Puh
(couldnt think of a good sig right now..s orry)
I just noticed that my CPU dances like crazy whenever the code folding (apparently) scans my document as you can see from my screen capture.
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)
ya i do notice that.. and so with some other features.. which is alrite as it is expedcted when any program is doing something.. what i do notice a lot (durng the annoying lag) is the java eating 90+% CPU.. I HATE JAVA >
__________________
--------------------------
PHP - Phrantic Hyper Puh
(couldnt think of a good sig right now..s orry)
Hmmmm... I work on Zend Studio 5.0 (earlier a work with Zend Studio 4) and all works fine. After execute Zend Studio, a must wait ~5 minutes for ZS quieten and finishing initialization, but after that everything works great.
But, on yours computers Zend works slow, you can submit bug in Zend.
I have only Celeron 2 GHz and 512 MB RAM (processor is unimportant, Java need more memory = but your get 1 GB!).
Maybe try use JRockit - download JRockit from BEA and replace JRE from SUN by this JRE (look in ZendStudioClient-5.0.0/jre directory). Don’t forget make backup original JRE from Zend Studio!;-)
ZDE 5.0 with JRocket way out-performs Sun JRE! I'm excited to do this tomorrow, I can actually stand to code with ZDE 5 now.
Thanks!
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)
But please point out that JRocket is optimized for Intel processors and on AMD may work slowest than Sun JRE. And second thing - JRocket on start application compiling all application's classes to native processor code, so starting may me slowing. But after that it's my work fine;-)
I've noticed that too, Its getting very annoying as every time I try to type a function, the program just freezes. I tryed Jrockit, but that just made the memory useage worse and it got even slower. (I'm on AMD). This is making me want to just go buy the PHP extension for Visual Studio 2005
Edit: VS2005 version isn't even out yet, was going to download the trial version, but they only have up to VS2003
Zend 4.02 still works great for me. I have a AMD Athlon and, for some reason, ZDE 5.0 responds better with JRockit. I Still don't use it because it's still has a bit of lag and, more importantly, code completion does not work sometimes
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)
When in ZDE code completion doesn't work? I use it and every thinks work fine. And ZDE great completing my code, especial with PHPDocumentatior comments (like @var ClassName). Please let me know what's work - I submit bug to Zend (I have legal license, so maybe they fix it if they client submit same bugs;-)
When in ZDE code completion doesn't work? I use it and every thinks work fine. And ZDE great completing my code, especial with PHPDocumentatior comments (like @var ClassName). Please let me know what's work - I submit bug to Zend (I have legal license, so maybe they fix it if they client submit same bugs;-)
Best regards,
Marcin Staniszczak
Theres nothing wrong with it for me, its just slow. When you try to get code completion to work, the whole program freezes for around 5 seconds until the code completion menu comes up. Try telling them to see if they can use GCJ to compile the whole thing to a native exe ;-)
I have a legal copy also ;-) I just haven't gotten around to sending a bug. I'm still liking 4.02 and never really even used code folding that much in Visual Studio. Therefore, I can live without it using 4.02. I would like to see the debugger in action with built-in browser (haven't played with that yet.) I was excited to see code completion for nested classes, but never able to see it work like I thought it should. I wanted code completion for stuff like $this->my_custom_data_object->some_method() but...no dice! As for my previous comment about code completion not working at all...it really seemed to NOT work for my custom classes. Maybe this was because I was too impatient to wait the 5 seconds required. I should point out it works fine on my two Intel boxen, but not my AMD. I guess that could be fathomable?
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)
Actually, I used code folding in VS, but only for regions, I think that woudl be really cool in Zend Studio too. Any way to pull that off right now with ZS?
__________________
When in doubt, read the manual: PHPMySQL For beginners: PHP 101PHP + MySQL 101Google Forum etiquette.: See FAQs (Typically found in sticky posts: top posts) Avoid asking questions like: "It's not working..." (Describe how it's not working!) "Do you know of a script..." (This is a forum for PHP developers.)