now I have 6500 products in database.
after Purge All Cache full recache of all for one UA is 8-12 hours
one run recache script from cli (or web) recache only near 1000 (one thousand) product links.
I must re-run recache script each hour by cron (or by hand)
but ............. after restart recache script again and again build urls list and start recache from beginning
recache already cached urls is near 10 mins for 1000 urls.
5000 already cached urls is near 40-50 mins.
last 1500 urls script recache with iteration 200-300 urls for run.
total: 5hours for first 5000 urls and 5-8 hours for last 1500 urls.
is the way ONCE build urls list, save it? remember last cached urls and restart again from next url?
P.S. solution found.
after Purge All Cache full recache of all for one UA is 8-12 hours
one run recache script from cli (or web) recache only near 1000 (one thousand) product links.
I must re-run recache script each hour by cron (or by hand)
but ............. after restart recache script again and again build urls list and start recache from beginning
recache already cached urls is near 10 mins for 1000 urls.
5000 already cached urls is near 40-50 mins.
last 1500 urls script recache with iteration 200-300 urls for run.
total: 5hours for first 5000 urls and 5-8 hours for last 1500 urls.
is the way ONCE build urls list, save it? remember last cached urls and restart again from next url?
P.S. solution found.
Last edited: