How to increase website performance?

Posted in: Newspaper
Post count: 623

Hello, I was using Explicit theme by industrial themes with W3T Cache Plugin and my website performance rating were PageSpeed Score = A (96%) and YSlow Score = A (90%) But after installing Newspaper theme and Super cache plugin my scores are PageSpeed Score = D (61%) and YSlow Score = A (84%) Performance report

Post count: 9544

See the theme docs and diy tutorials for info on site optimization.

Post count: 22421

Hi,
You can use this guide to give a boost to your website: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!

Post count: 623

Thank you 🙂
performance enhanced

Post count: 44

Can I add to this – Speed booster is automatically disabled on our website because it detects and incompatible plugin including: buddypress/bp-loader.php

Is there an option to override?

Post count: 23312

Hello mikevic80,

Your speed booster is deactivated because the BuddyPress is not in allowed list of plugins for speed booster. You have 2 possibilities -> the first would be to remove or to comment this snippet of code, like this: http://screencast.com/t/rRgNvmauX or the second solution would be to add the BuddyPress in allowed list, like this: http://screencast.com/t/UkHUQgSDkL0G and the Speed Booster will work. Please notice that the Buddy Press is not tested to work with the Speed Booster and it could be possible to appear some errors.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 7

Is the recommended Super Cache plugin that much better with the Newspaper theme than W3TC?

Post count: 71

@NatCentral, YES. WP Super Cache is better if you don’t want your site broken

Post count: 623

how to setup System status parameters guide
i have successfully implemented 1)WP-Config settings
but when i make changes in .htaccess i get Error 500
so please help me to setup that setting

Post count: 23312

Hello snaxzer,

Please ensure that you have followed all the correct steps to increase the system status memory.

Edit your wp-config.php file and enter something like: define(‘WP_MEMORY_LIMIT’, ’96M’);

WordPress memory can be different to the server – you need to set this regardless of server memory settings
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

If you have access to your PHP.ini file, change the line in PHP.ini -> If your line shows 32M try 64M: memory_limit = 64M; Maximum amount of memory a script may consume (64MB)

If you don’t have access to PHP.ini try adding this to a .htaccess file: php_value memory_limit 64M

For more details about this, please consult our documentation here: https://forum.tagdiv.com/system-status-parameters-guide/

If all of the above does not work fine, please talk with your host provider.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 623

on checking my site here https://developers.google.com/structured-data/testing-tool/
My site Navigation Element is absent so please tell me where to add this [role=”navigation” itemscope=”itemscope” itemtype=”http://schema.org/SiteNavigationElement”%5D ?
or how to fix it

Post count: 623

Navigation Element Problem fixed.
Still facing 500 error after adding php_value memory_limit 64M in .htaccess file
i have created support ticket to my host service let’s see what they reply

Post count: 22421

Hi,
This is most likely a hosting issue. You can maybe use php.ini instead of .htaccess to increase the memory limit. See what the hosting replies and if they do not come up with a solution try it with the php.ini file if you have access to it.
Thank you!

Post count: 623

Sir, we have sign in/ sign up feature only on desktop view, how to add it on mobile view ?
or any solution to add custom login/register page to make it user friendly?

Post count: 22421

Hello,
The login is hidden by default on the mobile view. It can be activated using a custom css:

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-menu{
display:block!important;
}
.td_data_time{
display:none!important
}
.td-header-sp-top-widget{
display:none!important
}
}

The only way to add a custom login is either hard-coding it or using a plugin but we cannot make any recommendations as this type of plugins are not tested.

Thank you!

Post count: 623

How to Use cookie-free domains to improve YSlow?

Post count: 623

How to add video in the middle of post like

-title-
-description-
-video-
-description-

Post count: 260

How to Use cookie-free domains to improve YSlow
http://lmgtfy.com/?q=How+to+Use+cookie-free+domains+to+improve+YSlow
How to add video in the middle of post like
http://lmgtfy.com/?q=wordpress+How+to+add+video+in+the+middle+of+post+like

🙂 Friend , you will need to read a lot of things about wordpress to setup your site as you wish 😛

Post count: 623

<meta name=”generator” content=”WordPress 4.4″ />

<link rel=”alternate” type=”application/json+oembed” href=”http://www.snaxzer.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.snaxzer.com%2F&#8221; />
<link rel=”alternate” type=”text/xml+oembed” href=”http://www.snaxzer.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.snaxzer.com%2F&format=xml&#8221; />

how to fix these links and how to fix ‘Your site has no hreflang tags.” error at Google Search Console ?

Post count: 22421

Hello,
Please provide more details about the links you want “fixed”.
Please follow this topic for hreflang: https://wordpress.org/support/topic/add-meta-tags-vs-googles-hreflang-links
Thank you!

Post count: 623
Post count: 6600

Hi,

The theme uses the best seo practices available and its 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 wpbeginner: 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 a seo optimizations provider or search for solutions online because we do not do optimization of this type.

Thanks for the message and for understanding!
Lucian C. tagDiv

Post count: 101

Hi 🙂

v4.2 – Disabled – incompatible plugin detected: comment-approved/comment-approved.php

So what can i do?

Post count: 22421

Hello Mhendiz,
Please try to create your own topic when having an issue and try to provide more details about the problem in the future so we can understand it upfront. Luckily this error is well known to us so we could figure it out immediately. It is the speedbooster plugin that has disabled itself due to an incompatible plugin. Speedbooster has a plugin list in it’s code http://screencast.com/t/hcjLnOqh4i2 . If any plugin is found that is not on that particular list it causes speedbooster to disable itself.
In order to use the tagdiv speedbooster with any plugins you will need to remove this code – http://screencast.com/t/RZLIOPUNdqh
I hope this helps.
thank you!

  • This reply was modified 10 years by Bogdan B..
Post count: 623

How to minify style.css in Newspaper theme?

Viewing 25 posts - 1 through 25 (of 47 total)
You must be logged in to reply to this topic.