02.02.2020, 14:25
Quote:
Memory sizes are meaningless for speed, lowering memory usage won't improve anything since no script will ever use more than 300mb of ram anyways.
What should concern you is performance profilings in order to see how fast your script actually runs. Amount of lines and sizes of string are not important. You can check how fast your script runs with Profiler plugin. |