My website is too slow pagespeed is 15 for mobile and 18 for desktop

Posted in: Newspaper
Post count: 71

I use a nginx server.
1Gb RAM, and KeyCDN with WP Super cache
And Newspaper theme. Speedbooster plugin is activated and these results are without Google Ads.
Please assist me, this has implication on my SEO.
What do you suggest i do.
Website is Factwide.

Please help.
Akpan Promise

Post count: 7909

Hi,

Please check documentation for pagespeed optimization(enable gzip, set leverage browser caching) – https://forum.tagdiv.com/how-to-make-the-site-faster/
For image compression we recommend a plugin like Smush it: https://wordpress.org/plugins/wp-smushit/ or add the following code in functions.php:

add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );

This will compress all images to 50%, you can change that value, after you add the code you have to regenerate all thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.