• Hello,

    After dealing with an issue with EWWW Image Optimizer stalling out and going back and forth with the developer, we narrowed the issue down to the session_start() call in Import Tweets.

    As far as we can tell, there is no reason to have that call in the plugin — it is never used elsewhere in the code. In addition, that call is never closed so any other plugin trying to use that call will have to wait for any async transfers to finish (which in the case of Import Tweets there are none).

    Do you really need the session_start() call at all? Or can you use session_write_close() to close it when done? Maybe we are missing something but as more and more plugins move to async processes, this will become more of an issue.

    https://www.ads-software.com/plugins/import-tweets-as-posts/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘session_start() conflicts with other plugins’ is closed to new replies.