How will mod_accessibility affect my servers performance?
mod_accessibility parses your page and modifies it on-the-fly, This of course affects server performance. However, it is designed to be low-overhead, and the performance hit should be comparable to a simple server-side include (SSI). If used with a suitable cacheing strategy (such as mod_cache), the performance hit should be negligible. Try it for yourself, and read our performance hints.