admin管理员组文章数量:1122832
I've got a reasonably large site that I've been developing for some time in a test directory. I have a database about 160 MB, about 100 pages, and over 1000 posts. There are few comments at this time.
I've run an image optimization plugin (imagify), I've deleted old revisions and used WP Cleaup optimizer to delete transients, orphaned data, etc. I've optimized the database both via cpanel and via wp-optimize.
The load speed is still insanely slow - 7 to 12 seconds and no one else is even accessing my site yet. P3 profiler crashes my site :)
I've read a lot of articles on optimization but I'm not sure where to go next. Any ideas? Thank you! I'm mostly just designing it and am not too savvy on back end technology :)
I did read somewhere that the wp-postmeta can become bloated with useless stuff if you import posts from blogger which I did some time ago, but I don't know enough to explore that. Any help is appreciated! Thank you!
I've got a reasonably large site that I've been developing for some time in a test directory. I have a database about 160 MB, about 100 pages, and over 1000 posts. There are few comments at this time.
I've run an image optimization plugin (imagify), I've deleted old revisions and used WP Cleaup optimizer to delete transients, orphaned data, etc. I've optimized the database both via cpanel and via wp-optimize.
The load speed is still insanely slow - 7 to 12 seconds and no one else is even accessing my site yet. P3 profiler crashes my site :)
I've read a lot of articles on optimization but I'm not sure where to go next. Any ideas? Thank you! I'm mostly just designing it and am not too savvy on back end technology :)
I did read somewhere that the wp-postmeta can become bloated with useless stuff if you import posts from blogger which I did some time ago, but I don't know enough to explore that. Any help is appreciated! Thank you!
Share Improve this question asked Apr 22, 2018 at 21:57 spirittlkspirittlk 31 bronze badge2 Answers
Reset to default 0It might be useful to analyze where the bottleneck is in rendering pages. Use the Developer mode of your browser (usually via F12) and then use the Network tab to see the load times of the various parts of the page.
Maybe the problem is in images, or 'off-site' Javascript code, or any other off-site item that is included in pages. Maybe it is an inefficient template, or perhaps a plugin causing the problem. Looking at page load times will help.
There are also plugins that will show you all kinds of info about database query times. One is described here: http://www.wpbeginner.com/plugins/how-to-add-a-wordpress-query-monitor-on-your-site/ .
Looking at page load times might give you a direction to start concentrating on. If it is a database problem, a query analysis plugin might help.
Download and activated it will solve your problem download https://wordpress.org/plugins/wp-sweep/
It will clear all old and unwanted data
本文标签: databaseNot sure what to do next to optimize
版权声明:本文标题:database - Not sure what to do next to optimize 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736309311a1933975.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论