Do protected files affect performance?
Protected scripts are pre-compiled and this increase performance by skipping this phase of script execution. But there is performance penalty for executing loader before loading protected script itself. In result, usually scripts will execute a little faster than unprotected ones, but it depends on server configuration.