sujrara
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media library – Adding a mere 20mb image shoots DB CPU to 90%@anevins could you please help remove the sql query from my original post? Thank you so much in advance.
Forum: Fixing WordPress
In reply to: Media library – Adding a mere 20mb image shoots DB CPU to 90%Fixed plugin to resolve
Forum: Fixing WordPress
In reply to: Media library – Adding a mere 20mb image shoots DB CPU to 90%During our investigation it is clear that “windows-azure-storage plugin” is causing the DB spike. Ajax call is made to check the process of the upload and this call just keeps firing to infinity keeps returning -1
{success: true, data: {progress: -1, current: -1, total: -1}} data : {progress: -1, current: -1, total: -1} current : -1 progress : -1 total : -1 success : true
Besides that going on, the upload succeeds as expected but ajax call does not stop. User simply staying in that image upload screen itself it enough to cause DB spike.
https://github.com/10up/windows-azure-storage/blob/master/windows-azure-storage.php
We are on WordPress version 4.9.8.
We are not finding an good alternatives for this azure storage plugin. Any support on either fixing this plugin or suggestion on any alternative plugin would be appreciated.
@vmarko Thank you. We are really struggling from past couple of weeks with these issues. Need your good amount of attention. Thank you so much for being so helpful.
Forum: Plugins
In reply to: [W3 Total Cache] Fragmented cache in W3 total cache not working@vmarko could you pls check latest response and provide your inputs? Thank you in advance.
Forum: Fixing WordPress
In reply to: Rewrite_rules sql query causing DB spike@bcworkz Thank you so much. We were able to find “flush_rewrite_rules()” in the code and by removing this code, the issue is resolved and update not occurring now. Greatly appreciate your timely support.
Best Regards,
Sujit