Closed bradleymoore111 closed 7 years ago
Oh I figured it out. It's the way they save listings.
Going to redo their entire import process to pass MLS id's into an ajax call to be imported, and import based on those IDs, rather than receiving an entire MASSIVE chunk of data.
Turns out it was a combination. Mostly on my end, wherein I was saving massive (I mean really really big) chunks of data repeatedly into the options table. Undid that...
But hey, at least REST API is now being used to add stuff. If that's good.