B
B
Bloggo1232015-07-09 18:13:35
Google
Bloggo123, 2015-07-09 18:13:35

How to optimize css for MODX components?

Is it possible to optimize css for components in Modx?
In general, you throw in Google page speed, for example, a link to some news, and it gives out:

Исправьте обязательно:
Удалите из верхней части страницы код JavaScript и CSS, блокирующий отображение
Количество блокирующих ресурсов CSS на странице: 6. Они замедляют отображение контента.
Все содержание верхней части страницы отображается только после загрузки указанных далее ресурсов. Попробуйте отложить загрузку этих ресурсов, загружать их асинхронно или встроить их самые важные компоненты непосредственно в код HTML.
Оптимизируйте работу CSS на следующих ресурсах:

…omponents/hybridauth/css/web/default.css
…mponents/voteforms/css/web/voteforms.css
…ponents/tickets/js/web/editor/editor.css
…s/components/tickets/css/web/default.css
…ts/tickets/css/web/lib/jquery.jgrowl.css
…omponents/hybridauth/css/web/default.css

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GoldSlide, 2020-07-20
@GoldSlide

Optimizing css for modx , right as the commentator above said, you need to minify the styles, namely:
If you have them right in the code, then pull them all into a separate file and connect them from the footer (if the download slows down, return to the head)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question