SlideShare une entreprise Scribd logo
1  sur  11
#DNNConnect2019
DNN as a SaaS Platform
Lets strip down to the bare-bones
Mandeep Singh
www.mandeeps.com | mandeeps@me.com
1-844-Mandeeps | 1-855-DotNetNuke
#DNNConnect2019
Please support our valuable sponsors
#DNNConnect2019
Why use DNN as a SaaS Platform?
• Extremely capable web application framework
• Extensible
• Theming Engine
• Security
• Authentication & Authorization
• Caching
• URL Rewriting & SEO
• Web API
• Multi-Tenant
• Single Codebase, Multiple Sites
#DNNConnect2019
Shortcomings
• Database Isolation
• Cannot isolate multi-tenant data across multiple databases
• Bloated & Tightly Coupled
• Performance == Feature
• Designer Nightmare
• Resource Intensive == $$
• Single Codebase & Security
• Scheduler
#DNNConnect2019
Blank Page in Stock DNN 9.3.2
• Performance Implications (Unauthenticated)
• 15 (1.1MB) JavaScript Requests
• 7 (263KB) StyleSheet Requests
• Performance Implications (Authenticated)
• 64 (4.4MB) JavaScript Requests
• 22 (342KB) StyleSheet Requests
• Performance w/CRM & Minification (Unauthenticated)
• 5 (724KB) JavaScript Requests
• 1 (220KB) StyleSheet Request
• Performance w/CRM & Minification (Authenticated)
• 35 (3.8MB) JavaScript Requests
• 8 (295KB) StyleSheet Request
#DNNConnect2019
Blank Page in Stock DNN 9.3.2
• Frontend Development Nightmare
• Need to override, learn, investigate, and troubleshoot across 86 different
resources
• DNN Theme & Control Panel is Pivotal
#DNNConnect2019
Minimum Install - DNN 9.3.2
• Required Extensions
• Theme
• DDR Menu
• Control Panel
#DNNConnect2019
Barebone Install - DNN 9.3.2
• Clean Theme w/Single Stylesheet
• Remove All Stylesheets by deleting them
See: https://www.dnnsoftware.com/wiki/dotnetnuke-stylesheets-explained
• Remove Copyright
• UPDATE HostSettings SET SettingValue = 'N' WHERE SettingName = 'Copyright’
• Remove PopUps (jQuery / jQuery UI / Migrate)
• UPDATE PortalSettings SET SettingValue='False' WHERE SettingName =
'EnablePopUps’
• Disable Scheduler
• UPDATE HostSettings Set SettingValue=‘0’ WHERE SettingName =
‘SchedulerMode’
#DNNConnect2019
Barebone Install - DNN 9.3.2
• Clean Control Panel
• Inherit ControlPanelBase
• Change Control Panel
• UPDATE HostSettings
SET SettingValue='DesktopModules/admin/Dnn.PersonaBar/UserControls/PersonaBarContainer.ascx’
WHERE SettingName='ControlPanel'
#DNNConnect2019
Tightly Coupled / Bloated
• dnnCore.js
• Injected by PageBase
• dnn.DragDrop.js (jQuery & other dependencies)
• Injected by Skin
• Remove w/Custom Code
• Preferably in Theme.ascx
#DNNConnect2019
Thank You
Questions?
Email me at mandeeps@me.com
Please remember to evaluate the session online

Contenu connexe

Tendances

Tendances (7)

Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
 
Puppet Camp Portland: Nagios Management With Puppet (Beginner)
Puppet Camp Portland: Nagios Management With Puppet (Beginner)Puppet Camp Portland: Nagios Management With Puppet (Beginner)
Puppet Camp Portland: Nagios Management With Puppet (Beginner)
 
Oracle Database and Docker Containers
Oracle Database and Docker ContainersOracle Database and Docker Containers
Oracle Database and Docker Containers
 
Chef Overview Pecha Kucha
Chef Overview Pecha KuchaChef Overview Pecha Kucha
Chef Overview Pecha Kucha
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best Practices
 
Mysql from a DBA prespective
Mysql from a DBA prespectiveMysql from a DBA prespective
Mysql from a DBA prespective
 
