Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT 2.0.0GA unusably slow
PDT 2.0.0GA unusably slow [message #88412] Tue, 06 January 2009 14:26 Go to next message
Dennis Verspuij is currently offline Dennis VerspuijFriend
Messages: 7
Registered: July 2009
Junior Member
Hello, I just installed latest PDT 2.0.0GA from the all-in-one download. I
added an existing large PHP project to the workspace. The project uses the
Symfony framework, so I added the framework to the build path in order to
have code assist etc. Furthermore I installed Subclipse 1.4.7, Mylyn 3.0.3
with Trac connector and Symfoclipse 1.2.1 for its yml editor. The project
is located on a Samba network drive.

My problem is that PDT is extremely slow in (re)building, e.g. it takes up
to 15 minutes to complete with 10% average CPU consumption. During the
period PDT cannot be used. The same happens every now and then while
editing a PHP file (for example inserting a dollar sign ($)) and PDT
attempts to show some code completion/assist possibilities. I might turn
the latter features off, but it's PDT I want to use for that in the first
place. I used PDT 1.0.3. before and it was much faster even tough it had
to rebuild a project every time.

Does anyone experience these problems as well or have have suggestions to
fix this? I noticed bug 259788
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
related?
Re: PDT 2.0.0GA unusably slow [message #88442 is a reply to message #88412] Tue, 06 January 2009 15:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.zend.com

Hi Dennis,

Yes this bug is related to your issue as well.
Can you add your comment to this bug?

Thanks!

"Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download. I
> added an existing large PHP project to the workspace. The project uses the
> Symfony framework, so I added the framework to the build path in order to
> have code assist etc. Furthermore I installed Subclipse 1.4.7, Mylyn 3.0.3
> with Trac connector and Symfoclipse 1.2.1 for its yml editor. The project
> is located on a Samba network drive.
>
> My problem is that PDT is extremely slow in (re)building, e.g. it takes up
> to 15 minutes to complete with 10% average CPU consumption. During the
> period PDT cannot be used. The same happens every now and then while
> editing a PHP file (for example inserting a dollar sign ($)) and PDT
> attempts to show some code completion/assist possibilities. I might turn
> the latter features off, but it's PDT I want to use for that in the first
> place. I used PDT 1.0.3. before and it was much faster even tough it had
> to rebuild a project every time.
>
> Does anyone experience these problems as well or have have suggestions to
> fix this? I noticed bug 259788
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
> related?
>
>
Re: PDT 2.0.0GA unusably slow [message #88457 is a reply to message #88412] Tue, 06 January 2009 16:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

Using Samba or NFS mounts directly (ie., remotely accessed workspaces /
projects / files) isn't really recommended.

A better approach is to either put your files in a vcs like CVS, SVN,
Git or Bzr, and share through that mechanism.

Or, not non-versioned file sharing, there's the Remote System Explorer
(RSE) [1] which caches a local copy of your stuff to improve Eclipse's
performance, but also synches changes w/ the remote system.

See also http://wiki.eclipse.org/TM_and_RSE_FAQ (search for "samba")

[1] http://www.eclipse.org/dsdp/tm/

Dennis Verspuij wrote:
> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download.
> I added an existing large PHP project to the workspace. The project uses
> the Symfony framework, so I added the framework to the build path in
> order to have code assist etc. Furthermore I installed Subclipse 1.4.7,
> Mylyn 3.0.3 with Trac connector and Symfoclipse 1.2.1 for its yml
> editor. The project is located on a Samba network drive.
>
> My problem is that PDT is extremely slow in (re)building, e.g. it takes
> up to 15 minutes to complete with 10% average CPU consumption. During
> the period PDT cannot be used. The same happens every now and then while
> editing a PHP file (for example inserting a dollar sign ($)) and PDT
> attempts to show some code completion/assist possibilities. I might turn
> the latter features off, but it's PDT I want to use for that in the
> first place. I used PDT 1.0.3. before and it was much faster even tough
> it had to rebuild a project every time.
>
> Does anyone experience these problems as well or have have suggestions
> to fix this? I noticed bug 259788
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
> related?
>
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: PDT 2.0.0GA unusably slow [message #88472 is a reply to message #88442] Tue, 06 January 2009 16:44 Go to previous messageGo to next message
Dennis Verspuij is currently offline Dennis VerspuijFriend
Messages: 7
Registered: July 2009
Junior Member
Hi Michael,

Thanks for your prompt answer, I added a comment to the issue.

Greetings,

Dennis

Michael Spector wrote:

> Hi Dennis,

> Yes this bug is related to your issue as well.
> Can you add your comment to this bug?

> Thanks!

> "Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
> news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
>> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download. I
>> added an existing large PHP project to the workspace. The project uses the
>> Symfony framework, so I added the framework to the build path in order to
>> have code assist etc. Furthermore I installed Subclipse 1.4.7, Mylyn 3.0.3
>> with Trac connector and Symfoclipse 1.2.1 for its yml editor. The project
>> is located on a Samba network drive.
>>
>> My problem is that PDT is extremely slow in (re)building, e.g. it takes up
>> to 15 minutes to complete with 10% average CPU consumption. During the
>> period PDT cannot be used. The same happens every now and then while
>> editing a PHP file (for example inserting a dollar sign ($)) and PDT
>> attempts to show some code completion/assist possibilities. I might turn
>> the latter features off, but it's PDT I want to use for that in the first
>> place. I used PDT 1.0.3. before and it was much faster even tough it had
>> to rebuild a project every time.
>>
>> Does anyone experience these problems as well or have have suggestions to
>> fix this? I noticed bug 259788
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
>> related?
>>
>>
Re: PDT 2.0.0GA unusably slow [message #88840 is a reply to message #88472] Thu, 08 January 2009 11:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.zend.com

Hi,

Can I ask everyone who's experiencing issues when working on remote drives
to enable the following preference:

Window->Preferences->Dynamic Languages->File Caching (choose: Default File
Caching).


This option should improve performance when working on files stored remotely
either via shared folder or using RSE.

Please report about your feelings :)

Thanks!

"Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
news:568ec38a3801a1b07ed7cc2a9b68fc35$1@www.eclipse.org...
> Hi Michael,
>
> Thanks for your prompt answer, I added a comment to the issue.
>
> Greetings,
>
> Dennis
>
> Michael Spector wrote:
>
>> Hi Dennis,
>
>> Yes this bug is related to your issue as well.
>> Can you add your comment to this bug?
>
>> Thanks!
>
>> "Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
>> news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
>>> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download.
>>> I added an existing large PHP project to the workspace. The project uses
>>> the Symfony framework, so I added the framework to the build path in
>>> order to have code assist etc. Furthermore I installed Subclipse 1.4.7,
>>> Mylyn 3.0.3 with Trac connector and Symfoclipse 1.2.1 for its yml
>>> editor. The project is located on a Samba network drive.
>>>
>>> My problem is that PDT is extremely slow in (re)building, e.g. it takes
>>> up to 15 minutes to complete with 10% average CPU consumption. During
>>> the period PDT cannot be used. The same happens every now and then while
>>> editing a PHP file (for example inserting a dollar sign ($)) and PDT
>>> attempts to show some code completion/assist possibilities. I might turn
>>> the latter features off, but it's PDT I want to use for that in the
>>> first place. I used PDT 1.0.3. before and it was much faster even tough
>>> it had to rebuild a project every time.
>>>
>>> Does anyone experience these problems as well or have have suggestions
>>> to fix this? I noticed bug 259788
>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
>>> related?
>>>
>>>
>
>
>
Re: PDT 2.0.0GA unusably slow [message #1624210 is a reply to message #88840] Thu, 19 February 2015 16:38 Go to previous message
Kakhaber Kashmadze is currently offline Kakhaber KashmadzeFriend
Messages: 1
Registered: February 2015
Junior Member
I solwed this problem by changing "File Transfer Buffer Size" at:

Window->Preferences->Remote Systems-Files and change "File transfer buffer size"-s Download (KB) and Upload (KB) values to high value, I set it to 1000 kb, by default it is 40 kb
Previous Topic:Break points not working
Next Topic:XDebug Glitch After 4.4.1 Update
Goto Forum:
  


Current Time: Thu Apr 25 16:55:33 GMT 2024

Powered by FUDForum. Page generated in 0.02500 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top