Skip to content

EGOImageView imageView.imageURL performance #26

@manoelfranklin

Description

@manoelfranklin

Hi all,

I'm noticing that using the imageView.imageURL of EGOImageView is downloading images too slow.

The images are available on CDN Akamai (Cloud Files from Rackspace Cloud) and even in Wifi, the download is too slow.

How I'm implementing:

  • (void)awakeFromNib {

    [super awakeFromNib];

    imageView = [[EGOImageView alloc] initWithPlaceholderImage:[UIImage imageNamed:@"placeholder.png"]];
    imageView.frame = CGRectMake(50, 36, 268, 205);
    [self.contentView addSubview:imageView];

}

And after this:

imageView.imageURL = [NSURL URLWithString:url];

My images have on average 300kb and are taking almost a minute to load on wifi.

Is there anything wrong on my implementation? Any suggestions?

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions