Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundled files created constantly #342

Open
optional opened this issue Mar 15, 2017 · 1 comment
Open

Bundled files created constantly #342

optional opened this issue Mar 15, 2017 · 1 comment

Comments

@optional
Copy link

We're using version 0.9.8.0 of SquishIt.Framework. Starting about 2017-03-07, SquishIt constantly recreates the same files. The files that make up the bundle haven't changed. It seems like they are never available in the HttpRuntime cache, even though we see that the SquishIt code adds them. There are otherwise no signs of memory issues in the application.

Each time render is called on the page a new file is generated. We see waits of 20+ seconds in SquishIt.Framework.Base.BundleBase.RenderRelease after it creates an instance of CriticalRenderingSection. The time is spent waiting for the mutex to be released.

There have been no recent code changes, so we're wondering if there may be a recent Windows update that somehow affected SquishIt.

@AlexCuse
Copy link
Collaborator

I presume you aren't seeing a lot of app pool recycling or similar?

A few details about your situation could help track this down:

Windows/.net framework/iis versions
Deployment situation (shared hosting, vm or dedicated physical hardware)
Rendering details (are you creating bundles inline, pre-rendering into cache on startup, etc...)
Also are you rendering combined files locally or on a CDN?
Are you using .less, coffee script or any other preprocessors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants