csshandler.ashx URL is pending and site load slowly

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

8/11/2023 4:57:17 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

csshandler.ashx URL is pending and site load slowly

Hi Guys!

When I reload my site after long time (1H) or first time on other computer "csshandler.ashx"  is pending  and load slowly (about 1min).

This is a problem when site load for first time.

This is my config for Cache:

CacheCssOnServer=true

CacheCssInBrowser=true

CombineCSS= true

MinifyCSS= true


 Can you help me for this problem?

 

8/11/2023 9:02:40 AM
Gravatar
Total Posts 2239

Re: csshandler.ashx URL is pending and site load slowly

Hi Sadegh!!!

We've noticed this happen when we're using a CSS file that has already been minified and we keep MinifyCSS=true. Try setting MinifyCSS=false and "touch" the web.config.

Hope this helps,
Joe

 

9/8/2023 1:19:16 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: csshandler.ashx URL is pending and site load slowly

Thanks Joe

 Problem solved with your solution.