More information:
My testing wasnt thorough enough:
While Firefox always loads rapidly, Safari has the same delay as cocoa, and
there is a clear pattern. Two loads in 1-2 seconds, then the 3rd load takes
a really long time. This pattern repeats with every 3rd load delayed,
whether loading NSImag
I am trying to grab an image from a network camera but performance is
horrible. My code is:
NSLog(@"refreshImage");
url = [NSURL
URLWithString:@"http://192.168.1.253/SnapshotJPEG?Resolution=640x480&Quality=Precision";];
NSLog(@" setURL");
NSImage *image = [NSImage alloc];
NSLog(@" allocated