performance improvement
-
I am using the plugin for several month and gave already five stars.
The integration was very easy even with a static cache plugin – also due to the asynchronous ajax mechanism to request and display the current rating.So from users point of view the current post is displayed very quickly (first without the rating) and afterwards the rating is updated.
But from servers point of view EVERY time when the user had a look at a post with a rating, the server received a ajax call to be handled not even by php but also starting some requests to the SQL database. In a shared hosting environment this limits the numbers of users that could be served at the same time very quickly on a low level.
With a static cache file plugin and use cases with only rarely content changes most of the browser request were answered by static cache files, even without any PHP processing.
In this situation the mandatory ajax request for every rating is a big disadvantage for the overall performance of the server.So I request a option to insert not only the “empty” rate my post plugin frame code but also the current rating result during the wordpress building loop – and suppress the ajax call.
The topic ‘performance improvement’ is closed to new replies.