- NewspaperAutoptimize Plugin – install and configuration
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspapertagDiv Composer – Website Manager
- NewspaperModules Builder in Newspaper Theme
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperBest Of Forums
- NewspaperHow to Make the Site Faster
Hey guys is there an update on this? We too would love to use Facebook Comments. We are noticing a large number of spam comments with the generic comment section, we are hoping not only will the comments be optimized on facebook, but it will also limit the spam comments. Thank you for your insights.
Each plugin you add may load in its own custom CSS and Javascript calls. Not easy to “merge” all of that without some serious hacking.
For example if you know you’re going to use the same 10 plugins, you could open up the plugins themselves, and remove the loading of the css and js, then merge all of those into single css and js files and load in footer.
Of course, if you knew how to do that you likely would not be asking how to do it here.
Using the Speed Booster you can optimize some of that to load in footer after main page load.
Some plugins you can disable loading custom CSS and have it accept (inherit) the site CSS.
YOu can also hack the Google fonts to load Google’s CSS into your own style.css but that is also a bit advanced.
Anyway – just some feedback on what that all entails.
Sir, please help me to fix this
Remove render-blocking JavaScript:
http://www.snaxzer.com/wp-includes/js/jquery/jquery.js
http://www.snaxzer.com/…includes/js/jquery/jquery-migrate.min.js
http://www.snaxzer.com/…assets/js/jquery.themepunch.tools.min.js
Optimize CSS Delivery of the following:
http://www.snaxzer.com/wp-includes/css/dashicons.min.css
http://www.snaxzer.com/…wp-includes/css/jquery-ui-dialog.min.css
http://www.snaxzer.com/…_composer/assets/css/js_composer.min.css
I am using speed booster plugin with WP super cache and CloudFlare enabled.
I have followed speed booster tutorial but after adding provided code in tutorial to functions.php I am not getting ID for above mentioned js and css
@larceny
in my case we have dedicated high speed server in Class-A datacenter. So for us, using most CDN stuff doesn’t help us. We tested this thoroughly, hence the effort to optimize “in place” vs relying on external resources.
For whatever your situation is, you will have to A/B test how it works for you and your content, layouts, hosting plan, etc., as that varies from site to site.
Hi
The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newspaper theme, you can check our documentation for more details: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Hope this help.
Thanks!
how to improve the speed of opening the site?
https://developers.google.com/speed/pagespeed/insights/?url=srbin.info
I also noticed that my first loads the entire site and then they load images.
http://srbin.info/
How is it possible to optimize the site and improve the loading of images?
Once your site is live, see the theme docs in the tutorials/DIY, and ‘best of forums’ for some great tips/guides on how to properly optimize any WordPress site for best performance with complex themes like Newspaper.
Some of those I’ve already had deactivated and went ahead and disabled the rest. Fingers crossed!
Just looked at my stats this morning and I’m over my allotted Account Executions for a 24 hour period. Meaning that my site might be going down again soon. My hosting isn’t waiting long anymore to bring it down when I go over.
Here are screenshots of the stats:
http://screencast.com/t/WnwofpRLTt
http://screencast.com/t/kK6vHiEGw0
One other thing that I can’t understand; using yesterday as an example, 78% of my visitors came from mobile. So why is the Newspaper theme even using resources for mobile visitors? I’m using WPTouch and it’s as optimized as it can get.
http://screencast.com/t/r3swIxrJgG4I
What am I missing here, am I simply just “screwed”?
Hi,
for our website we build some kind of a welcomegate with optimizepress. Whenever someone types in our domain, he starts with that page.
The main theme on the other hand is newsmag, of course. My problem: is it possible to link the logo within newsmag not to http://domain.com, but to our “homepage” for the main newsmag site, i.e. http://domain.com/news.
Our website: http://der-wahre-experte.de (german)
Thanks
Joerg
Hello,
I had run a test on http://gtmetrix.com/ for my site: http://voiceoftrust.in using the Newspaper theme version 6.6.5, and the report shows very low percentage Check: https://gtmetrix.com/reports/voiceoftrust.in/zTS8Y33v (I am using Digital Ocean Cloud Server for this this site) but when I test the demo site it should very high percentage Check: https://gtmetrix.com/reports/demo.tagdiv.com/kLi9K6bo ..? Why is that
Plugins I am using:
Akismet
CloudFlare
Disqus Comment System
Easy Watermark
Hello Dolly
iThemes Security
Jetpack by WordPress.com
NextScripts: Social Networks Auto-Poster
tagDiv Social Counter
Use Google Libraries
Wordfence Security
WP Smush
WP Super Cache
WPBakery Visual Composer
Yoast SEO
I see you are using a CDN Service (which CDN?)as well also your JS,CSS,HTML are minified but mine is not even though I am using Cloudflair CDN.
Please help, I am really struggling to rank my site. Can you please help me optimize the site so that I can lower down the loading time as well.
Wish me luck, I’ve optimized as much as I can and have re-activated the theme today.
I’m not able to use pagespeed though, seems my plugins aren’t compatible. I started disabling them to see if I can get it enabled, but after about six I gave up.
-
This reply was modified 10 years by
ned4spd8874.
What is the best size image to use for a featured image on a post so that it looks the best? I would also like to create a template for our authors to use so that our images are the optimized size wise each time.
After implement this tutorial, my server got “Internal Server Error 500”
use a plugin that can do this for you like WP Smush.it – download
add the following code at the end of the functions.php which is located in the theme folder, the code will automatically compress each thumbnail to 50%:
add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );
After you add the code you need to regenerate the thumbs, for that you could use the Force Regenerate plugin.The value 50 stands for 50%, if you want a better compression or better quality modify it and regenerate the thumbs. Experiment until you get the optimal value.
Help, please
Hi,
Above website is loading very slow , i have spoke to hosting people , they have replied me saying that
“Please note that, the ‘long_query_time’ value of MySQL service is set to 20 seconds on our shared servers. Hence, all the mysql queries which takes more than 20 seconds to execute will be killed by the server. Since it is a shared server, we can’t alter this value for single domain. We would recommend you to break down complex sql queries into simple queries to reduce the time taken for execution. Contact your developer and optimize sql queries of the database ‘trailid3_traup’ to resolve this issue.”
Just let me know the solutions
regards
prakash
Thanks for the replies. I am on SiteGround’s “Go Geek” shared hosting plan (https://www.siteground.com/web-hosting.htm). I don’t have much stats on the server, but it’s the best that I can afford. I’m thinking of switching to Amazon AWS but would like to make sure I’ve exhausted all other options.
I have followed many optimization guides that I’ve found online as well as TagDiv’s own guides. The only thing that I haven’t done is use WP Supercache, I was using a different one. I’ve also recently signed up for MaxCDN, but that didn’t help with the resource issues either. I just now implemented Disqus as I’ve read that can help too. Oh, and I wasn’t able to use pagespeed as my sharing plugin isn’t compatible, I can disable that plugin for testing purposes.
I get anywhere from 150-300k visitors a month depending on the strength of the box office. Most come from Google searches. SiteGround says that it’s not a visitor issue for the resources though.
But really, for the most part, my site is optimized. Yet SiteGround says that it was using three times more resources on the Newspaper theme than the basic one it’s running now.
I’d like to go back to Newspaper, but doubt that WP Supercache, Disqus and pagespeed will make that much difference, will it???
My last post was just saying that it was fixed and describing what had happened and what fixed it:
We optimized the customization and it fixed.
Sorry if that wasn’t clear.
The add filter function only changes the default WordPress compression for thumbnails created from the main file you upload, and any enlarged/smaller version — it will not optimize the original image you upload. That is best done prior to upload using something like Photoshop, GIMP, or any other image application — or compression tool. Ideally best to “create” your original images as optimized — e.g., in Photoshop, start with “save as web” quality factor of 22 with a blur of .01 — for any image with a lot of red you need to do quality factor in PSHOP as 52. Some images with people you can get away with 32.
Best to optimize the original jpeg you upload when created/sized — problem with many “reprocessors” (including mod_paghespeed) is that a same-size jpeg of a jpeg increases the artifacts of compression.
Not sure that helps … but food for thought 🙂
What I do:
* original images > optimized/sized when first uploaded
* WP compression level set to 50 – as per functions.php fix, and this makes great thumbs for desktop/iOS
* With thumbnail upscale plugin, with some minor enlargements (e.g., 500x to 600x), perfectly fine.
Avoid the Jetpack image thing — totally sucks !
🙂
Hello Aldemi,
The theme uses the best SEO practices available and it periodically reviewed in this scope.
For other SEO purposes or customizations, we’ve tested and recommend the Yoast SEO plugin and you could use their guides concerning robots.txt file configuration: https://yoast.com/wordpress-robots-txt-example/ or other online resources like wp beginner: http://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/
If you need additional assistance you would have to turn to a freelancer or an SEO optimizations provider or search for solutions online because we do not do optimization of this type.
Thank you for your understanding!
Hi,
The theme has some server requirements as it is specified in our documentation – https://forum.tagdiv.com/requirements-for-newspaper/ please to increase php memory and the other parameters like it is specified in this guide – https://forum.tagdiv.com/system-status-parameters-guide/ and also please follow the pagespeed optimization guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
Lately the Visual Composer plugin was optimized a lot regarding the performance and security and recently we did not received any reports about this, also our theme is optimized to work with Visual Composer plugin.
You can also try to reduce the number of ajax using elements on page (mega menus, ajax pagination/load more/infinite load). Also reduce the number of blocks on your main page and enable only the plugins that you need to use.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
I am using JCH Optimize Pro. And here is the results:
Before:

After:

Thanks! This was a really weird one. It ended up being caused by a bizarre hosting limitation once the number of total posts reached a certain point and a customization was running wp_query on all posts. We optimized the customization and it fixed. But there were no hints of the issue and the images that were getting not-loaded (note they weren’t missing, just unloaded) by Newspaper were random (different slots as new posts cycled through the home page).
Dear Chris
Thx ..sorry i thought you are one of tagdiv team 🙂
Dear Alin
Does w3 total cache and yoast seo can affect this post view?
Because i am not a programmer, and i try to install them to optimize my website.
But i feel that the post view counter is different recently.
Thankyou
Hey,
So I installed optimizepress and I noticed there are links showing up in the footer.
Here is a screenshot: http://postimg.org/image/e0ipmotb3/
The “Buy Now” link directs to the Newspaper theme sales page on Themeforest.
Question is, how do I delete those links?
Thanks.
In our case we’re a 33 year old publishing firm with dedicated server, so no need for external service. We use mod_pagespeed and server side caching, which caches our images but also auto converts to bleeding edge formats like “webp” for Chrome and Android, from our highly optimized jpeg images done here in Photoshop.
But most folks don’t spend $700+ a month on dedicated box 🙂
Of course, in your case if a plugin makes a local featured image, it then adds it to the gallery so that WP can generate the thumbs, which are NOT done from external URL. So, that might defeat the purpose of what you’re trying to do. You would need to build some kind of custom CDN hook to load the image from CDN into your post, then the plugin we use would make THAT a featured image and generate the thumbs for local loading on indexes.
Sorry not a better answer …. 🙂
I’m using W3TC and Cloudflare with Flexible SSL enabled. I’ve disabled minification on Cloudflare and am using W3TC to reduce the number of requests. I do basic minification of CSS and html, but not JS since minifying JS breaks images on my front page. I also combine all CSS into a single file and JS into a single file to reduce the number of requests to my server, which also has the benefit of removing query strings so I can be sure all my CSS, JS, and HTML is being cached correctly by any caching proxies between me and my readers. Minifying html also improves pagespeed slightly since Cloudflare doesn’t cache or optimize HTML.
This also has the added benefit of not having to do a manual process every time I update my Newspaper theme.
Obviously, I’ve also disabled Cloudflare in the W3TC plugin so it doesn’t know I’m using Cloudflare. This means if I do feel the need to clear my Cloudflare cache for some reason, I have to do it manually from the Cloudflare website.
-
This reply was modified 10 years by
Solstyce.