Questions tagged [minimal-download-strategy]
The Minimal Download Strategy (MDS) is a feature that improves page rendering performance. It is available in SharePoint 2013.
19 questions
0 votes
1 answer
322 views
Sharepoint Online (0365) - Disabling Minimal Download Strategy does seem to work
Im working with Sharepoint Online (0365), that is setup in classic mode, we just migrated over and attempting to set a few sites up, but have a challenge around the Minimal Download Strategy. The ...
1 vote
2 answers
203 views
Issues inMinimal Download Strategy SharePoint2019
We have recently migrated sites from SP2016 to 2019. We have custom masterpage and MDS feature activated. When we click on sitesettings it goes to _layouts/15/start.aspx#/_layouts/15/settings.aspx and ...
1 vote
1 answer
174 views
Disable minimal download strategy using powershell
I am trying to disable the minimal download strategy but the feature is not available even though the redirection persists. This site is a users Blog site. The Blog link from the MySite redirects ...
1 vote
1 answer
1k views
Enable/Disable site features from powershell
I need to activate the Team Collaboration Lists feature and deactivate the Minimal Download strategy in a user's blog and personal site. I am a farm admin, is that possible using powershell? UPDATE: ...
0 votes
1 answer
102 views
ExecuteOrDelay Function Not Working on Published Pages
I'm having incredible difficulty attempting to make a jQuery script run when a page is published. I have utilized a multitude of variants of ExecuteOrDelayUntilScriptLoaded and SP.SOD functions to ...
0 votes
1 answer
76 views
Why does my UserControl break MDS (Minimal Download Strategy)?
I've created a user control in a SharePoint 2013 farm solution, and added it to the AdditionalPageHead control. <Control Id="AdditionalPageHead" Sequence="90" ControlSrc="~/_ControlTemplates/15/...
2 votes
1 answer
681 views
SharePoint custom JavaScript and jQuery blocked by MDS Minimal Download Strategy
Here's my setup. Onprem SharePoint 2016. I have a master page which is basically a copy of seattle.master and I want to add jQuery and a custom Javascript to manipulate the DOM. The minimal download ...
2 votes
2 answers
219 views
start.aspx redirecting in Minimal Download Strategy
EDIT: Turns out there is probably an issue with the page. This exact problem is described here with possible causes: https://threewill.com/working-with-and-around-sharepoint-2013s-minimal-download-...
2 votes
1 answer
442 views
SharePoint Online - MDS broken?
I'm wondering if anyone else has noticed that minimal download strategy appears to be not working in SharePoint online? When switching between pages, the page appears to attempt to use MDS (the ...
3 votes
2 answers
122 views
"eval is evil()" - But can it be a way around some of the limitations of Minimal Download Strategy?
The process of getting custom JavaScript to work with Minimal Download Strategy is quite cumbersome and especially in the prototyping phase I like to write my (smaller) scripts inline in a Content or ...
3 votes
0 answers
2k views
CSR: RegisterModuleInit without hardcoded JS filename?
Always looking to make CSR development easier... This the typical CSR programming pattern: We hardcode the filename inside the CSR file SP.SOD.executeFunc("clienttemplates.js", "SPClientTemplates", ...
2 votes
2 answers
649 views
CSR will only be executed after reloading the page
I have the folloing definition in my schema.xml <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" SetupPath="pages\...
7 votes
2 answers
2k views
How do I disable the Minimal Download Strategy for OneDrive for Business for all users?
I have an Office365 environment with SharePoint Online and OneDrive for Business. I can set SharePoint up (per site) to turn off the Minimal Download Strategy feature, but it seems like there's not a ...
0 votes
1 answer
303 views
Can I disable MDS on a single web part page
I have a custom list on a custom web part page with scripts that affect color coding as well as clickable attachment icons. These scripts do not execute when the list is grouped, and the groups are ...
1 vote
1 answer
5k views
Correct way of disabling a feature using PowerShell?
What is the correct way of disabling a feature using PowerShell? I'm gonna add a script to task scheduler that's deactivates the Minimal Download Strategy feature from all the new sites that are ...