Hello, i have a question concerning the speed of my site.
If i run:
ereg_replace() and
str_replace() (str_replace twice)
on a string about 3392 chars (spaces included) each time the string is viewed, what impact will it have on performance?
Thanks in advance