Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sw360-dev] css files problem

Hi,

 

we were examining some access via some slow network areas and have seen that (using Chrome‘s Network Load Monitor in the Developer Tools section) apparently about 100 css files are loaded when requesting some of our pages (like listing of components).

 

Looking for css load optimization reveals:

 

https://web.liferay.com/de/community/wiki/-/wiki/Main/Performance#section-Performance-CSS

 

which we know already [1] but, I wondered, should there be some merged css files? why do I have still 100 files? In case anyone has taken a look at this, I wondered if there a thoughts to optimize this?

 

Apparently it is about merging the css. But, since most of them seem to be part of liferay we do not seem to have a big handle here, since we are just deploying our solution to an existing server.

 

Kind regards,Michael

 

[1] https://github.com/sw360/sw360chores/pull/20/files


Back to the top