Eliminate Render-blocking Resources - Question | JoomShaper

Eliminate Render-blocking Resources

K

komir

Template 2 years ago

I am using Helix Ultimate and SP pagebuilder the latest version. On the Google speed test report most of problems are related to shaper_helixultimate is there any way to minimize that Google problem? Here is report

Eliminate render-blocking resources 2.4 s Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. components/com_sppagebuilder/assets/css/sppagebuilder.css?5029e51e66aaf58bae66a64ddc4a848b 29.5 KiB 450 ms media/com_igallery/css/lib-42.css 10.0 KiB 150 ms templates/shaper_helixultimate/css/bootstrap.min.css 25.7 KiB 300 ms /templates/shaper_helixultimate/css/font-awesome.min.css 13.7 KiB 150 ms /templates/shaper_helixultimate/css/v4-shims.min.css 5.3 KiB 150 ms /templates/shaper_helixultimate/css/template.css 13.6 KiB 150 ms

0
2 Answers
Pavel
Pavel
Accepted Answer
2 years ago #46922

Eliminate render-blocking resources

This is not a Helix problem but the Joomla problem and any other CMS. Helix simply uses the Joomla API requirements to include scripts in HEAD. Therefore, you can only use special extensions to solve the problem. For example, JCH Optimize.

Consider such a moment - if you use a framework-template, you will always lose in speed compared to a clean template. This is a fee for the lack of knowledge and the ability to edit through the interface instead of coding.

When you encode, you only connect the necessary things. But the framework template has a lot of things for all occasions, for the convenience of the user. Therefore, the stack of scripts and styles located in Head is always very large. Even if you do not use it.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #46945

Hi Domidona

You can follow Pavels instructions

-Regards

0