Why does it take so long for the Application folder to open

finderfolders

My computer is pretty snappy, and the UI is typically silky-smooth. However, for some reason, on virtually every Mac OS X computer I've used, opening the Applications folder takes an inordinate (>5 s) amount of time before any icons are shown in the window. Does anyone here know:

  1. What the heck is the computer doing?
  2. How to speed this up?

Best Answer

OS X applications are actually special folders which contain numerous smaller files, resources, binaries, localization settings, etc. When the Finder opens a folder with a lot of apps, it needs to do a lot more than it would to open a folder with the same number of ordinary documents.

At the very least, the Finder needs to check for the localized name of each app and load each app's icon. It will also need to check whether it can launch the app, checking if it's Intel, PPC, Universal, or Classic, possibly checking if it's 64-bit or 32-bit, too.

It's possible the Finder is gathering other info as well, possibly checking the folder structure of each app to verify it's actually an app, or checking its info.plist for file type associations, etc. Lion may also verify that each app is listed in Launchpad.

Of course, the more apps you have, the longer this process will take. I would guess that, unless your Macs are starved for RAM, the only way to make this process faster is to startup from an SSD instead of a conventional HD. Or perhaps delete all unneeded apps (that were not installed by OS X).

Also, the first time after each login, the Applications and Utilities folders may be slightly less responsive initially, even after the apps have shown up, because the Finder also needs to examine each app to calculate its total file size.