In heptasarim.com there are several JavaScript files and plugin loading on every page and post. Naturally this situtation effects loading speed of pages and posts. I want to exlude some useless js and css files on header from specific post or page.
Is there a plugin that will work fine for this or must I write some code ?
You don’t need a plugin, just wrap them in php conditional statements.
http://codex.wordpress.org/Conditional_Tags
Doing so you can set the files and scripts to appear only on certain pages, posts, categories, tags, etc etc