I am include (with graphicx’s \includegraphics) the same small PDF vector graphics many many times in my LaTeX file, always at the same size. I then compile my document with pdflatex. While the size of the resulting PDF file is not an issue, it seems from the log file and my timing experiments that processing the PDF graphics so many times takes a lot of time, making my compilation slow. It seems something could be done, especially as the resulting object is always used at the same size.
So, what can I do to help pdflatex go faster?

\documentclass[draft]...usually helps a lot, especially withgraphicxandhyperref– cmhughes Oct 10 '12 at 21:24