Hi,

It takes such a long time because for String objects the default
presentation shows the content of the String. In this case the string has
10 million characters which Rubric takes some time to display.

Given you use case it could make sense to limit by default the size of
content that is displayed and when this happens add an action for showing
the entire content.

Cheers,
Andrei

On Wed, Feb 25, 2015 at 8:57 PM, Damien Cassou <[email protected]>
wrote:

> Hi,
>
> if you inspect the following in Pharo 4, it will take a long time to
> execute:
>
>   'http://picasaweb.google.com/data/feed/api/all?q=puppy' asUrl
>   retrieveContents.
>
>
> but if you execute this before, the inspecting above expression is much
> faster:
>
> GTInspector setGTInspectorEnabledStatus: false.
>
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Success is the ability to go from one failure to another without
> losing enthusiasm." --Winston Churchill
>
>

Reply via email to