Nagios Conference 2011 - Nicholas Scott - Nagios Performance Tuning
Nagios Conference 2011 - Nicholas Scott - Nagios Performance TuningNagios Conference 2011 - Nicholas Scott - Nagios Performance Tuning
Nagios Conference 2011 - Nicholas Scott - Nagios Performance Tuning
 

Similaire à Dnn as a SaaS Platform

A Look at New Features in DNN 7.3
A Look at New Features in DNN 7.3A Look at New Features in DNN 7.3
A Look at New Features in DNN 7.3
DNN
 

Similaire à Dnn as a SaaS Platform (20)

Dnn for beginners
Dnn for beginnersDnn for beginners
Dnn for beginners
 
Sitecore 9.2 new features for SUGMEA - Presented by Naresh Geepalem of Horizo...
Sitecore 9.2 new features for SUGMEA - Presented by Naresh Geepalem of Horizo...Sitecore 9.2 new features for SUGMEA - Presented by Naresh Geepalem of Horizo...
Sitecore 9.2 new features for SUGMEA - Presented by Naresh Geepalem of Horizo...
 
Professional Services Insights into Improving Sitecore XP
Professional Services Insights into Improving Sitecore XPProfessional Services Insights into Improving Sitecore XP
Professional Services Insights into Improving Sitecore XP
 
Deployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccmDeployment day session 4 deployment using sccm
Deployment day session 4 deployment using sccm
 
Hosting Ruby Web Apps
Hosting Ruby Web AppsHosting Ruby Web Apps
Hosting Ruby Web Apps
 
Apache Spark the Hard Way: Challenges with Building an On-Prem Spark Analytic...
Apache Spark the Hard Way: Challenges with Building an On-Prem Spark Analytic...Apache Spark the Hard Way: Challenges with Building an On-Prem Spark Analytic...
Apache Spark the Hard Way: Challenges with Building an On-Prem Spark Analytic...
 
Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.
 
DevOpsDays Galway 2017 - Skypilot Project
DevOpsDays Galway 2017 - Skypilot ProjectDevOpsDays Galway 2017 - Skypilot Project
DevOpsDays Galway 2017 - Skypilot Project
 
DNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made SimpleDNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made Simple
 
Container Days: Easy Debugging of Microservices Running on Kubernetes with Te...
Container Days: Easy Debugging of Microservices Running on Kubernetes with Te...Container Days: Easy Debugging of Microservices Running on Kubernetes with Te...
Container Days: Easy Debugging of Microservices Running on Kubernetes with Te...
 
Chef as a One-Stop Solution on Microsoft Azure
Chef as a One-Stop Solution on Microsoft AzureChef as a One-Stop Solution on Microsoft Azure
Chef as a One-Stop Solution on Microsoft Azure
 
Devoxx UK 22: Debugging Java Microservices "Remocally" in Kubernetes with Tel...
Devoxx UK 22: Debugging Java Microservices "Remocally" in Kubernetes with Tel...Devoxx UK 22: Debugging Java Microservices "Remocally" in Kubernetes with Tel...
Devoxx UK 22: Debugging Java Microservices "Remocally" in Kubernetes with Tel...
 
DockerCon SF 2015: Cultural Change using Docker
DockerCon SF 2015: Cultural Change using Docker DockerCon SF 2015: Cultural Change using Docker
DockerCon SF 2015: Cultural Change using Docker
 
Cultural Change using Docker (DockerCon 2015)
Cultural Change using Docker (DockerCon 2015)Cultural Change using Docker (DockerCon 2015)
Cultural Change using Docker (DockerCon 2015)
 
Blue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on AzureBlue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on Azure
 
Containerisation Hack of a Legacy Software Solution - Alex Carter - CodeMill ...
Containerisation Hack of a Legacy Software Solution - Alex Carter - CodeMill ...Containerisation Hack of a Legacy Software Solution - Alex Carter - CodeMill ...
Containerisation Hack of a Legacy Software Solution - Alex Carter - CodeMill ...
 
A Look at New Features in DNN 7.3
A Look at New Features in DNN 7.3A Look at New Features in DNN 7.3
A Look at New Features in DNN 7.3
 
