Performance issue reported by our devs
-
Our developers found some performance issues with our site since WPPA 5.4.11 update. I just updated to 5.4.12 today, so I don’t know if the below is still a problem or if update fixes this.
Our developers reported the following:
The problem is in wppa_session_start (wp-content/plugins/wp-photo-album-plus/wppa-session.php) and wppa_create_session_entry ( wppa-wpdb-insert.php) functions.Plugin has disabled default wppa session id setting in function wppa_create_session_entry, so wppa_session_start function are unsuccessfully trying to get correct id for 10 times (each takes 1 sec because of sleep(1) function call).
Our developers temporarily commented sleep(1) call as mentioned below and said I should contact you.
wp-content/plugins/wp-photo-album-plus/wppa-session.php line 48
- The topic ‘Performance issue reported by our devs’ is closed to new replies.