nikmd23 / CourtesyFlush

The source for my CourtesyFlush NuGet package.
Apache License 2.0
72 stars 6 forks source link

Allow for additional flushes #21

Open ntucakovic opened 5 years ago

ntucakovic commented 5 years ago

Is there a way to invoke additional flushes with other site sections somehow?

Usecase: I'd like to flush a large menu once its model is ready so users can have first contentful paint as soon as possible, and potentially navigate the site further while the rest of the stuff is underway.

P.S. Is this still your recommended way of doing flushes in ASP.NET MVC?