Addressables load large complex assets much slower than legacy asset bundle

Addressables load large complex assets much slower than legacy asset bundle even if the AddressableAssetSettings.ContiguousBundles option is enabled. (Version 1.13.1)
My asset bundle file size is nearly 10.8mb. I build and load it by legacy asset bundle is about 2s. But when I am trying to load it by addressables. It takes nearly 15s. Here’s the profiler result.
Legacy Asset bundle:


Addressables:

Did you find a solution to this issue?