-
This happens during IIS cold starts.
- dotnet core 5
- IIS
- ``
- ``
## Startup - WebOpt Configuration
```csharp
return services.AddWebOptimizer(pipeline =>
{
// Mai…
-
```
public class Mesh extends Entity implements IMaterialOwner, IAsset
{
//...
override public function dispose(deep : Boolean) : void
{
super.dispose(deep);//fixed this err if add this function…
-
I was facing this exception yesterday, using WebOptimizer.Sass 3.0.91 with Umbraco 10.
The setup had been stable on WebOptimizer.Core 3.0.357 and WebOptimizer.Sass 3.0.84 but updating introduced th…
-
I know what you may be thinking... a Dot? Why do we need a dot? A colored circle is enough, no? Red, yellow, green. sometime blue and grey. simple. DIY graphics. maybe too simple for a WebCon…
-
## Describe the bug
Prevent Double Loads of assets caused by multiple threads deciding to load an asset because all have queried the asset cache before either was done loading
## Description of th…
-
When I tried to disabled the cache to disk, by adding this to my appsettings.json
`"webOptimizer": {
"enableDiskCache": false
}`
the class AssetResponse still try to save it on the disk.
I thi…
-
```
public class Mesh extends Entity implements IMaterialOwner, IAsset
{
//...
override public function dispose(deep : Boolean) : void
{
super.dispose(deep);//fixed this err if add this function…
-
```
public class Mesh extends Entity implements IMaterialOwner, IAsset
{
//...
override public function dispose(deep : Boolean) : void
{
super.dispose(deep);//fixed this err if add this function…
-
In working on the TDot, the need to publish dynamically generate data/file/svg is becoming clear. In Debug mode, the dot SVG can be encoded as data into the image URL but I'd like for the WebControl …
-
Hi,
Over the past few days i have been writing a console app to help us migrate some assets to azure. Initially i'm pretty sure i had the implementation receiving progress changed events which i was…