Website Speed

Today I dramatically improved the load time of our eTill website after finding a bug in the PHP code.

We where using the getimagesize function, but passing a full URL instead of a relative file name.  Each time the function was called, the server had to download the image instead of looking on the local drive.

Tags:

Comments are closed.