child theme and page speed

Posted in: Newspaper
Post count: 3

On the web use child theme and following the instructions in section 4. Remove blocking render css / js – using the Speed ​​TagDiv Boosterplugin (Advanced Users), i added the following to the file (root>carpetamiweb>wp-content>plugins>td-speed-booster.php)

// Informe Page Speed mejora
$this->move_style_to_footer(‘contact-form-7’);
$this->move_style_to_footer(‘rs-plugin-settings’);
$this->move_style_to_footer(‘rs-plugin-captions’);
$this->move_style_to_footer(‘tablepress-default’);
$this->move_style_to_footer(‘js_composer_custom_css’);
$this->move_style_to_footer(‘tablepress-responsive’);

// JS por Informe Page Speed mejora
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘mab-actionbox-helper’);

If we page speed https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2F zapatosdebaile24.com%2Fes%2F&tab=desktop

Remove the JavaScript blocking content display:
http:// zapatosdebaile24.com/…-includes/js/jquery/jquery.js?ver=1.11.1
http:// zapatosdebaile24.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1

I keep getting some things unresolved and do not understand why

In addition to talking about these issues that also need to be optimized and have not ecnontrado how: Minificar CSS
Minificar JavaScript
Specifying browser cache
HTML Minificar

Can you help me?

Post count: 9544

Please see the sticky post on maximizing your site for PageSpeed. You can manually minify your CSS and JS main files. Browser cache settings can be specified in htaccess file if running Apache (I posted the how to on that in the sticky category of forum).

YOu may find it useful to test one of your post pages using GTMetrix in place of Google, as it will also give you better examples of how to optimize your page, tell you what needs to be fixed, and often give you minified versions of CSS/JS files you can grab. Free.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.