Yet, on next request of the page, I can see no more calls to /DependencyHandler.axd
Any idea why this may occur?
Have caching in place on the controller level (donut caching), but not expecting this to be the culprit, unless I'm completely wrong of course (which could be the case because after each new publish, everything seems to work again...
Any tips on where to look/what to explore next to be able to find a solution?
Some more research... If I remove the donut caching on the controller level, every page request seems to render the /DependencyHander.axd refs fine, so defo a caching thing, although wouldn't know why?
ClientDependency: First page request works fine, subsequent calls fails to render DependencyHandler.axd script tag
Hi,
I was wondering if anyone has run into this issue.
Have implemented CD on a site I'm working on. Currently only referencing local scripts (no external scripts, no cdn)
First page request (after doing a publish) seems to work fine.
I can see refs to external css before the
Same goes for the js refs to external scripts before ref to
Yet, on next request of the page, I can see no more calls to /DependencyHandler.axd
Any idea why this may occur?
Have caching in place on the controller level (donut caching), but not expecting this to be the culprit, unless I'm completely wrong of course (which could be the case because after each new publish, everything seems to work again...
Any tips on where to look/what to explore next to be able to find a solution?
--Dirk
Some more research... If I remove the donut caching on the controller level, every page request seems to render the /DependencyHander.axd refs fine, so defo a caching thing, although wouldn't know why?
Anyone having experienced this before?
--Dirk
Ok, may have found why, and a how to avoid it: https://github.com/Shazwazza/ClientDependency/issues/28
--Dirk
is working on a reply...