- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagNewsmag documentation
Hi,
1: I’m having a performance problem with my website/template. My site is actually without any cache system, because it doesn’t increase the performance. Yeah, it’s very strange. I’ve tested the site with/without ads (Google Ads) and with/without WP Super Cache ( I used the same settings that you raccommend in your guide here: https://forum.tagdiv.com/cache-plugin-install-and-configure/ ).
These are the results of the tests with GTmetrix:
– WP Super Cache Disabled: https://gtmetrix.com/reports/gamesquare.it/68XvbBvI
– WP Super Cache Enabled: https://gtmetrix.com/reports/gamesquare.it/4w0X9Lh4
I’ve also tested the website with Google PageSpeed Load, it gave a vote of 72(min)-78(max) in Mobile View and 82(min)-85(max) in PC view.
The caching system gives one more problem to me, it doesn’t work properly with the Mobile Theme plugin and sometimes the cache shows the normal responsive theme instead of the mobile version. That’s why i’m not using it right now.
2: Sometimes when you open my website with Google Chrome (this isn’t a problem of my browser, because this is also happened to all my friends and only using Chrome) you will see this: https://i.gyazo.com/ac00cc46f780f576aca546ab8210f266.jpg
It seems to be caused by a “fail to load” of every CSS/JS files of the template (original and custom).
I don’t know if this is a problem located only on my website or of the template. Have you any idea?
Thank you in advance
Hey @neotrope, Thanks for the reply. I am done with the optimization on my website. Results are:
PageSpeed Score (100%)
YSlow Score (98%)
Page Load Time 1.9s
Total Page Size 491KB
Requests 34
-
This reply was modified 9 years by
Amit. Reason: Changed username from Chris S to neotrope
The NGINX vs Apache thing is a tad confusing with the latest web servers; for example I run Apache because I’ve been doing so for 20 years and know it’s tweaks; NGINX works a bit diffferent; and if I didn’t have a legacy 16 year old website to deal with we’d been running NGINX.
Funny thing, even with the new system, NGINX runs in front of Apache to serve http/2 for https, which we have not yet implemented. But the pages are served by Apache (for now).
Your server is likely running opcache/memcache with NGINX, which is good. It speeds up files requested over and over, as I stated. Local caching on your site is different, as it caches the stuff being queried for each page to speed things up since there is no lag time waiting for dbase to serve and render the page (technically with php/wordpress there are no actual “pages” on your site, they all are built dynamically).
So, you likely have a CentOS/Apache setup (as we do here), but NGINX being used for caching.
Generally, you should just tell your host you need your domain optimized for WORDPRESS, and they should be able to do the rest on the backend as far as caching, gzip/deflate, etc.
No support on weekends isn’t good for hosting provider; means they are a reseller and not a “true host” — they are reselling another company’s hosting, which is very common.
In any case, it’s a process — but some of the stuff is NOT theme specific, it’s WordPress specific, meaning the server side tweaks, and general optimization of time to live, caching, expiration headers, image compression, etc., are NOT specific to ANY theme.
So, good to make Google your friend and explore the many articles out there on “speeding up WordPress” — sites like WPBeginner, WPMU, etc.
Hi everyone,
I’ve been trying to speed up my website as it scores poorly on GTMetrix and the other testing sites. They all recommend I optimize images even after I’ve already done so because the scan tools are finding the image names altered from what I uploaded.
To try and make things faster, I have edited images to the exact sizes I wish them to display. So every image is “full size.” Yet GTMetrix scans show the page loads with image filenames with characters after the “.jpg”. For example, a natively 600px image “/uploads/09/09/image-1.jpg” becomes “/uploads/09/09/image-1.jpg?w=600” once I upload it to the server. The added question mark and characters seems to trigger the “you need to optimize this image” flag on GTMetrix, even though the original file was optimized.
Can anyone recommend how I can stop “?w=600” from automatically getting added to the end of filenames once I upload? Can I have the filename be exactly what I type?
Thanks!
Gzip/Deflate must be properly setup and enabled at the SERVER level; above the domains, above your website; not from htaccess, theme, or WordPress. Two different things. From my test it looks like it is partially setup, but some setting you have is not compressing javascript and css files, it would appear.
a) gzip/deflate must be ON and working; then the directives tell it what to do.
b) for mod_pagspeed — that won’t work unless your host is running mod_pagespeed — and if they don’t have gzip/deflate properly setup it’s highly doubtful that mod_pagespeed is running.
As noted in various places in my long long long thread; you need to go research what some of my things DO to see if they apply to your server setup, otherwise they won’t do anything.
So, again – YOU need to contact your HOST provider, and
a) have them properly setup gzip/deflate — as right now it’s not compressing ALL your content, only some if it, which is not normal.
Your page does show this:
Results
Url : https://tomatoheart.com/aishwarya/10-p-v-sindhu-first-indian-woman-win-olympic-silver/
Parameter Value
Gzip/Deflated enabled ? YES - The url is serving compressed content.
Compressed Size 41.45 KB
Original Size 327.66 KB
Savings 87.35 %
Response header
Content-Encoding: gzip
But as it clearly shows on GTmetrix; and you should provide this to your host –as I stated — to get them to fix, along with the vary accept encoding:
Enable compression for the following resources to reduce their transfer size by 401.2KiB (80% reduction).
Compressing https://tomatoheart.com/wp-content/themes/Newspaper/js/tagdiv_theme.js could save 391.9KiB (80% reduction).
Compressing https://tomatoheart.com/wp-content/plugins/ytsubscribe/ytSubscribe.js could save 4.0KiB (69% reduction).
Compressing https://tomatoheart.com/wp-content/plugins/wp-facebook-login/public/js/facebook-login.js could save 2.3KiB (66% reduction).
Compressing https://tomatoheart.com/wp-content/plugins/akismet/_inc/form.js could save 382B (54% reduction).
That is what is hurting your site speed/rating.
So, that’s about all the help I can provide there
In our setup, we have the server setup to serve gzip/deflate and vary accept encoding without having to add the <IfModule mod_deflate.c> section you have in your file.
Sorry not a better answer 🙂
I have been reading Chris’s custom optimizations for functions.php etc tutorial many times and today. I thought to make use of it for my website based on NewsPaper theme.
The sticky post by Chris is meant for NewsMag theme and I have no idea how compatible it is with Newspaper theme. Still I tried the most updated version of his optimisation code with name “/** CUSTOM OPTIM CODE : by Christopher Simmons – REV 8.17.16 */ ” using guidance written under this sticky thread
Here is the full code that I used is here Pastebin link
I also tried “slim version for newspaper them: june 2015” pastebin code here
along with one of above written codes ( not both at the same time)
I also added following things under HTACESS ( my htaccess file is here ), optimise my Database filesusing WP-optimise and WP-Sweep and have optimised my style.CSS using online minifaction tool suggested by Chris.
After trying all these things, though I felt that the backend and front of my site is comparably fast , but no considerable change in Page speed score or GTMatrix score.
Before all these customisation and optimization techniques:( Note: I have disabled all other caching plugins and CloudFlare since last few days to work on live raw site )
GTMATRiX Test Link: Click this
Pagespeed Test Link: Click this
PAGESPPED SCORE: MOBILE: 42 DESKTOP: 48
GTMATRIX SCORE: PAGESPEED SCORE: 56 YSLOW SCORE: 52
After making all these changes: ( Note: I have disabled all other cachine plugins and cloudflare since last few days to work on live raw site )
PAGESPEED SCORE: MOBILE: 42 DESKTOP: 50
GTMATRIX SCORE: PAGESPEED SCORE: 58 YSLOW SCORE: 56
So, the change in very minimal. Previosuly with WP Super cache and cloudflare, my GTmatrix scode used to be 95+gh under various threads here, many users have experienced 98+ pagespeed score after using Chris Techniques.
What am I doing wrong? Does Chris’s codes not support or work for Newspaper theme? Should I finally use slim mini newspaper version or the newsmag theme one ?
Is there any such thread for the NewsPaper theme?
Please help me to get answers for all these issues.
Thank you.
Hi,
Are you sure speedbooster is not active as your page source says otherwise: http://screencast.com/t/dX0KjZhDp62O
That only appears if speedbooster is active.
We also recommend using a cache plugin (wp super cache) and optimize your website to reduce this delay time you see. https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Ftomatoheart.com%2F&tab=desktop
Aslso use gtmetrix as it’s a good alternative to google. Having multiple testing tools always helps.
This delay is present ion any site as css works by rewriting its rules over the previous and it will re-write every time the css gets changed. if your internet connection is slow or the page speed is not optimized fully, you can sometimes see this rewriting happen.
The only way to remove the delay altogether is to change the font directly in style.css by editing the code for the post title font: http://screencast.com/t/fgEWZiXyZB9
I hope this helps
Thank you!
Hello, I’m using Newspaper V 7.1.1 theme, have 2 problems with optimizing speed. First one is when I enable JS optimize all images doesn’t load. I read that is problem probably because theme use some JS to load images but don’t know what that JS is so I can exclude from minify …. Second one is whatever I do I can make browser cash to work but I did that already on 10 other websites… even if I just add code or use w3 plugin etc…
Please help and tnx upfront
Hey,
First I thought it’s a bug on my mobile but I re-checked everything but still noticed the most hated smart list-7 on my mobile theme for any kind of smart lists I have on my website.
Then I started reading threads here for the solution and then discovered this harsh truth that Mobile theme uses SMART LIST-7 as the default and only option. Really???
We all want the mobile theme to be speedy and easy to browse for all our mobile visitors but then SMART LIST-7 is the slowest and the most irritating list option available ever. This is the same option used by many SPAMMY websites to increase the page views on their website. But on users point of view SMART LIST-7 is the best and then SMART LIST-2 is traditional yet elegant and most popular ways to show listicles.
I am still unsure, how on this earth, your amazing team decided to use just only one option for the smart list on mobile theme and that STYLE-7, it just kills the speedy experience of using mobile theme.
Tell me if you don’t agree ?
Now what’s the option I have… other than to switch off this amazing mobile theme? How can I use STYLE-1 or STYLE-2 on mobile ?
Should I wait for the next update because dozens of threads are demanding for the same thing which I am asking for here.
Please try to provide the solution. Thank you!
Solution for 1
Once you done with the modifications on theme or website, clear cookies.
Solution for 2
To fix Author name issue just paste below code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Solution for 3
You can use W3 Total cache; the problem arises only when you activate minify function in the plugin. (Issue: Images don’t load)
If you want to activate minify feature in W3 total cache plugin, use Auto minify and disable lazy load option from the theme panel. Instead use lazy load plugin.
Solution for 4
Don’t use jetpack sharing feature; theme has inbuilt sharing buttons which give an eye-catching look which improves sharing rate.
Solution for 5
To activate speed booster plugin, install and activate plugin, go to theme’s system status and check if its active
Refer screenshot – http://prntscr.com/cdzuvv
If it’s showing like this http://prntscr.com/cdzwzo
then copy the underlined stuff add it in td-speed-booster.php file.
To add code follow steps
Go to plugins section http://prntscr.com/cdzy2a
add like this http://prntscr.com/cdzypw and save
now recheck if the plugin is active if its showing disabled and some other link then repeats above steps.
Hi Andrel,
Thank you for the detailed and valuable reply.
My website is hosted on a Google Cloud based Managed WordPress Hosting site and yes, they do have caching functionalities on their server. But isn’t it for good reasons rather than breaking some of the functionalities of my site? I mean caching are done for speed and optimizations of the site but it shouldn’t interfere with the UI of the site. Right?
With my understanding , caching serves few pre-saved static files and hence there can be delay in getting the fresh live version of the site. but in this case, I can easily see that even the latest published posts are immediately available on mobiles too. It doesn’t play with minifications, async/deferring JS files etc.
What I want to know is what should I ask my hosting providers to do. Should I tell them to remove caching or to moderate some specific caching functionalities?
As you know I have currently disabled the WP Super cache as well as cloudflare to get the immediate versions of my changes on my website. but do you think that by activating it again and deleting the cache few times can delete the caching done on server side too? I mean should I give it a try?
Please excuse if I am sounding foolish to these questions. I am just an experienced WordPress user but not developer or expert.
If at any point of time, you want to check the backend. I have already sent my login credentials on contact@tagdiv.com , please do look at things as I really want this mobile plugin version to work properly.
Thank you.
The id’s that i get on my dashboard doesn’t match with the id’s on my pagespeed insights results render blocking jss/css.. My website name is http://www.meyvntech.com
Note: I am using tagdiv speed booster plugin.
Hi
I’ve checked your site and noticed that you have a very strong cache which may affect page’s content. The cache may come from from your server so try to contact you host provider and ask him if there is an cache on the server. The cache it’s very tricky, even if you deactivated the cache plugin some pages may still be delivered from cache. Try to enable WP Super Cache again and delete the cache a few times then test the site again. Note that WP Super cache is not fully compatible with V 4.6 of wordpress but you can use the fix from this topic as a temporary solution: https://forum.tagdiv.com/topic/mobile-theme-does-not-work-properly/
There is a big difference between mobile theme and the responsive theme. Basically the mobile theme load a simpler version of the page, fewer resources are requested and the page load faster. There is no support for shortcodes in mobile theme and when the server prepare the html it’s skipped a lot of php code from Visual Composer, the queries made to the database are fewer and the response time is smaller. Also page size is smaller on mobile when mobile theme plugin is active.
However the difference may be negligible if the site is not properly optimized. Our theme was developed to be fast but to hit a good score may be needed additional customization.
Check this topic for more details in page speed regard: https://forum.tagdiv.com/topic/website-memory-problem/ The thread is from Newsmag theme but the same applies for Newspaper.
For more details about mobile theme and how it work check this link: https://forum.tagdiv.com/the-mobile-theme/ Basically the mobile theme works like this:
– on homepage displays three posts from featured category fallowed by latest article list.
– on other pages displays only the content from mobile editor.
When mobile theme is deactivated you will have the same content displayed on any device, there is no need and additional setup for the page.
I hope this helps.
Thanks!
Andrei L tagDiv!
I have installed Newspaper theme very recently on my website tomatoheart.com and hence I have all the updated version of all themes and plugins. My Mobile plugin is active and I can see it’s settings under “Plugin settings”- “Mobile Theme”
I do have made some changes here like Search button colors or menu background colors but when I visit it on mobile – I only see the mobile responsive version of the desktop version, not the mobile plugin version.
A few days back, I did notice the mobile plugin versions ( with three featured and then latest articles) but it never remains permanent and now I can’t even see it.
Are there any things which I should enable or disable after installing and activating “Mobile Plugin” ? Since I am editing/modifying various things, hence I have disabled super cache and CloudFlare integration options, hence there should be no issues because of cache or cookies.
Also, please tell me what is the right way to use default default mobile responsive version of this theme rather than using mobile plugin version? Should I deactivate the plugin ? How much speed difference is there between mobile plugin version and mobile responsive version? If it’s very little or negligible , I would love to use the mobile responsive version with all visual composer elements.
3. Is there any way to design two different homepage design using Visual composer , one for mobile and other for desktop as we have options to do the same with other pages like Contact pages, about us page etc ( Mobile editor and desktop editor) ?
4. If the mobile plugin is disabled, still I have re-write – pages like ( about us, contact us etc) in mobile editor section of pages or it’s valid only in case , I have enabled mobile plugin?
Please help me to understand and correctly setup the mobile theme for my website. Thank you.
Hi
The theme has been developed to be fast but it may still need configurations on this matters so test your site using google’s page speed insights testing tool(or gtmetrix) and make sure you follow the guide instructions and methods then test your site again.
I’ve tested your site using google page speed and noticed that your server response time is very slow. According to google report it takes more then 5 seconds until the server deliver the requested data: http://screencast.com/t/taHVTK3OB Make sure that the server meets theme’s requirements: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
Also try deactivate all plugins except Visual Composer, clear all caches then test your site page-speed again. In terms of speed we have made a page speed guide and covered the most important aspects that google notifies you of (image optimization, js/css render blocking and more..) and based on which it classifies and grades your site regarding speed. You can find it here: https://forum.tagdiv.com/how-to-make-the-site-faster/
If you decide to use the speed booster keep in mind that is an optional plugin and it was designed to work only with tested plugins – http://screencast.com/t/FXXDNtqfz in case you use other plugins it will be automatically disabled, so please check System Status – http://screencast.com/t/9SmVSXqe To make it work with other plugins you will have to alter the code and remove/comment this – http://screencast.com/t/RZLIOPUNdqh Also you may find some useful information here: https://forum.tagdiv.com/topic/website-memory-problem/ – https://forum.tagdiv.com/topic/speed-booster-and-akismet/
Thanks!
Hello nateb2127,
Please notice that the speed of your website depends on how well your site is optimized. Please notice that this 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. Please 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 is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/
Hope this helps!
Thanks for your understanding!
Hello alexterceros,
All of these warnings are referring to your page speed loading which involves optimization services if you want to get rid of these. So, please notice that the speed of your website depends on how well your site is optimized. Please notice that this 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. Please 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 is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/
Hope this helps!
Thanks for your understanding!
Site: http://www.agentesdeviagens.com
Hi guys!
I really don’t understand why my website is so slow… 🙁
My speed booster is active, My site looks so light, I barely install plugins, theres only one adsense banner… I just use TagDiv’s plugins…
I’ve checked your instructions at link: https://forum.tagdiv.com/how-to-make-the-site-faster/ ( But no sucess ), my site remains very slow when I check it on Google’s Speed Page.
If you guys can help, I’ll be very grateful.
Best Regards
Hello Team,
I noticed the same thing…
Using the instagram plugin on the page, my website is a bit slower, and the pagespeed passes from 81 to 73 !
My website url is http://www.regardnomade.com/
Is there any way to correct that?
Thanks for your help.
Vincent.
Hello WebK,
Please notice that this is not talking about we do not recommend child theme. So, you can use this but please be more carefully. I said you to switch the theme to the main theme because I assume that you have some additional customizations through it which can damage the layout of the theme. As a priority, when you have the Child Theme active, in the first time all the code from child theme will be applied to your website and then will follow the conditions from the main theme.
The speed booster plugin does not work for you at this moment so disabling it will not affect anything. The plugin has a list of compatible plugins in it’s code and if any plugin is found that is not on that particular list it is programmed to shut down.
This is the compatibility list: http://screencast.com/t/hcjLnOqh4i2
There is, however, a workaround if you truly wish to use speed booster with your current plugins, you can make it work by removing or commenting out this code here: http://screencast.com/t/RZLIOPUNdqh
Thanks for your understanding!
a) note the tagdiv business hours, top right of forum.
b) Might just be your home page layout,
this page shows as mobile friendly
http://top10reviewz.in/prize-money-gifts-p-v-sindhu/
However you need to pay attention to the errors presented:
* This page uses 2 resources which are blocked by robots.txt.
* A temporary error occurred. 2 resources on this page could not be loaded. The results and screenshot may be incorrect. You may want to try again later.
https://static.xx.fbcdn.net/…mMhp4i.css
https://static.xx.fbcdn.net/…dQgHfSn.js
c) generally to make your site ‘mobile friendly’ you need to ALSO optimized your server for speed and proper server setup, compression, time to live, etc., optimize images, etc.
For example, I tested your page here:
https://gtmetrix.com/reports/top10reviewz.in/2UlrZtmY
Page Load Time
15.9s
Total Page Size
4.05MB
Requests
212
————-
For optimum page, you should serve less than 50 requests, page size should be under 1MB, 2MB for a photo site perhaps with a lot of uncompressed images, and page load should be as close to 1 second as possible, and not more than 4 seconds.
You have a lot of work to do to optimize your website.
Good luck!
Hi Team
I read your “https://forum.tagdiv.com/how-to-make-the-site-faster” and implement that but its not working, my website speed is very slow.
I want to Fix
– render-blocking issue.
– CSS and JavaScript Minify issue.
Please help me.
Thanks
Chandan Kumar Singh
http://www.jogira.com
v4.5 – Disabled – incompatible plugin detected:
Please note that speed booster not working due to incompatibility with so many plugins….and out of which one is akismet…Please tell me a thing that a large website must have akismet active to protect from spam comments and your plugin is not compatible with that…..
How we de-activate akisment to improve load speed…
Should it require any plugin license ?? i have not exposed my website to the internet . I am doing it locally
Secondly , I have use iis 7.5 to host word press website with MSSQL as database on windows server 2008 Web edition. PHP Version is 5.4 . I need to know the best server configuration to run wordpress website smoothly and speedly.
Thanks in advance.
Hello aseainme,
Unfortunately, the W3Total Cache plugin is not tested with our theme and we cannot say for sure that this one will work as properly with our theme. This type of plugin is too complex and it proved to be a quite problematic theme and that’s why we do not recommend using this because the theme can be damaged. Our caching plugin which we recommend is WP Super Cache. This is fully tested with our theme and this works like a charm with our products.
Regarding on page speed loading, please notice that the speed of your website depends on how well your site is optimized. Please notice that this 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. Please 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 is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/
Hope this helps!
Thanks for your understanding!