Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Apr 09, 2015 @ 12:28
Umbraco caching in Azure Website environment
Hi all,
We have a large Umbraco 7 website running on an Azure Website, and we're seeing some strange caching issues. Even after republishing the site cache, some browsers still seem to hold on to old content.
I've checked that the XML cache is being updated, and also reduced the Media/Members cache from 30 mins down to 1. Is there anything else within Umbraco that would be holding on, or is anyone aware of any Azure Website-specific caching that could be causing the issues?
Looking through the log files, there's one error that keeps occurring with ScheduledPublishing - could this be the issue?
2015-04-09 10:33:23,943 [35] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 5] An error occurred with the scheduled publishing
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)
Topic author was deleted
Umbraco caching in Azure Website environment
Hi all,
We have a large Umbraco 7 website running on an Azure Website, and we're seeing some strange caching issues. Even after republishing the site cache, some browsers still seem to hold on to old content.
I've checked that the XML cache is being updated, and also reduced the Media/Members cache from 30 mins down to 1. Is there anything else within Umbraco that would be holding on, or is anyone aware of any Azure Website-specific caching that could be causing the issues?
Ed
Comment author was deleted
Looking through the log files, there's one error that keeps occurring with ScheduledPublishing - could this be the issue?
is working on a reply...