See how to use the console's time and timeend functions to capture time taken for a block of script to execute.
See below for a simple example.
//start the timer console.time('Start:Filter'); //the Filter code //console.timeEnd('End:Filter');