• I have a problem with large queries using $wpdb. Every time I have a query selecting more than about 50k-100k rows, the page stops working – this is the strangest thing I’ve ever met. I tried to turn the debug on, but it won’t show anything. When the script gets to the part where the query is used, the server breaks connection or something.
    I tried to use a custom database connection using php mysqli extension for debugging purposes and the queries work just fine.

    Can somebody help me with this?

  • The topic ‘$wpdb large queries freeze the page’ is closed to new replies.