Anyone left from the Frame 7 UNIX era? (performance issue)
It takes several minutes to open any document that is full of references to image files. The problem appears to be related to the extreme level of file attribute reads ("attr get" column when running fsstat -F 3) and lookup operations the application insists on performing before the document is available for editing. This is completely different from the latency seen when each page and new images are loaded. I typically see >300 attr gets, and >400 lookup ops *per second* when opening one of these files, so I could see over 100,000 of each before the file comes up. This is for a 50 page document with ~3 images per page. I looked into whether this was a hard disk latency issue, since it would take a spinner significant time to respond to all of these requests, even with small data per request, but it looks like virtually all of the requests were being handled by the filesystem cache (RAM). Does anyone know why all of these requests are being made, and if there is any way to get around the problem?
