Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
portraitmaker  
#1 Posted : Wednesday, April 7, 2004 12:03:00 AM(UTC)
portraitmaker

Rank: Member

Groups: Member
Joined: 10/30/2003(UTC)
Posts: 12


One of the features of version 2 says:

"Thumbnails in the preview area are loaded asynchronous. It dramatically increases speed of folder reading;"


This may be true to some extent but it appears to me that 2.0 a lot is slower than 1.8 as far as displaying the thumbnails.

When selecting a folder with 40 files using 2.0, placeholders show up immediately but it takes about 4 secounds to display each thumbnail. During this time the system is so bogged down you can't do anything but wait.

With version 1.8 it takes about 1 second per image to display the thumbnails.

Are there any settings which affect this? The code I'm using for 2.0 is the sample code.
Fedor  
#2 Posted : Wednesday, April 7, 2004 1:16:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

Here is most closest post:

View post

We are discovering the problem now and will post solution here in several days.
Best regards,
Fedor Skvortsov
portraitmaker  
#3 Posted : Wednesday, April 7, 2004 1:33:00 AM(UTC)
portraitmaker

Rank: Member

Groups: Member
Joined: 10/30/2003(UTC)
Posts: 12

I'm referring to the initial display of images in the preview area, not resizing for upload.

Fedor  
#4 Posted : Wednesday, April 7, 2004 1:54:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
It seems both of these problems have the same reason. :(
Best regards,
Fedor Skvortsov
Fedor  
#5 Posted : Sunday, April 11, 2004 10:11:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We have fixed the problem. The update will be available within this week.
Best regards,
Fedor Skvortsov
portraitmaker  
#6 Posted : Monday, April 19, 2004 10:52:00 PM(UTC)
portraitmaker

Rank: Member

Groups: Member
Joined: 10/30/2003(UTC)
Posts: 12

Any idea when the update will be available?
Fedor  
#7 Posted : Monday, April 19, 2004 11:01:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The update will be available in 2-3 days. I am sorry for delay.
Best regards,
Fedor Skvortsov
portraitmaker  
#8 Posted : Monday, April 26, 2004 11:35:00 PM(UTC)
portraitmaker

Rank: Member

Groups: Member
Joined: 10/30/2003(UTC)
Posts: 12

Any new status as to when it will be ready?

:(
Fedor  
#9 Posted : Monday, April 26, 2004 11:48:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We hope to release tomorrow version 2.1.

Here is list of changes:

# Added a drop-down list control which allows quick navigating through the folders in Windows Explorer style. You can put it on the same page with Image Uploader control and bind it to Image Uploader using AdditionalFolderNavigator property.
# Added CheckFilesBySelectAllButton property which changes the behaviour of the Select All button. If you set it to True, files will be checked (or put to upload list) unlike default behaviour when they are just selected . However SelectAll method still just selects files regardless to the value of this property (due security reason).
# Added methods which allow navigating special folders like "My Computer", "My Documents", "My Pictures", "My Video", "My Music" , etc. This way you can add buttons to the page for easier navigation. This functionality is available via GoToFolder and CanGoToFolder methods.
# Added GoToParentFolder and GoToPreviousFolder methods. You can add buttons to HTML which will call them providing user faster navigation.
# New licensing option is available. Now you can purchase a single IP address license (analogue of the single server license), which allows you using Image Uploader with unlimited number of domains mapped to the single IP address.
# Added Version property which allows verifying Image Uploader version in run-time (so that you can check if user has outdated version installed from JavaScript).
# Added ShowSubfolders property which allows folders to be displayed in the folder pane along with files.
# Added possibility to hide the folder tree (set TreePaneWidth property to -1 ).
# Folder "My Pictures" is placed in folder tree on the same level with "My Documents" (for faster navigation).
# Fixed the problem with Image Uploader installation on Windows 98.
# Fixed the problem with slow thumbnails creating.
# Fixed the memory leak.
# Fixed the problem with incorrect behaviour when selecting files with CTRL and SHIFT buttons.
# Fixed the problem with displaying thumbnails for JPEG files (sometimes Image Uploader did not display them).
# Fixed the problem with upload failure when submitting files to the page through HTTPS protocol.
Best regards,
Fedor Skvortsov
Fedor  
#10 Posted : Tuesday, April 27, 2004 11:24:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We have released Image Uploader 2.1 where this problem is fixed.

View post for more info.
Best regards,
Fedor Skvortsov
codesmith  
#11 Posted : Thursday, July 28, 2005 4:21:00 AM(UTC)
codesmith

Rank: Advanced Member

Groups: Member
Joined: 7/8/2005(UTC)
Posts: 40

I have downloaded the latest version of the Java version (1.1). It still seems pretty slow at showing thumbnails for large image files (2-3MB). On my Apple Powerbook running OSX Tiger, 1GB memory 1.25 GHz it takes about 4-5 seconds per thumbnail. Doesn't seem to matter how many files are in the directory.

Is there anyway to speed it up? Is it creating thumbnails on the fly or reading the stored thumbnail data? When I look at the directory in Finder it shows the thumbs instantly.
Fedor  
#12 Posted : Thursday, July 28, 2005 12:08:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Is there anyway to speed it up? Is it creating thumbnails on the fly or reading the stored thumbnail data? When I look at the directory in Finder it shows the thumbs instantly.

Image Uploader Java version creates thumbnails on fly, at that time as ActiveX one reads embedded EXIF thumbnails (I think Finder works the same).

We plan to add reading embedded thumbnails in next Java version update.
Best regards,
Fedor Skvortsov
Fedor  
#13 Posted : Thursday, July 28, 2005 12:10:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Is there anyway to speed it up? Is it creating thumbnails on the fly or reading the stored thumbnail data? When I look at the directory in Finder it shows the thumbs instantly.

Image Uploader Java version creates thumbnails on fly, at that time as ActiveX one reads embedded EXIF thumbnails (I think Finder works the same).

We plan to add reading embedded thumbnails in next Java version update.
Best regards,
Fedor Skvortsov
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.