Is there any way to exclude some extensions/modules from magento compilation ?
Because some extensions create issues with magento compilation like uRapidFlow .
Is there any way to exclude some extensions/modules from magento compilation ?
Because some extensions create issues with magento compilation like uRapidFlow .
No afaik there is not. You can compile all the modules or none.
But if you ask me, instead of compiling magento you should turn on realpath_cache_size and realpath_cache_ttl in your php.ini.
I'm not sure what size is good, but caching the path, where PHP finds your file speeds magento up and solves the problem with "finding" files.
http://www.activo.com/2-php-directives-to-boost-your-magento-performance/
you can go to /admin/system_config/edit/section/advanced/ in magento backend and disable the module.