Performance considerations

Linking with shared libraries results in a smaller executable and takes less time than linking with static libraries. However, executables that link with shared libraries may have a slower start-up time than those that link with static libraries. Unlike static libraries, shared libraries must be available at runtime.

The type of library that provides the best performance is determined by the individual requirements of your site.