Poor performance
-
While the features of the plugin are interesting, there is a serious performance issue.
I noticed it once with P3, but I recently nailed it with another tool.
These database calls seem to play a big role :
UPDATE
wp[db]_options
SEToption_value
= ‘1510900168’
WHEREoption_name
= ‘_transient_timeout__redux_activation_redirUPDATE
wp[db]_options
SEToption_value
= ‘1’
WHEREoption_name
= ‘_transient__redux_activation_redirect’It represent A LOT of lost time – more than half of the database queries time on my homepage ; around 0,4s in the pageload from which I retrieved the queries. That’s huge.
Are these options update really necessary ? Is it really wise to play here with SQL queries ?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Poor performance’ is closed to new replies.