Posts Tagged ‘Speed’

Speed up Firefox 3 Mac

I found a really useful post for speeding up Firefox 3 on Mac. Seems to work, especially with starting up. http://www.tonyspencer.com/2005/02/25/speed-up-firefox-with-these-tweaks/

Read the rest of this entry »

TYPO3: Remove javascript warnings in the BE

Use the following in your TSConfig to disable warnings in the BE. This can be useful when you’re an experienced user. Just be careful, warning are not there just to anoy you # This option defines via a bitmask what to enable or disable # options.alertPopups = 255 (default value) # These options are possible: [...]

Read the rest of this entry »

TYPO3: Javascript at the bottom of your page

Yslow tells you to put your javascripts at the bottom of your pages. Normally when you include your JS files TYPO3 puts them in your head by default. To fix this you can easily: Old style: page.includeJS.file1 = file.js Solution: page.20 < lib.javascript lib.javascript = HTML lib.javascript.value = <script type=”text/javascript” src=”file.js”></script> Note: In this example [...]

Read the rest of this entry »