imFORZA / wp-listings-pro

WP Listings Pro
1 stars 1 forks source link

Importing breaks if importing too many listings #103

Closed bradleymoore111 closed 7 years ago

bradleymoore111 commented 7 years ago

screen shot 2017-04-19 at 1 53 09 pm

bradleymoore111 commented 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.

bradleymoore111 commented 7 years ago

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.