TSML Updated : now extremely slow #418
-
Describe the bug To Reproduce
Expected behavior Laptop/Desktop (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Additional data, I sometimes open multiple browser tabs with different meeting info in each one to work en-tandem. Have encountered 503's (a lot and predictably regularly) when submitting more than 2 diff tabs (each with diff meeting info submitted one after the other). This should be allowed, because each tab should be placing a lock on that specific meeting's info and none others. So submissions en-tandem would be processed one after the other. |
Beta Was this translation helpful? Give feedback.
-
Please clear browser and website cache. And try again. This is a total guess, but it is the best I have with the information provided :-) I’m really not sure what is going on, but our update didn’t touch import logic. In the past we’ve had people experience import issues when the hosting providing made changes. You might also check with them. What PHP version are you using? And errors showing in the console (outside of the 503s)? If you close other tabs, does the import speed up? Are all imports slow? Or only from some districts? Are you importing CSVs or all JSON feeds from other sites? What version of the plugin are they using? I’m converting this to a Discussion which is where we are trying to move public conversation to. If we confirm a bug, I’ll open a new issue. |
Beta Was this translation helpful? Give feedback.
-
It was most prevalent when editing meetings. All my imports are via JSON feeds currently. I have cleared the site cache as well. I'll see about updating the PHP version and see if that helps. When I close editing tabs it does not speed up, which leads me to think its on the records lock. |
Beta Was this translation helpful? Give feedback.
-
Lee from Greater Seattle Intergroup here - we've noticed it being slow here as well. Just updated to PHP 7.4.21 on SiteGround, clean tech, new cache. Updating the imports is taking much longer, and office team is reporting that just updating meetings is now a struggle. Is there some new overhead? |
Beta Was this translation helpful? Give feedback.
-
Something I wrote into version 3.11.0 of the plugin caused the plugin to make extra calls to the database, I'm pretty sure this is why you're seeing performance problems. The update we're currently working on should correct this problem. This update is still being worked on and tested. |
Beta Was this translation helpful? Give feedback.
It was most prevalent when editing meetings. All my imports are via JSON feeds currently. I have cleared the site cache as well. I'll see about updating the PHP version and see if that helps. When I close editing tabs it does not speed up, which leads me to think its on the records lock.