Please create a dedicated tutorial on optimizing a WooCommerce site database. It should cover not just installing a plugin, but also complete advanced database optimization, proper caching installation, and more. Thanks!
@NicolaHorsewoodАй бұрын
Thank you! Straightforward instructions that quickly resolved a health warning issue on my website without much work.
@clazie2 ай бұрын
Underrated video. Great! Thanks for sharing.
@BlogMarketingAcademy2 ай бұрын
Glad you liked it!
@thegypsychiring3 ай бұрын
Precise and helpful. Thanks for making the video, David.
@ausalrubayie40013 ай бұрын
Very Very Helpful! underrated video
@BlogMarketingAcademy3 ай бұрын
Appreciate it.
@Southpawer3 ай бұрын
great video. thank you
@BlogMarketingAcademy3 ай бұрын
Glad you liked it!
@FreSch_Dude3 ай бұрын
Thanks for the tutorial - turns out, my options table is 14mb big on my simple tiny blog. Trying to figure out why the heck astra has so many large files, and whether it's linked to anything so I can delete them.
@CANJUDfilms2 ай бұрын
Nice Video here... Thank you
@BlogMarketingAcademy2 ай бұрын
Thanks
@vcodev1088 ай бұрын
Very helpful thank you!
@BlogMarketingAcademy8 ай бұрын
You're welcome!
@willdobson797 ай бұрын
useful, thank you!
@BlogMarketingAcademy7 ай бұрын
Glad it was helpful!
@MDC8856 ай бұрын
I have an idea for a new video, although I don't know how many people it would help: I was just looking through my database and notice that I have what appear to be duplicate tables with different prefixes. I think what happened was that I changed the database prefix using a security plugin, then later deleted the plugin which I think changed the prefix back to wp_ In any event, I just looked in my wp config file and the current prefix is indeed wp_ When the prefix gets changed by a security plugin, does the system duplicate all the existing tables with the new prefix? If that’s the case, can I drop all the other tables that have the prefix which is not in use?
@BlogMarketingAcademy6 ай бұрын
Never heard of a security plugin doing that. I have seen that when multiple WordPress installs have used the same database, with different prefixes. Either way, yeah... deleting the tables which are not in use now shouldn't give any issue. Might want to back up first, just in case. ;)
@MDC8856 ай бұрын
@@BlogMarketingAcademy I determined what the problem was. The different prefix'd tables in my database were the result of a staging site that didn't get properly deleted by the plugin that created it (WP Time Capsule)