Forum Discussion
APM sharepoint 2013
I know that there is a problem with the ribbon. An irule has to be done that turn off compress for the url that access the ribbon. Maybe this is a related issue. The following exert is from [http://www.f5.com/pdf/deployment-guides/f5-sharepoint-2010-dg.pdf]
Question: Why does the SharePoint 2010 Document Library ribbon fail to load or get stuck on a status of Loading…? Answer: The F5 HTTP Compression profile may prevent the SharePoint Document Library ribbon from loading. Additionally, 401 Unauthorized responses may be seen for the ribbon object when analyzing HTTP traffic. To solve this issue, create the following iRule and attach to the SharePoint virtual server to disable HTTP compression in responses to requests for this object. To add the iRule 1. From the Main tab, expand Local Traffic and then click iRules. 2. Click the Create button. 3. In the Name box, give the iRule a name. 4. In the Definition section, copy and paste the following code: when HTTP_REQUEST { if { [HTTP::uri] contains "commandui.ashx" } { COMPRESS::disable } } 5. Click Finished.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com