Viewing 1 replies (of 1 total)
  • Hi,

    the plugin was improved to NOT use the standard functions of WP 😉

    The problem is that on most servers the memory limit of PHP is quite low. To save memory, the script uses some mysql functions like unbuffered queries, which don’t retrieve all the data in one big array, but row by row without storing it.

    Unfortunately these functions are not supported by the WP database layer, so I had to use direct instructions…

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Google XML Sitemaps] Incorrect work with sqlite’ is closed to new replies.