Thanks for the fast reply, Tobias.
Unfortunately, that way doesn’t seem to help. I’m not even using the Java libraries on pages with table, they are not the problem (well, problem is a rather big word for a tenth or two of a second).
My problem are these elements
<br />
...e/wp-content/plugins/wp-table-reloaded/img/bg.gif<br />
...e/wp-content/plugins/wp-table-reloaded/img/asc.gif<br />
...e/wp-content/plugins/wp-table-reloaded/img/desc.gif<br />
...e/wp-content/plugins/wp-table-reloaded/img/back_disabled.jpg<br />
...e/wp-content/plugins/wp-table-reloaded/img/back_enabled.jpg<br />
.../wp-content/plugins/wp-table-reloaded/img/forward_disabled.jpg<br />
...e/wp-content/plugins/wp-table-reloaded/img/forward_enabled.jpg<br />
These little images are loaded on the front page (with no tables) and no special Java library enabled for the front end.
Again, it’s not only you’re plugin behaving that way (as you can see here: https://tools.pingdom.com/default.asp?url=http%3a%2f%2fsmmp.de%2f&id=4692965).
Perhaps a sprite would do some good or an is_singular()
instead of a global head or footer injection. Just an idea. I know as much about writing plugins as about Chinese poetry.