- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperBest Of Forums
- NewspaperHow to Make the Site Faster
Hello,
I would like to maximize my website, so I used your tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/
however, doing a scan with google pagespeed tells me that two css resources are blocking the display of above-the-fold content.
and
https://bpe.fun/wp-content/cache/min/1/5de17f7f6e9875f928f344da488ff29d.css
is it possible to include both of its files in the td-speed-booster.php file
Thank you in advance for your help.
Hope you will find this helpful: https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
Check to see if your hosting provider supports ‘mod_pagespeed’ as this can compress the HTML by removing line breaks, comments and extra spaces. Simplest way to do that, if you’re able.
Better to compress the javascript, CSS, first.
You can also manually compress the main theme template you’re using for the post template, as another option.
Hi,
There are many topics, tutorials and guides here on the forum, regarding page speed optimization. Some of them here
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
You can search the forum for more tips and tricks about website optimization, and maybe try the mentioned solutions.
Or you could search for professional assistance in website optimization. We usually recommend the freelancers/developers from https://studio.envato.com/
Thanks
Yes. I compact that using mod_pagespeed …
and I meant *all* custom code; “The Theme Panel puts all the custom fonts, colors and customizations in inline code instead of storing them in a file” … all of that can be done manually in the style.css vs using theme panel to make those changes.
Best way to do custom CSS, btw; is simply add to bottom of the style.css and minify; don’t place in the theme panel.
Also, if your host supports mod_pagespeed there is a nifty filter to remove comments, empty spaces and line breaks at the server level.
Not perfect answer, but that’s what I do. 🙂
Hello Fabio Russo,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
You could improve the leverage browser caching, the first recommendation in the test you provided. More about it in the same guide, and also here
– https://gtmetrix.com/leverage-browser-caching.html
That will improve the page speed further, the website is pretty fast already. Also there seems to be a 404 on an image used on the website
– https://www.screencast.com/t/rKvitr5vv
That could impact performance as well. It seems to originate from the mobile menu/search background
– https://www.screencast.com/t/aAK5EJLz1
Take a look there and set a different image in those locations.
There are many page speed optimization guides and discussion here on the forum that you can read for more information in this matter. Some of them
– – https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
There are many topics, tutorials and guides here on the forum, regarding page speed optimization. Some of them here
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
You can search the forum for more tips and tricks about website optimization, and maybe try the mentioned solutions.
Thanks
Hello blk709,
I have tested your website on Page Speed Insights from Google and I have noticed that you should need to work for it if you want to achieve a good page speed -> https://www.screencast.com/t/qPRSNYUp.
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
When it comes to page speed, this is a widely debated subject. it is influenced by many factors, but there are ways to make improvements. There are many topics, tutorials and guides here on the forum. Some of them here
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
You can search the forum for more tips and tricks about website optimization, and maybe try the mentioned solutions.
Thanks
Good evening, the speed of the site with mobile plugin does not exceed 74/100, while the desktop one is very fast. Where can I act? Greetings and thanks
Hi,
Those look like shortcodes of some kind, in that page structure. If you would like the same layout like the magazine demo, you simply have to install it
– https://forum.tagdiv.com/installing-demos/
Make sure the tagDiv composer plugin is active, although it should be automatically activated when the theme is installed
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Then install the demo you want. Let us know if there are further issue installing the demo.
When it comes to page speed, this is a widely debated subject. There are many topics, tutorials and guides here on the forum. Some of them here
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hello wsharkar,
If you got this message it seems that your website is not optimized, sorry!
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
There are many useful tutorials and guides in this matter, here on the forum. Here are just some of them
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
Minification plugins can cause issue for all themes. Either by incompatibility or configuration. If that plugin is causing problems, it would be best not to use it. There are other ways of optimizing the website. You can search here on the forum for more information, there are many tutorials in this matter. Some examples
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Thanks
Hi,
I have inspected the website, I see no delay like you mention delay for the loading of the filter, or the whole website
– https://www.screencast.com/t/Dce9nmJyJ8
There are few seconds at most before loading, that is acceptable. There are many useful page speed guides that you can follow here on the forum
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
1. Contact Form should not be considered render blocking. By default the Speedbooster plugin will move the plugin resources in the footer, this is tested and it should work properly
– https://www.screencast.com/t/djvztImzh
This is a useful guide
– https://forum.tagdiv.com/how-to-make-the-site-faster/
2. When the Speedbooster plugin is active, a minified theme JS is served, for CSS you could try this solution for example
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
3. Those images are displayed when there is no thumbnail for the post. If the posts have featured images set, they will be replaced by thumbnails created from them.
There are many useful speed optimization guides here on the forum, here are some of them
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Thanks
hello!
recently I have seen a topic that boasts of having 100/100 pagespeed
https://developers.google.com/speed/pagespeed/insights/?hl=es&url=https%3A%2F%2Forbital.romualdfons.com%2F&tab=mobile
https://orbital.romualdfons.com/
.. can you newspaper do the same for speed in the mobile devices?? this will be crucial from 2018 … google will give more importance to the faster and more focused webs to the mobiles (sorry my english)
Best Regards
Hi,
This guide is helpful for improving page speed for the website
– https://forum.tagdiv.com/how-to-make-the-site-faster/
All the steps are described in it. The code you mention has to be entered in the theme functions.php file, located in the main theme folder
– https://www.screencast.com/t/d92cYc02b3X
Please note that the Speedbooster plugin will only work with a predefined list of plugins, as it may cause problems with others. More information here
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
You can try other optimization plugins for this purpose, and make tests to see if everything works properly.
These are some guides that you can follow, there are many others here on the forum
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Thanks
Hello bwebb,
I have checked your website on Google Page Speed Insights and it seems to be very poor, as you can see here -> https://www.screencast.com/t/LyBHMbUM https://www.screencast.com/t/agLqdztuD It seems that your website is not optimized, sorry!
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi Eeshan Bashir,
I have inspected your website on Google Insights and it seems that your website needs some work, as you can see here -> https://www.screencast.com/t/TBgsiP9y
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Regarding on Google Fonts, notice that if you will follow all the steps from our useful guide, you can move to the footer this render blocking.
Please keep in mind that at the moment, we cannot provide optimization services because this task involves time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Yes, I am well aware having managed our own servers since 1996. However *most* web hosts are requiring https for http/2 as a standard with the ‘https everywhere’ movement.
Much like Google will be warning site visitors about “site not safe” for any website with an insecure form in October. Everybody *should* be moving to https. Period. We moved all our sites to https in 2004, not just the ecom systems on sites.
Obviously anybody who can read up on the topic knows that.
My point was that somebody trying to switch on http/2 on their server as a hosting client, where the server policy is to enforce https for http/2 will have errors and perhaps generate ‘port’ errors since there will be mis-match on secure/insecure ports, much like with mod_pagespeed couple years back (2013? wow time flies!) with mixed content.
server certificate does NOT include an ID which matches the server name
For example on a Plesk/ONYX server, “Make sure that SSL support is enabled for the web site in the Hosting Settings section of the domain. HTTP/2 is supported for SSL sites only, so non-SSL sites will continue to work under HTTP /1.x. That is a restriction of nginx web server and web browsers.”
My comment was intended for the OP who might not understand what he/she is actually doing with this process.
Cheers.
Chris sorry, I also tried with speed booster but it does not work … this is what comes out of the pagespeed:
https://www.ecomesifa.it/wp-includes/js/jquery/jquery.js
https://www.ecomesifa.it/…includes/js/jquery/jquery-migrate.min.js
Ottimizza la pubblicazione CSS degli elementi seguenti:
https://www.ecomesifa.it/…mponents/popovers/resources/popovers.css
https://www.ecomesifa.it/…live/assets/css/td_live_css_frontend.css
https://www.ecomesifa.it/…ontent/themes/Newspaper/mobile/style.css
https://www.ecomesifa.it/…ns/aawp/public/assets/css/styles.min.css