Space Optimization

We use several methods to improve performance on Good Gallery websites. One of those important methods is stripping unnecessary information and dynamically compressing information.

Minification

Through a process called minification, we remove all unnecessary characters from some of our source code. Examples of unnecessary information include programmer comments, new line characters, and whitespace characters. Those tiny information components can impact website performance and we remove them before they’re downloaded.

Text Compression

Our servers use compression technologies that reduce the size of HTML, JavaScript, and CSS files to help browsers download our content faster. This means your websites will load faster for your visitors.