View Single Post
Posts: 126 | Thanked: 94 times | Joined on Jun 2007 @ Berlin, Germany
#148
Perhaps it's simply resource contention, because the app is doing heavy work with the cookie data set in parallel to everything else that goes on while loading. Possibly I/O is the bottleneck - the cookie file is read in again and again at the same time as the images are written to cache or something. Probably needs profiling to determine.