[Pharo-project] Pharo 1.4 - browse slow??
I'm seeing ~1-2 second delays on any attempt to browse a class. Anyone else?
I'm using Ubuntu Lucid, and the CogVM. I downloaded the most recent 1.4 and started looking at the new file list (interest in the grid), and ultimately MorphTreeMorph. It's not (reliably) reproducible, but something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser is the only one in the image, which is listed simply as Browser. Sorry I can't be more specific. Bill ________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] on behalf of Bernardo Ezequiel Contreras [vonbecmann@gmail.com] Sent: Wednesday, April 04, 2012 1:38 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Pharo 1.4 - browse slow?? which steps to reproduce? On Wed, Apr 4, 2012 at 1:43 PM, Camillo Bruni <camillobruni@gmail.com<mailto:camillobruni@gmail.com>> wrote: which vm? which browser? On 2012-04-04, at 18:32, Schwab,Wilhelm K wrote:
I'm seeing ~1-2 second delays on any attempt to browse a class. Anyone else?
that is rather strange :/ we had some issues with the new Nautilus browser some time ago when opening certain classes (Object, Morph...) but otherwise I cannot remember that this happened to me :). On 2012-04-04, at 22:09, Schwab,Wilhelm K wrote:
I'm using Ubuntu Lucid, and the CogVM. I downloaded the most recent 1.4 and started looking at the new file list (interest in the grid), and ultimately MorphTreeMorph. It's not (reliably) reproducible, but something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser is the only one in the image, which is listed simply as Browser.
Sorry I can't be more specific.
Bill
From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] on behalf of Bernardo Ezequiel Contreras [vonbecmann@gmail.com] Sent: Wednesday, April 04, 2012 1:38 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Pharo 1.4 - browse slow??
which steps to reproduce?
On Wed, Apr 4, 2012 at 1:43 PM, Camillo Bruni <camillobruni@gmail.com> wrote: which vm? which browser?
On 2012-04-04, at 18:32, Schwab,Wilhelm K wrote:
I'm seeing ~1-2 second delays on any attempt to browse a class. Anyone else?
Schwab,Wilhelm K wrote
something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser is the only one in the image, which is listed simply as Browser
Maybe related to http://forum.world.st/The-tools-are-dreadfully-slow-in-1-4-td4173491.html ? I was on Mac OS X (probably Lion at the time...) with the Cog VM (probably carbon)... Sean -- View this message in context: http://forum.world.st/Pharo-1-4-browse-slow-tp4532473p4533467.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 2012-04-05, at 01:16, Sean P. DeNigris wrote:
Schwab,Wilhelm K wrote
something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser is the only one in the image, which is listed simply as Browser
Maybe related to http://forum.world.st/The-tools-are-dreadfully-slow-in-1-4-td4173491.html ? I was on Mac OS X (probably Lion at the time...) with the Cog VM (probably carbon)...
Sean
that bug report is in vapor-mode as well... if you find the time tryout a nautilus image: https://ci.lille.inria.fr/pharo/job/Nautilus-Release/lastSuccessfulBuild/art... cami
I found myself that Nautilus is slow the first time you open a class. Probablt it needs to cache something...then the second time you open it, it is fast. I would recommend to fill that cache during ConfigurationOfNautilus to avoid a wrong impression to the final user. Cheers On Thu, Apr 5, 2012 at 10:30 AM, Camillo Bruni <camillobruni@gmail.com>wrote:
On 2012-04-05, at 01:16, Sean P. DeNigris wrote:
Schwab,Wilhelm K wrote
something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser
is
the only one in the image, which is listed simply as Browser
Maybe related to
http://forum.world.st/The-tools-are-dreadfully-slow-in-1-4-td4173491.html?
I was on Mac OS X (probably Lion at the time...) with the Cog VM (probably carbon)...
Sean
that bug report is in vapor-mode as well... if you find the time tryout a nautilus image:
https://ci.lille.inria.fr/pharo/job/Nautilus-Release/lastSuccessfulBuild/art...
cami
-- Mariano http://marianopeck.wordpress.com
I'll have to look around, but that would probably explain what I saw. I'll play around later to see if it holds up. I'm not sure about the ID of the browser though: it's listed as Browser, and there are no other choices. ________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] on behalf of Mariano Martinez Peck [marianopeck@gmail.com] Sent: Thursday, April 05, 2012 2:41 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Pharo 1.4 - browse slow?? I found myself that Nautilus is slow the first time you open a class. Probablt it needs to cache something...then the second time you open it, it is fast. I would recommend to fill that cache during ConfigurationOfNautilus to avoid a wrong impression to the final user. Cheers On Thu, Apr 5, 2012 at 10:30 AM, Camillo Bruni <camillobruni@gmail.com<mailto:camillobruni@gmail.com>> wrote: On 2012-04-05, at 01:16, Sean P. DeNigris wrote:
Schwab,Wilhelm K wrote
something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The browser is the only one in the image, which is listed simply as Browser
Maybe related to http://forum.world.st/The-tools-are-dreadfully-slow-in-1-4-td4173491.html ? I was on Mac OS X (probably Lion at the time...) with the Cog VM (probably carbon)...
Sean
that bug report is in vapor-mode as well... if you find the time tryout a nautilus image: https://ci.lille.inria.fr/pharo/job/Nautilus-Release/lastSuccessfulBuild/art... cami -- Mariano http://marianopeck.wordpress.com
On Thu, Apr 5, 2012 at 8:41 PM, Mariano Martinez Peck <marianopeck@gmail.com
wrote:
I found myself that Nautilus is slow the first time you open a class. Probablt it needs to cache something...then the second time you open it, it is fast. I would recommend to fill that cache during ConfigurationOfNautilus to avoid a wrong impression to the final user.
Or having an status bar indicating that it is doing something will be gorgeus :)
Cheers
On Thu, Apr 5, 2012 at 10:30 AM, Camillo Bruni <camillobruni@gmail.com>wrote:
On 2012-04-05, at 01:16, Sean P. DeNigris wrote:
Schwab,Wilhelm K wrote
something is causing delays in either asking for a new browser or (particularly) references to the currently selected class. The
browser is
the only one in the image, which is listed simply as Browser
Maybe related to
http://forum.world.st/The-tools-are-dreadfully-slow-in-1-4-td4173491.html?
I was on Mac OS X (probably Lion at the time...) with the Cog VM (probably carbon)...
Sean
that bug report is in vapor-mode as well... if you find the time tryout a nautilus image:
https://ci.lille.inria.fr/pharo/job/Nautilus-Release/lastSuccessfulBuild/art...
cami
-- Mariano http://marianopeck.wordpress.com
participants (6)
-
Bernardo Ezequiel Contreras -
Camillo Bruni -
Guillermo Polito -
Mariano Martinez Peck -
Schwab,Wilhelm K -
Sean P. DeNigris