I've read documentation and it says, that We shouldn't use cache tags on static text.
I have a files, that are static in that way, that the data are pulled from within a file, or in some case, data are pulled from outside a file, where cache tags are.
For example - language and territory data, static navigation.
Within cache tags I have pretty computationally statements and looping, where documentation says, that it's exception.
cachetags on data pulled from within the file, has increased the size of transferred data from server. So What I've learned, is to usecachetags on parts of code, where database queries is performed only. – Dominik Krulak Apr 06 '15 at 10:21