Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.X EE, Master
-
7.0.x
-
Committed
-
1
-
1
Description
Description
The description for the com.liferay.portal.servlet.filters.strip.StripFilter portal property implies that the StripFilter only speeds up page rendering for users who are on dial up. In actuality, the StripFilter drastically speeds up page rendering for all users by reducing the amount of data that needs to be downloaded to render the page. The description should be modified to reflect that this is a performance improvement for everybody, not just those on dial-up.
Steps to Reproduce
1. Open up the portal.properties file (or visit https://github.com/liferay/liferay-portal/blob/master/portal-impl/src/portal.properties)
2. Read the description for the com.liferay.portal.servlet.filters.strip.StripFilter portal property.
Expected Result: It would be clear from the description that the StripFilter provides a significant performance for all users.
Actual Result: The description makes it seem like the StripFilter is only relevant for users who are on dial up.