Advanced Customization > Business Logic Customization > Customizing Windchill Visualization Services > Custom Publishing > Limitations > Custom Check-in Filtering Performance
  
Custom Check-in Filtering Performance
Keep in mind with using the check-in filter techniques shown in Procedure – Customizing Check-in Based Publishing that your method will be ran for every Representable that is a candidate for publishing. You method should be efficient and try to do as little as possible to determine cases where the true or false result can be returned. If some intense logic needs to occur in the filter method, do all you can to rule out the need before executing it.