Optimizing images for the web is crucial for enhancing website performance. Next-gen image formats like WebP offer superior compression and quality compared to traditional formats such as JPEG and PNG. GIF less suitable for reproducing color photographs and other images with color gradients but well-suited for simpler images such as graphics or logos with solid areas of color.
Here is a breakdown of the most common image formats, their benefits and shortcomings:
- GIF introduced 1987
The Graphics Interchange Format is a bitmap image format that was developed by a team at the online services provider CompuServe led by American computer scientist Steve Wilhite and released on June 15, 1987. GIFs are suitable for sharp-edged line art with a limited number of colors, such as logos. This takes advantage of the format’s lossless
compression, which favors flat areas of uniform color with well defined edges. They can also be used to store low-color sprite data for games. GIFs can be used for small animations and low-resolution video clips, or as reactions in online messaging used to convey emotion and feelings instead of using words.
INTERESTING HISTORY: The most common pronunciations in English are with a soft g as in gin or with a hard g as in gift. This sparked an interesting debate, encompassing a wide range of participants. The disagreement over the pronunciation has led to heated Internet debate. On the occasion of receiving a lifetime achievement award at the 2013
Webby Awards ceremony, Wilhite publicly rejected the hard-g pronunciation. His speech led to more than 17,000 posts on Twitter and dozens of news articles. The White House and the TV program Jeopardy! also entered the debate in 2013. In February 2020, The J.M. Smucker Company, the owners of the Jif brand, partnered with the animated image database and search engine Giphy to release a limited-edition “Jif vs. GIF” jar of peanut butter that had a label humorously declaring the soft-g pronunciation to refer exclusively to the peanut butter, and GIF to be exclusively pronounced with the hard-g pronunciation.
- JPG (aka JPEG) introduced 1992
JPEG, short for Joint Photographic Experts Group is a commonly usedmethod of lossy compression for digital images, particularly for thoseimages produced by digital photography. The degree of compression canbe adjusted, allowing a selectable trade off between storage size and image quality. Since its introduction in 1992, JPEG has been the most widely used image compression standard in the world, and the most widely used digital image format, with several billion JPEG images produced every day as of 2015. JPEG was largely responsible for the proliferation of digital images and digital photos across the Internet and later social media. JPEG compression is used in a number of image file formats. JPEG/Exif is the most common image format used by digital cameras and other photographic image capture devices; along with JPEG/JFIF, it is the most common format for storing and transmitting
photographic images on the World Wide Web.
- PNG introduced 1994
Portable Network Graphics, officially pronounced PING, is a rastergraphics file format that supports lossless data compression. PNG was developed as an improved, non-patented replacement for Graphics Interchange Format (GIF or do you pronounce it JIF?)—unofficially, the initials PNG stood for the recursive acronym “PNG’s not GIF”. PNG
graphics are scalable, meaning they can be enlarged or shrunk with little or no loss of resolution. They also support transparent backgrounds, however their file size is often larger than other formats.
- WebP introduced 2010
Google developed the WebP image format as a modern alternative to formats like JPEG and PNG. It employs both lossy and lossless compression and supports both transparency and animations. WebP images are known for their small file sizes, which can lead to faster webpage loading times. Older (much older) browsers may not support this format, but it is supported by most modern web browsers, making it an attractive option for web developers looking to optimize image delivery and site performance. This is the industry’s preferred image format for most uses, at least until the next development comes along.
There are many other formats, most falling out of favor over time. Tiff, SVG, EPS, BMP, HEIF, RAW, PSD, AI (Adobe Illustrator) and more. Choosing the best image file format will often increase the speed your pages load, and provides other benefits to enhance your viewers’ experience.
A beautiful website that doesn’t convert is like a Ferrari with no engine. Great to look at. Completely useless on the road.
Yet this happens all the time.
- Buttons are missing.
- Contact info is buried.
- Menus are confusing.
- And there’s no clear call to action (CTA).
- Visitors leave — because there’s no obvious next step.
- 70% of small business websites don’t have appropriate CTA on their homepage.
- Nearly half of visitors bounce, if there’s no contact information.
- That’s not a design problem.
- That’s a sales problem.
Great design doesn’t just look good. It guides visitors to the next step—
clicking the button, filling the form, making the call.
We create web sites that are logical, rank well, are attractive, and have a clear call to action. Pricing for many sites is $895, and includes a full year’s hosting free.
MY CTA: Call or email for a flyer to see what is included on our sites!
A link can be added easily, using the following code format:
<a href=”https://www.targetURL.com”>Text to display</a>
You can also have it open the linked content in a new browser, or tab using this code:
<a href=”https://www.targetURL.com” target=”blank”>Text to display</a>
You can see your domain’s (or any domain’s) DNS settings from many online resources, one commonly used is:
https://viewdns.info/dnsrecord/
Select the DNS record whose propagation status you would like to check.
Click on the drop-down menu right next to the search bar, and choose any of the following records:
- A record: contains the IPv4 address info of the hostname.
- AAAA record: contains the IPv6 address info of the hostname.
- CNAME record: also known as alias record. It points the subdomain to its domain, like pointing www.dnschecker.org to
dnschecker.org. Get comprehensive insights about the domain’s
- CNAME records with CNAME record lookup.
- MX record: contains the info where the domain’s email should be routed to and mail servers priority.
- NS record: contains information about the authoritative nameservers of a domain. NS Checker will provide you with all the
name servers associated with a domain.
- PTR record: used in reverse IP lookup to map an IP address to a domain name, allowing the identification of the host associated with a particular IP address.
- SRV record: specifies the location and configuration of a particular service, such as email or voice over IP (VoIP), allowing clients to discover and connect to the appropriate server.
- SOA record: the start of authority is responsible for holding and specifying information about the DNS zone.
- TXT record: is commonly used for other DNS records configurations like SPF, DKIM, or DMARC records. CAA record: used to assist in SSL validation by highlighting which authorities can issue certificates for a domain.
- DS record: acts as a delegation signer, maintaining a chain of trust between the parent zone and child zone. Use the DS record Lookup tool to dig deeper.
- DNSKEY record: contains the public signing keys like Zone Signing Key (ZSK) and Key Signing Key (KSK). Check the DNSKEY record for more info.
What does Gzip and Brotli Compression do?
Gzip is a compression algorithm that reduces the size of web files (mainly HTML, CSS, and JavaScript files) to a tinier version, sometimes up to 70%-80% smaller. This much smaller compressed version of a file is then sent to the browser of the user requesting it, instead of the larger original file. The browser of the user will then automatically decompress the compressed file, and display the uncompressed original file.
Brotli is an open source data compression algorithm. In the majority of cases, Brotli can compress files to a smaller size than Gzip can, it is therefore generally a better compression method compared to Gzip. Brotli also decompresses files faster in comparison with Gzip.
To test your site to see which compression method is being used (and the compression savings) click HERE. Should I use Brotli instead of Gzip? At the moment Brotli is supported by all the major browsers, but not all browsers support Brotli yet. Older technology or smaller, specialized browsers may have difficulty with Brotli.
How do I enable Gzip or Brotli?
All hosted sites with AmeriWeb Hosting include either Gzip or Brotli automatically enabled. This helps load your web site faster. While a few sites have compression disabled, this is not the norm. We select which to use (use only one!) based upon many factors; including your server, site coding, even your DNS. You need to do nothing, we’ve got it done for you!
Want To Have The Maximum Page Speed Possible For Your Website?
We can help with that! We have professionally optimized the speed of multiple websites. Because of this we know how to get the best results quickly while keeping our prices low. Contact us for a price quote for our services.