spjeff / spbestwarmup

Tired of waiting for SharePoint pages to load? Want something easy to support? That works on all versions? This warmup script is for you!
2 stars 0 forks source link

Warm up for specific Site and Site Collections #2

Closed lucaslra closed 8 years ago

lucaslra commented 8 years ago

I don't know if you are taking PRs but this change really made a difference in my scenario.

Thanks for the awesome script!

spjeff commented 8 years ago

Hey Lucas! Yeah, always open to new ideas.

Cool suggestion. I could see that working well on smaller farms. Large ones could take too long to finish. That probably means an optional parameter.

Please take look at the latest commit and give it a test. I added "-allsites" parameter to add this behavior and added installer logic to install with that parameter too (if given together "-install -allsites")

If it tests OK then we'll make it default download. Thanks for helping improve the project!

lucaslra commented 8 years ago

Yep! That seems alright to me.

spjeff commented 8 years ago

Looks good. Merged into master branch!