Is it possible to disable NewsPaper plugin to decrease the size of code?

Posted in: Newspaper
Post count: 364

Hi,
I want to disable or remove TagDiv blocks:
tagDiv Newsletter – I don’t use Newsletter
tagDiv Social Counter

What block is possible to disable / to remove from the Front end to optimize Front page to speed up rendering?

Post count: 364

I tried to run Google Page Speed tests – https://pagespeed.web.dev/analysis/https-prostobzor-com/apwgkuhc64?form_factor=mobile
they told me – I’ve got a problem with First Contentful Paint and Largest Contentful Paint

Post count: 27744

Hello,

Yes, you can disable plugins, if you don’t use them.
Also, if you use blocks from tagDiv Standard pack plugin, then please use flex blocks and big grid flex blocks; this plugin loads all the styles even if it is not used.

Thank you!

Post count: 364

Hi, Anamaria!
Thanks for your reply.
May I ask you special recommendation for Mobile version.
I use this version of Template mobile support. screen – https://prnt.sc/HFz2IS-jqL4v
How to speed up mobile page in this case – what to remove from Template?

Post count: 27744

Hello,

Please check this topic https://forum.tagdiv.com/topic/low-scores-on-mobile-theme-amp-and-desktop-pagespeed-and-gt-metrics-optimize/ and try this code ->
// Preload Newspaper fonts for responsive theme (main theme) function dns_prefetch_responsive()
{
echo '';
echo '';
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );

Also, please check this post https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Thank you!

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