<?xml version="1.0" encoding="utf-8"?>
<!-- generator="ThemeXpert" -->
<?xml-stylesheet href="https://www.themexpert.com/media/quixnxt/css/quix-core.css?ver=4.5.4" type="text/css"?>
<feed xmlns="https://www.w3.org/2005/Atom"  xml:lang="en-gb">
	<title type="text">WordPress &amp; Joomla Documentation - ThemeXpert</title>
	<subtitle type="text">ThemeXpert: Joomla's oldest and most trusted template and extension club since 2010 with the best page builder, Quix.</subtitle>
	<link rel="alternate" type="text/html" href="https://www.themexpert.com"/>
	<id>https://www.themexpert.com/docs/quix-builder/optimization</id>
	<updated>2024-08-09T15:23:07+06:00</updated>
	<author>
		<name>ThemeXpert</name>
		<email>support@themexpert.com</email>
	</author>
	<generator>ThemeXpert</generator>
	<link rel="self" type="application/atom+xml" href="https://www.themexpert.com/docs/quix-builder/optimization?format=feed&amp;type=atom"/>
	<entry>
		<title>GD Library</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/optimization/gd-library"/>
		<published>2019-02-04T17:13:27+06:00</published>
		<updated>2019-02-04T17:13:27+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/optimization/gd-library</id>
		<author>
			<name>Parvez Akther</name>
			<email>parvez@themexpert.com</email>
		</author>
		<summary type="html">&lt;p&gt;Webp is a next generation image format developed by google.&lt;/p&gt;
&lt;h3&gt;Why do you need WebP?&lt;/h3&gt;
&lt;p&gt;The webp format provides &lt;code&gt;28%&lt;/code&gt; compression over jpeg. if your image size 100 kb in jpeg, it'll be &lt;code&gt;~72kb&lt;/code&gt; in webp format.&lt;/p&gt;
&lt;p&gt;WebP only works on Chrome and Opera. Quix has fallback support for Mozilla and other non supported browser. When &lt;code&gt;WebP&lt;/code&gt; failed to load Quix will automatically load the &lt;code&gt;jpeg&lt;/code&gt; version.&lt;/p&gt;
&lt;h3&gt;WebP doesn't load on Chrome!&lt;/h3&gt;
&lt;p&gt;Make sure your server is fully configured for WebP support. To configure WebP please consult with your hosting provider.&lt;/p&gt;
&lt;h4&gt;Guideline that you can use when you will talk with your server administrator.&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;WebP needs PHP GD library, But the problem is default GD library won't come with WebP support.&lt;/li&gt;
&lt;li&gt;For my webpage and better seo rank, you need to install PHP with WebP enabled.&lt;/li&gt;
&lt;li&gt;Here's the resource I found on internet :&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Yum php-gd lib installer ( &lt;a href=&quot;https://ma.ttias.be/install-gd-library-for-php5-on-centos/&quot;&gt;https://ma.ttias.be/install-gd-library-for-php5-on-centos/&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PHP source to binary ( &lt;a href=&quot;https://talk.plesk.com/resources/how-to-compile-php-gd-so-module-with-webp-support.4/&quot;&gt;https://talk.plesk.com/resources/how-to-compile-php-gd-so-module-with-webp-support.4/&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PHP docs ( &lt;a href=&quot;https://php.net/manual/en/image.installation.php&quot;&gt;https://php.net/manual/en/image.installation.php&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;</summary>
		<content type="html">&lt;p&gt;Webp is a next generation image format developed by google.&lt;/p&gt;
&lt;h3&gt;Why do you need WebP?&lt;/h3&gt;
&lt;p&gt;The webp format provides &lt;code&gt;28%&lt;/code&gt; compression over jpeg. if your image size 100 kb in jpeg, it'll be &lt;code&gt;~72kb&lt;/code&gt; in webp format.&lt;/p&gt;
&lt;p&gt;WebP only works on Chrome and Opera. Quix has fallback support for Mozilla and other non supported browser. When &lt;code&gt;WebP&lt;/code&gt; failed to load Quix will automatically load the &lt;code&gt;jpeg&lt;/code&gt; version.&lt;/p&gt;
&lt;h3&gt;WebP doesn't load on Chrome!&lt;/h3&gt;
&lt;p&gt;Make sure your server is fully configured for WebP support. To configure WebP please consult with your hosting provider.&lt;/p&gt;
&lt;h4&gt;Guideline that you can use when you will talk with your server administrator.&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;WebP needs PHP GD library, But the problem is default GD library won't come with WebP support.&lt;/li&gt;
&lt;li&gt;For my webpage and better seo rank, you need to install PHP with WebP enabled.&lt;/li&gt;
&lt;li&gt;Here's the resource I found on internet :&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Yum php-gd lib installer ( &lt;a href=&quot;https://ma.ttias.be/install-gd-library-for-php5-on-centos/&quot;&gt;https://ma.ttias.be/install-gd-library-for-php5-on-centos/&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PHP source to binary ( &lt;a href=&quot;https://talk.plesk.com/resources/how-to-compile-php-gd-so-module-with-webp-support.4/&quot;&gt;https://talk.plesk.com/resources/how-to-compile-php-gd-so-module-with-webp-support.4/&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PHP docs ( &lt;a href=&quot;https://php.net/manual/en/image.installation.php&quot;&gt;https://php.net/manual/en/image.installation.php&lt;/a&gt; )&lt;/strong&gt;&lt;/p&gt;</content>
		<category term="Optimization" />
	</entry>
</feed>
