Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMDavis committed Feb 10, 2017
1 parent 75bfecf commit db4ffc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LanguageRemover/readme.md
@@ -0,0 +1,12 @@
#LanguageRemover


The purpose of this console app is to improve performance when working with mojoPortal in Visual Studio by removing the extra languages .resx files from the Web/App_GlobalResources folder.

Each of those extra languages adds to the time it takes for the ASP.NET compiler to compile the app on the first web request. Since we now have so many translations it has become a major slow down.

So by building this project after building the other projects in the solution we can remove all except for the English resource files.

__DO NOT RUN__ this manually ie using the debugger, it will just throw errors

To run it just right click it and choose build. A post build event will execute it and pass in the file system path to Web/App_GlobalResources

0 comments on commit db4ffc3

Please sign in to comment.