ITB2023 Developing for Performance - Denard Springle.pdf
ITB2023 Developing for Performance - Denard Springle.pdfITB2023 Developing for Performance - Denard Springle.pdf
ITB2023 Developing for Performance - Denard Springle.pdf
 
Reactive summit 2020 microsoft orleans the easy way
Reactive summit 2020   microsoft orleans the easy wayReactive summit 2020   microsoft orleans the easy way
Reactive summit 2020 microsoft orleans the easy way
 
More Cache for Less Cash (DevLink 2014)
More Cache for Less Cash (DevLink 2014)More Cache for Less Cash (DevLink 2014)
More Cache for Less Cash (DevLink 2014)
 

Dernier

Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Dernier (20)

tonesoftg
tonesoftgtonesoftg
tonesoftg
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AI
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 

Dnn as a SaaS Platform

  • 1. #DNNConnect2019 DNN as a SaaS Platform Lets strip down to the bare-bones Mandeep Singh www.mandeeps.com | mandeeps@me.com 1-844-Mandeeps | 1-855-DotNetNuke
  • 3. #DNNConnect2019 Why use DNN as a SaaS Platform? • Extremely capable web application framework • Extensible • Theming Engine • Security • Authentication & Authorization • Caching • URL Rewriting & SEO • Web API • Multi-Tenant • Single Codebase, Multiple Sites
  • 4. #DNNConnect2019 Shortcomings • Database Isolation • Cannot isolate multi-tenant data across multiple databases • Bloated & Tightly Coupled • Performance == Feature • Designer Nightmare • Resource Intensive == $$ • Single Codebase & Security • Scheduler
  • 5. #DNNConnect2019 Blank Page in Stock DNN 9.3.2 • Performance Implications (Unauthenticated) • 15 (1.1MB) JavaScript Requests • 7 (263KB) StyleSheet Requests • Performance Implications (Authenticated) • 64 (4.4MB) JavaScript Requests • 22 (342KB) StyleSheet Requests • Performance w/CRM & Minification (Unauthenticated) • 5 (724KB) JavaScript Requests • 1 (220KB) StyleSheet Request • Performance w/CRM & Minification (Authenticated) • 35 (3.8MB) JavaScript Requests • 8 (295KB) StyleSheet Request
  • 6. #DNNConnect2019 Blank Page in Stock DNN 9.3.2 • Frontend Development Nightmare • Need to override, learn, investigate, and troubleshoot across 86 different resources • DNN Theme & Control Panel is Pivotal
  • 7. #DNNConnect2019 Minimum Install - DNN 9.3.2 • Required Extensions • Theme • DDR Menu • Control Panel
  • 8. #DNNConnect2019 Barebone Install - DNN 9.3.2 • Clean Theme w/Single Stylesheet • Remove All Stylesheets by deleting them See: https://www.dnnsoftware.com/wiki/dotnetnuke-stylesheets-explained • Remove Copyright • UPDATE HostSettings SET SettingValue = 'N' WHERE SettingName = 'Copyright’ • Remove PopUps (jQuery / jQuery UI / Migrate) • UPDATE PortalSettings SET SettingValue='False' WHERE SettingName = 'EnablePopUps’ • Disable Scheduler • UPDATE HostSettings Set SettingValue=‘0’ WHERE SettingName = ‘SchedulerMode’
  • 9. #DNNConnect2019 Barebone Install - DNN 9.3.2 • Clean Control Panel • Inherit ControlPanelBase • Change Control Panel • UPDATE HostSettings SET SettingValue='DesktopModules/admin/Dnn.PersonaBar/UserControls/PersonaBarContainer.ascx’ WHERE SettingName='ControlPanel'
  • 10. #DNNConnect2019 Tightly Coupled / Bloated • dnnCore.js • Injected by PageBase • dnn.DragDrop.js (jQuery & other dependencies) • Injected by Skin • Remove w/Custom Code • Preferably in Theme.ascx
  • 11. #DNNConnect2019 Thank You Questions? Email me at mandeeps@me.com Please remember to evaluate the session online