• Resolved Sean

    (@sbwcws)


    I did add the HOOK to distribute the sitemap for example distribute into multiple pieces for faster loading.

    For example – I define 100 per sitemap but its still showing 500 per page

    add_filter('seopress_sitemaps_max_posts_per_sitemap', 'sp_sitemaps_max_posts_per_sitemap');
    
    function sp_sitemaps_max_posts_per_sitemap() {
    
    //default: 1000
    
    return 100;
    
    }

    Apparently – It’s not working as it should, Your support response time on your ticket is slow – I understand today is Sunday.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Sitemaps Too Slow’ is closed to new replies.