Hi, this is to the attention of the Photoshop development team. While not strictly speaking a bug, I consider the matter urgent.
As a photographer, I routinely develop my RAW files in Lightroom Classic, do the final edit in Photoshop, and save my master files as ZIP-compressed TIFFs. I just set up a new Mac Studio to speed up my workflow, and to my dismay, I noticed that the current version of Photoshop still takes copious amounts of time to save ordinary 40–50 Megapixel photos as an 8-bit per channel ZIP-compressed TIFF. According to the activity monitor, Photoshop apparently computes the compression on a single core only, not even using the GPU.
Hey, a pro grade digital camera compresses and saves some 20 to 30 RAW images per second while one of the fastest PCs available today still takes many seconds for just a single TIFF file? I bet there must be a way to substantially improve on this excruciatingly slow performance by optimising the code (parallel computing on all available CPU/GPU cores, more efficient algorithm, better machine code).
Another thing that I noticed is network activity each and every time I save a file from Photoshop. I have turned off all diagnostic feedback, and I certainly do not want Photoshop to waste any time by “phoning home” at every file save. You know, time is money. I work with local ssd storage at the highest bandwidth that I can afford, and I do expect save operations to be as fast as possible. Please review your code and do what is necessary to ensure an instant and speedy execution of every save command. Thank you.