I have a website which uses a lot of constants, that are defined like this, for example:
define('CONSTANT', 1)
I currently have a list of about 200 defines like this. This list is run every time a page loads. Is this going to affect my performance or memory use badly?