ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Some kind of progress bar for the `static:warm` command

Open duncanmcclean opened this issue 4 years ago • 6 comments

It would be nice if the static:warm command for warming the static cache had some kind of progress bar so we know how it's actually going on.

Use case

We have a site with thousands of entries (& URLs) where it would be kinda nice to know how long through those thousands of entries it is.

duncanmcclean avatar Nov 05 '21 10:11 duncanmcclean

It shows what url it's generating, where would the progress bar go?

edalzell avatar Dec 31 '21 01:12 edalzell

Yes, but you have no idea whether it is 10% through generating the site or 95%.

duncanmcclean avatar Dec 31 '21 09:12 duncanmcclean

ya I think Arthur tried to add a counter but because it's done in a configurable pool, asynchronously, it didn't work well.

edalzell avatar Dec 31 '21 18:12 edalzell

but also, you watch your deployments like that?

edalzell avatar Dec 31 '21 18:12 edalzell

I don't - our plan is to only clear the static cache in bits so we'll probably never clear & regenerate the whole thing.

Although, with that thinking I probably don't need this FR đŸ˜…

duncanmcclean avatar Dec 31 '21 19:12 duncanmcclean

This would be nice for checking status of a large deployment, at the very least a counter next to each URL.

callum-veloxcommerce avatar Aug 04 '22 09:08 callum-veloxcommerce