P
Philippe Lang
Hi,
More and more files are being added to my client ruby application, and
it is getting quite slow to start, even on a fast machine. It takes
about 15 seconds in some cases.
The problem is with the call to "require" for the application
"workspace" object. This "require" points to files which in turn call
"require" for other files, and so on.
Is there a way to speed up the application load time maybe?
Thanks,
More and more files are being added to my client ruby application, and
it is getting quite slow to start, even on a fast machine. It takes
about 15 seconds in some cases.
The problem is with the call to "require" for the application
"workspace" object. This "require" points to files which in turn call
"require" for other files, and so on.
Is there a way to speed up the application load time maybe?
Thanks,