Reducing page load times
With the ever increasing impatience of internet visitors, it is important that pages load as fast as possible. Here are some quick tips we implement when developing websites to keep the page size to a minimum: 1. CSS and Javascript should be in external files. This way, they are cached after the first page is […]