TYPO3: Hide records from static_info_tables in the rootpage
After you installed static_info_tables in your TYPO3 installtion, you get a whole bunch of records displayed in the rootpage. This really slows down the page, which isn’t funny when you work a lot with usergroups. You can hide all of these records with a simple line in your BE-User-TSConfig.
Insert the following User TSConfig into your own userrecord or in the usergroup to which you belong (i.e. Admins).
mod.web_list.hideTables=static_template, static_countries, static_country_zones, static_currencies, static_languages, static_territories, static_taxes, static_markets
IMPORTANT:
I had to use spaces in the code above in order to display it right. DON’T use them in your TSConfig!

Wonderful, this was bugging me since I have installed static_info_tables the first time. Thanks for this tip.