lot of count when accessing an album page
-
Hi !
My front seems to infinitly wait when I access to any page having a call to an album (granted album, for your information there are 9k granted albums for the moment, goal is to have 36k).
I looked into my mysql processlist and found it continually make queries like this one :
SELECT COUNT(*) FROM
wp_wppa_albumsWHERE
owner= 'admin' AND
a_parent= '2564'
a_parent is allways changing, probably to check all albums ? How to limit that ?
Could it be due to autocreating user’s personal album ?Thanks for your help !
- The topic ‘lot of count when accessing an album page’ is closed to new replies.