The optimization tag has no wiki summary.
1
vote
0answers
14 views
Dynamically changed view of XsltListViewWebPart (in the custom form)
I have a form with custom XLV: <WebPartPages:XsltListViewWebPart ID="Xlv" runat="server" />, AFAIK, the view for this webpart is stored in the list as hidden. When user open form, the XLV query ...
0
votes
0answers
27 views
Parralel workflow While Loops
I have 2 questions regarding a custom SharePoint Parallel workflow.
When setting up a While loop (using a while shape), what's the best
practice in terms of placing a wait shape? Basically, I have ...
3
votes
1answer
207 views
Compressing or stop rendering of JS files from SharePoint on mobile devices
I have costumer who is complaining about massive data traffic on their mobile devices when they enter their website from their cellphones or tablets.
When we made the site in the beginning, we made ...
1
vote
1answer
750 views
Sharepoint Web performance optimization
We are running on SSL on following server topology:
- 1 ISA (SSL Terminate/cache/proxy+AD authentication)
- 1 Sharepoint
- 1 IBM DB2 Database - enterprise/corporate DB
- 1 MS SQL Server - local DB ...
2
votes
4answers
442 views
Cache SP Objects or custom class?
Just wanted to see what the consensus on this one is…
If you make a call to the OM to return a SP object e.g. SPListItemCollection, and then want to cache the results (to improve subsequent ...
8
votes
10answers
2k views
Has anyone optimized the front-end (css/javascript files) of a SharePoint site
So it seems to be that Sharepoint's front-end optimization is non-existant. For example, http://dfs.us.dell.com/Pages/DFSHomePage.aspx, according to YSlow, is serving up 14 separate JavaScript files, ...