Legacy Knowledge Base
Published Jul. 2, 2025

Internet Explorer 11 with Compatibility Mode May Lead to Slow Page Loads

Written By

Christopher Lui

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber.

Customers using Internet Explorer 11 and also Microsoft Edge's IE11 Compatibility Mode might encounter various issues with loading pages with lots of CSS. This article documents one performance limitation and one known issue with a workaround.

Resolution

Performance Limitation

Performance issues have been encountered due to the amount of times IE11 executes multiple style recalculations on pages with lots of dynamic CSS styling. This performance issue has been recognized by Liferay Support as a possible known issue as well. Unfortunately, this is a Microsoft issue and customers should consult Microsoft's documentation for a solution.

For more information, see this article: Microsoft Internet Explorer 11 Performance Issues Due to CSS Style Calculations.

Known Issue

By default, the Liferay platform enables CSS merging to allow for faster load times. (CSS merging refers to the ability to combine multiple CSS style sheets into one for faster load times.) However, Internet Explorer 11 (IE11), with Compatibility Mode enabled, may not be able to properly render CSS-merged pages, thereby leading to greatly increased page load times.

One workaround is to disable CSS fast loading by setting theme.css.fast.load=false in your portal-ext.properties. Please note that this will lead to slower load times on other browsers that can properly handle CSS merging.

Also note that Internet Explorer's Compatibility Mode is not supported in any version of the Liferay platform. Please see footnote #4 under Desktop Browsers in this Support Coverage article.

Did this article resolve your issue ?

Legacy Knowledge Base