The case study on how the harmless collection could silently cause system to work slower and remain undetected for ages.
Category Archives: General
Performance crime: config to kill performance
Would you as a developer allow a setting that can make system 15 550 times slower? I’ve received a few memory dumps with high CPU; each scavenges AccessResultCache: How big is the cache so that every snapshot contains the operation? Detecting cache size from the snapshot A ClrMD code snippet locates objects in Sitecore.Caching.Generics.Cache namespaceContinue reading “Performance crime: config to kill performance”
Performance crime: no respect for mainstream flow
How expensive a lack of respect to mainstream usage could be?
Performance crime: wrong size detection
The amount of memory cache can use is defined in config: That is needed to protect against disk thrashing – running out of physical RAM so that disk is used to power virtual memory (terribly slow). That is a big hazard in Azure WebApps – much less RAM compared to old-school big boxes. Sitecore keepsContinue reading “Performance crime: wrong size detection”
Sitecore Fast Queries: second life
Breeze in life into Sitecore Fast Queries.
Why a powerful mechanism is not applied in modern designs?
Why server-side is slow?
How to answer ‘why slow’ question?
#PerfView, #Sitecore
Why am I visiting Buildstuff?
Why to visit buildStuff?
About blog
Have you ever caught yourself thinking how the computer works? I did. People used to treat it as a black box. That is so true even for software developers! I’ll guide you to the program backstage to let you witness coding from totally different angle. You’ll be able to see the flow from C# codeContinue reading “About blog”