Stefan Holm Olsen
Stefan Holm Olsen
@valdisiljuconoks Yes, .NET 8. I also have a project using .NET 9. So cross-compiling for both will be great in v9.
@valdisiljuconoks Just did a code profiling session on the same site and page, with the v9 branch build. And the results were very nice. Now the bottleneck is moved to...
@valdisiljuconoks Nice! Is it materialized to dictionary before or after adding to cache? Regarding caching. Would you prefer to cache every single resource separately (one cache key for each) and...
I am still measuring high runtimes of this part. Mostly the JSON serialization/deserialization part.
I it possible to merge this to a minor release number? Like 8.3.0? Or build a pre-release of version 9.0?
No, not touched that setting at all.
Regarding the data layer. I can see that we do a join between resource and translation, when reading all resources. So the cardinality is high. Should we split the two...
I haven't profiled the data layer, yet. I might look into the runtime allocations first. As they can be a bigger issue on very high loads.
@valdisiljuconoks Would it be possible to cache the result of `LocalizationProvider.Translate`? I have a page where a block may be inserted more than once. And that block renders a resource...