Analysis through front-end calls?
-
I was trying to run the scan in the free version on one of our sandboxes, which is an exact copy of production. The session on the WP admin panel keeps timing out due to inactivity and the scan stops. I opened the browser dev tools during the scan and I see a call to /wp-json/media-cleaner/v1/extract_references is being made every few seconds. I’m assuming this is how the plugin is scanning each few posts?
I see this response for almost each one:
{"success":true,"message":"Extracted references from 5 posts in 0ms.","data":{"limit":780,"finished":false}}
This will always time out unless someone is there to click something on the dashboard to keep the session alive. Is there some way around this? A setting I missed? Does the Pro version run this fully in PHP? We have ~20 GB worth of media files and a 10 GB DB. So I’m guessing this will take a while to run. Pantheon is our host; we have the highest level plan(Elite).
- The topic ‘Analysis through front-end calls?’ is closed to new replies.