MyBB Community Forums

Full Version: Optimization Mysql indexes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello to you

I do not know if I should ask about mybb.fr: /

So here I wanted to know how to fix Joins Performed sans indexes on Mybb? requests to modify the php? changes in phpmyadmin?

Screen: http://prntscr.com/4cc50z

Thank you for your response.
Take a look in your slow queries log, then describe each query within mysql. The describe common will indicate which indices it's already using as well as suggest others.
Yes I have already done:

I find more often: posts ; users and sessions but how improved queries and how php file ?