I've inherited a project where the pages have close to hundreds of includes. Every little piece of functionality was broken out by file.
Is there a way to find out which script includes are not used? I know there is a way to find dead methods via grep, but it's a slow and error prone.
Ideally, I'd like to feed the URL to a resource that would identify dead includes. Is something like this possible?