











    
    



    
    
    







    

    
        [SYS][enable_DLOG] =
    
        [SYS][enableDeprecationLog] =
 Keine permanente Datenbank-Verbindung
     [SYS][no_pconnect] = 1

     [BE][compressionLevel] = [0-9]
      [FE][compressionLevel] = [0-9]


Folgende Zeilen in der .htaccess nötig:

     config.no_cache = 0


     config.disablePrefixComment = 1


     config.removeDefaultJS = 1


     config.inlineStyle2TempFile = 1

     config {
        compressCss = 1
        concatenateCss = 1
      }
 JavaScript zusammenfassen und minimieren
     config {
        compressJs = 1
        concatenateJs = 1
      }



    page.includeJSlibs {
        jquery = http://code.jquery.com/jquery-1.6.3.min.js
        jquery.external = 1
        jquery.disableCompression = 1
        jquery.excludeFromConcatenation = 1
    }

    
    
    
    
    

    
        
        
        









Webinar TYPO3 Performance Optimierung
Webinar TYPO3 Performance Optimierung

Webinar TYPO3 Performance Optimierung

  • 2.
  • 3.
  • 5.
       
  • 7.
          
  • 10.
  • 11.
     [SYS][enable_DLOG] =  [SYS][enableDeprecationLog] =  Keine permanente Datenbank-Verbindung  [SYS][no_pconnect] = 1
  • 12.
     [BE][compressionLevel] = [0-9] [FE][compressionLevel] = [0-9]
  • 13.
     Folgende Zeilen inder .htaccess nötig:
  • 15.
     config.no_cache = 0   config.disablePrefixComment = 1   config.removeDefaultJS = 1   config.inlineStyle2TempFile = 1
  • 16.
     config { compressCss = 1 concatenateCss = 1 }  JavaScript zusammenfassen und minimieren  config { compressJs = 1 concatenateJs = 1 }
  • 17.
    page.includeJSlibs { jquery = http://code.jquery.com/jquery-1.6.3.min.js jquery.external = 1 jquery.disableCompression = 1 jquery.excludeFromConcatenation = 1 }
  • 20.
        
  • 21.
       
  • 24.
  • 25.
  • 26.
  • 29.