ID:1624181
 
(See the best response by GhostAnime.)
Code:


Problem description:
Alright so this is a really novice question, but I recently went from using a 100x100 map to a 280x160 sized map and it lags oh so much when I start the game up. How do I fix it?

Best response
Just increasing the map size should not cause any lag.

There probably is a procedure running on /turf/New() or somewhere else at startup/login that causes you to lag; probably an infinite loop with no sleep delays or an inefficient proc running.
In response to GhostAnime
Thank you, I overlooked a world/new proc I had running.