No updates in over 2 years
-
[Rating updated from 1 star to 3 stars]
Seems like the new devs are more responsive than the original Adknowledge folks (see the responses below), so I have increased my rating. Now I can give a real review of the plugin itself (as opposed to the plugin support):
Great plugin, and it works really well. However it does have a few shortcomings (in terms of page load speed, try running a site with YARPP enabled through Google Pagespeed / Lighthouse):
a) Despite there being a cache, it’s really inefficient:
i) In order to just determine whether the cache table exists, it runs a whole ‘SHOW TABLES’ query, then does the searching in PHP which is really inefficient. It should really run a ‘SHOW TABLES like %s’ call (or even better, just use the maybe_create_table() WP built in function: https://developer.wordpress.org/reference/functions/maybe_create_table/ )
ii) The plugin queries the cached list of ‘related posts’ twice. Once to see if there are actually any related posts, and then a second time to actually get the list of related posts (using a join). I get the way it’s done, but it might be nice to improve this.
b) The number of CSS files included by this plugin is a little bit over the top. It would be nice to be able to disable ‘extra css’ all together, so that I can use my default styles and save on loading extra render-blocking scripts.I hope the new devs can improve this!
[Original Review]
What a joke, the new ‘developer’ (Adknowledge) pushed out an update last week with the description “After a bit of a hiatus, we’re back!”If you look through the source code, the only thing that changed is the plugin version number and author (as well as the ‘Requires PHP: 5.2’ tag in the readme).
This plugin is great, and works well, but the developer doesn’t seem to care about the plugin or how they communicate with their users. A completely useless changelog tag of “After a bit of a hiatus, we’re back!” and a lie that they’ve actually updated the plugin shows that there’s little support for this plugin now, and people should look elsewhere for other related posts plugins.
The topic ‘No updates in over 2 years’ is closed to new replies.