Skip to content

Releases: icamys/php-sitemap-generator

Full code rewrite.

29 Dec 12:07
Compare
Choose a tag to compare

Now generator is using memory flushing to store URLs on the hard drive instead of storing them in memory. As a result, there are no more issues with insufficient memory consumption. At the moment, peak memory usage is up to 2Mb.