Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question