Problem of PageSpeed:Incompatible Plugin detected: Akismet & TagDiv SpeedBooster

Posted in: Newspaper
Post count: 13

Hey everyone!!
Got problems of PageSpeed with my site: http://ayudaenibiza.com/ and decided to fix it.
If you scann it you will see the problems i´m having.

First thing i did it´s read your tutorial about how to speed it up ( https://forum.tagdiv.com/how-to-make-the-site-faster/ ), then start working on it, some of steps worked… others… not at all:
*In the step of installing TagDiv Speed Booster i get next problem:
Speed Booster v4.4 – Disabled – incompatible plugin detected: akismet/akismet.php
So… Definetly Akismet it´s a needed pluging… any ideas?
*Following i´m still having problems with my images… (i´ve optimized them with RIOT and also with WP Smush it pluging) But still having the same issue.

Post count: 22421

Hi,
Please follow this topic regarding speedbooster: https://forum.tagdiv.com/topic/incompatible-plugin-detected/
As for the images, please disable all other image related plugins like photon or other optimization tools and then 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;' ) );
Hope this helps.
Thank you!

Post count: 13

Hey Bogdan,

Now speed booster it´s working… or at least i think so… but now I´m having more Page Speed issues like “Enable compressión” I´m trying lot of things but now i dont know what i did or what i should do…
My host is in 1and1 servers, and if i´m not wrong gzip and deflate don´t work with them… But Zlib does it work…
The problem is that i´m lost… I readed all the guides u guys write but… nothing change…
If you want to feel free and run an Scan… Ayudaenibiza.com it´s the url 😉 All the support and ideas will be apreciated

Ty!!

Post count: 13

BTW for images… i did what you said but… nothing changes.. 🙁

Post count: 69

Wow !

<!– Dynamic page generated in 3.843 seconds. –>
<!– Cached page generated by WP-Super-Cache on 2016-05-29 18:46:33 –>

Almost 4 seconds is a killer. Remove WP Super Cache and try WP Fastest Cache. Enable compression, minify, and others.

https://wordpress.org/plugins/wp-fastest-cache/

Next, go to MaxCDN and buy the least expensive CDN for your site. Set up a pull zone and use WP Fastest Cache to connect it to your site.

Also, disable the speed booster plugin. Worry about getting that caching working for you.

  • This reply was modified 10 years by LPH.
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.