Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnnwerk/dnnScript
Improve Stability & Performance of DNN (AKA DotNetNuke) CMS Platform
https://github.com/dnnwerk/dnnScript
Last synced: 3 months ago
JSON representation
Improve Stability & Performance of DNN (AKA DotNetNuke) CMS Platform
- Host: GitHub
- URL: https://github.com/dnnwerk/dnnScript
- Owner: dnnwerk
- License: other
- Created: 2017-11-04T22:12:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T23:16:15.000Z (over 5 years ago)
- Last Synced: 2024-05-19T00:38:39.408Z (9 months ago)
- Homepage:
- Size: 54.7 KB
- Stars: 19
- Watchers: 12
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-dnn - dnnTurbo Scripts - (by: @dnnwerk) (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
# dnnTurbo Scripts - improving your DNN Database
## dnnTurbo Scripts are a set of SQL scripts, which improve stability and performance of DNN Platform (aka DotNetNuke)dnnTurbo SQL Scripts are designed to improve stability and performance of the database used by your DNN websites. This is achieved by improving the database schema (fixing issues, enforce referential integrity and improving indexes) and the code to query it (using calculated columns, indexed views and improved functions and procedures). The schema remains fully compatible with DNN default schema, however, you'll have to run TurboUnschema.sql prior to any DNN upgrade, to remove schema binding from several functions and views.
The scripts are currently available for all DNN Platform versions 7.1.2 up to current release.
Version 0 of the TurboDNN package consists of a number of prepared SQL files for DNN, please refer to readme.html for instructions.
If you have questions, please use discussion forum.
If you encounter a bug, please report on issues page.
This project is under active development for best performance of your DNN platform.