Avoid synchronous AJAX calls

Avoid synchronous AJAX calls since they may block other JavaScript processing while waiting for a response from the server.

This section applies to Storefront Classic only. This section applies to Storefront Classic only.

Do not use these calls with pageLoad, since they may block the loading of the page.