4
bdriesen
163d

WordPress really is one big piece of garbage. Can't even handle a simple batch operation of 10K items where the process just simply updates 3 fields on a piece of content...

Comments
  • 2
    You're asking too much from a bloated CMS. Bypass the WP api and update the DB directly.
  • 0
    @retoor Then what's the purpose of using the batch plugin? LOL it just stops at around 2000 items and refuses to go any further.

    That aside, this site already has pleeenty of resources and the max execution is already set at like 2 minutes for something else.
  • 1
    @fruitfcker That was my next step. Gotta love the "wp meta" table...
Add Comment