Wow.. what filter is that?
Some filters can be optimized dramatically (not all though, the look in some filters has its price..).
Here is the list of top performance killer elements:
1. Ambient Occlusion
2. Bitmap based components (blur, motion blur, high pass, sharpen, minimum /maximum, median, percentile)*
3. Bomber
4. Refraction*
5. Derivative*
* performance is related to their position in the overall filter tree..
But often there is no simple replacement, and you have to analyze the construction carefully..
Sometimes you can simply bypass the bitmap based ones and see if the change in final look is acceptable (the simplest way to try that out is to set their radius to zero, then they internally bypass).