29.02.2016, 18:40
Do not use PVars unless you want to share variables between scripts. They are much slower than regular variables and I reckon they'd get even slower the more are added since the string lookup table would get bigger as well.
Also run profiler plugin.
Also run profiler plugin.