[BUG] Saving or publishing project takes forever

Eric Scharff Eric.Scharff at Colorado.EDU
Mon Dec 3 20:25:09 UTC 2001


Ah, I think I found the problem.

Upgrading to 3.2a did help, as now some images can be uploaded properly.
I think it didn't work until the ResourceManager made its disk cache.

But, I still have another problem...

I have some fairly large forms that come from well-compressed JPEG data.
The thing is, I read them in from one place, stored them, and then did the
upload from somewhere else.

Based on what I read in ResourceCollector>>writeForm:FromLocator:, it is
possible for it to keep the original JPEG data around, avoiding what may
be exceptionally costly (and unproductive) compression.

Is there any way to "encourage" the forms that I load in to "remember"
their original encodiing and sources, thus speeding up the publishing
process?

-Eric






More information about the Squeak-dev mailing list