<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: optimization - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/optimization</link>
		<description>Support Forum - Tag: optimization - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 08:31:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/optimization" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97599</link>
			<pubDate>Wed, 20 Feb 2013 06:40:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I'll close this thread now. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anderson69s on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97483</link>
			<pubDate>Tue, 19 Feb 2013 18:18:45 +0000</pubDate>
			<dc:creator>Anderson69s</dc:creator>
			<guid isPermaLink="false">97483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank's for all your answers, &#60;/p&#62;
&#60;p&#62;I will try W3TC when an update will be released...&#60;/p&#62;
&#60;p&#62;Looks like i already did all i can do to improve my loading time after it will be a waste of time...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97465</link>
			<pubDate>Tue, 19 Feb 2013 16:38:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For w3 the best place to looks the installation page: &#60;a href=&#34;http://wordpress.org/extend/plugins/w3-total-cache/installation/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/w3-total-cache/installation/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Though looking at it right now, it has a high report of being broken so I would say don't use it at all until it gets updated.&#60;/p&#62;
&#60;p&#62;5 - You would still be pulling each file they just wouldn't have the version string. The issue comes if a script gets updated and the browser for a user has it cached. Either way, you would just search the theme files for all instances of wp_enqueue_style and wp_enqueue_script and then change the version parameter to null (taken from your link).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anderson69s on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97365</link>
			<pubDate>Tue, 19 Feb 2013 05:51:46 +0000</pubDate>
			<dc:creator>Anderson69s</dc:creator>
			<guid isPermaLink="false">97365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1 - Thank's i will try to remove it and make the test again to compare.&#60;/p&#62;
&#60;p&#62;2 - So it' possible but i will lose time to do it because i have to grab and remplace all icon... in all different css and remplace them with my css sprites...&#60;/p&#62;
&#60;p&#62;3 + 4 - I understand you can't setting up a plug-in with me. Do you have a good documented link to help me with the configuration of W3TC? &#60;/p&#62;
&#60;p&#62;5 - It's only to improve the page load, without wp super cache enable my loading time is about 5 or 6 seconds for 350kb and 38 http request. I think it's  bite long.... With wp super cache enabled, my loading time is 3 or 4 seconds for same size and http request. Remove the query strings from static resources will dicrease this time because js lock the download of the others elements of my web page no?&#60;/p&#62;
&#60;p&#62;Thank's for you're help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97261</link>
			<pubDate>Mon, 18 Feb 2013 15:46:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Anderson69s,&#60;/p&#62;
&#60;p&#62;1 - Your choice. Not sure why it would make it worse but you can just remove it if you want.&#60;/p&#62;
&#60;p&#62;2 - You would need to combine all images used by the css/site into a single image. Then re-do all the css to grab the location on that one single image. This isn't for pictures or anything, just icons,lines etc.&#60;/p&#62;
&#60;p&#62;3+4 - Using that plugin will do exactly that and as Dude said, he uses it on his own site. None of us are really able to walk you through setting up a plugin however.&#60;/p&#62;
&#60;p&#62;5 - I wouldn't suggest doing that at all. I can't say if it will or will not have a major impact on speed but it doesn't seem worthwhile.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anderson69s on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97120</link>
			<pubDate>Sun, 17 Feb 2013 15:05:54 +0000</pubDate>
			<dc:creator>Anderson69s</dc:creator>
			<guid isPermaLink="false">97120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thank you for you quick answer.&#60;/p&#62;
&#60;p&#62;1- for woocommerce i add // before require_once( 'woocommerce-config/config.php' ); in functions.php and it's actually decrease my score... Should I remove it or just let the // ?&#60;/p&#62;
&#60;p&#62;2- That's what i thought about CSS sprites, if i'm right, i have to navigate throught the different plug-in code and call my css sprites every time the plug-in call the pictures? = I WON'T DO IT, I don't have time to do this...&#60;/p&#62;
&#60;p&#62;3- I know that minimize css and js will only gain a few kb on load, but if i can why would i not take advandtage of it?&#60;/p&#62;
&#60;p&#62;4- I use wp super cache because it's easy to use... But if you tell me that W3TC is better and you will help to configure it, i'll desintall wp super cache right away and follow your instructions about W3TC... I think it would be a pen in the ass to remove the different unuse code in the css and every time you gave me an advice it's very usefull, so point for you, lead me...&#60;/p&#62;
&#60;p&#62;5- I ask to jetpack and ars social slider about remove query strings from static resources for their plug-ins, they told me that i have to manage with : &#60;a href=&#34;https://www.tinywp.in/remove-query-string-from-url/&#34; rel=&#34;nofollow&#34;&#62;https://www.tinywp.in/remove-query-string-from-url/&#60;/a&#62; . I know, because i look at the code that flashlight interract with this two php funtions : wp_enqueue_style / wp_enqueue_script. Before i made anything wrong i would ask how i could do?&#60;/p&#62;
&#60;p&#62;I can't help thinking that the fifty box i paid for you theme was the best buy i ever made because of your support... Keep going, YOU ROCK!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-97023</link>
			<pubDate>Sat, 16 Feb 2013 07:37:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Yes, open up functions.php and delete following line: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require_once( &#38;#39;woocommerce-config/config.php&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Tbh this is not easily possible.&#60;/p&#62;
&#60;p&#62;3) I use W3TC on my website: &#60;a href=&#34;http://wordpress.org/extend/plugins/w3-total-cache/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/w3-total-cache/&#60;/a&#62; and it does a good job. It offers a database &#38;amp; object cache feature, a &#34;compress&#34; file feature and a browser cache feature. &#60;/p&#62;
&#60;p&#62;4) Tbh that's not easily possible too. However w3tc will compress the css files and it will save you a lot of data traffic. Efficient selectors would not reduce the css file size dramatically (probably just 5-10kb).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anderson69s on "Load Time and optimization"</title>
			<link>http://www.kriesi.at/support/topic/load-time-and-optimization#post-96969</link>
			<pubDate>Fri, 15 Feb 2013 17:58:20 +0000</pubDate>
			<dc:creator>Anderson69s</dc:creator>
			<guid isPermaLink="false">96969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, how are you?&#60;/p&#62;
&#60;p&#62;I made my website with your awsome theme : flashlight on &#60;a href=&#34;http://anderson69s.com&#34; rel=&#34;nofollow&#34;&#62;http://anderson69s.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;My plug-in in my 3.5.1 wordpress are :&#60;/p&#62;
&#60;p&#62;- Social Slider by ARScode (you can't help me with that, I know)&#60;br /&#62;
- Jetpack par WordPress.com (only share, short links, announce, Jetpack comments, Contact Form, improved distribution are enabled)&#60;br /&#62;
- Google XML Sitemaps&#60;br /&#62;
- All in One SEO Pack&#60;br /&#62;
- All in one Favicon&#60;br /&#62;
- Akismet&#60;br /&#62;
- wp super-cache (currently off for optimization)&#60;/p&#62;
&#60;p&#62;I manage optimization by .htaccess but now, i'm focusing on code optimization and page loading. To mesure the performance i use GTMetric :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gtmetrix.com/reports/anderson69s.com/jof0Vj3p&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/anderson69s.com/jof0Vj3p&#60;/a&#62; (home page)&#60;br /&#62;
&#60;a href=&#34;http://gtmetrix.com/reports/anderson69s.com/ZBkgOx6g&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/anderson69s.com/ZBkgOx6g&#60;/a&#62; (an article)&#60;br /&#62;
&#60;a href=&#34;http://gtmetrix.com/reports/anderson69s.com/fdrgOw9M&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/anderson69s.com/fdrgOw9M&#60;/a&#62; (a portfolio)&#60;br /&#62;
&#60;a href=&#34;http://gtmetrix.com/reports/anderson69s.com/1YrqHicZ&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/anderson69s.com/1YrqHicZ&#60;/a&#62; (a static page)&#60;/p&#62;
&#60;p&#62;I know that there is things i can't improve such as : Leverage browser caching on &#60;a href=&#34;http://widgets.twimg.com/j/2/widget.js&#34; rel=&#34;nofollow&#34;&#62;http://widgets.twimg.com/j/2/widget.js&#60;/a&#62; and &#60;a href=&#34;http://www.google-analytics.com/ga.js&#34; rel=&#34;nofollow&#34;&#62;http://www.google-analytics.com/ga.js&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;And i also know that the grade doesn't mean your site is perfect, but i want to optimize the maximum i can...&#60;/p&#62;
&#60;p&#62;As you could have notice there are difference on page load between a portfolio page, an article and my home page.&#60;/p&#62;
&#60;p&#62;I would know if :&#60;/p&#62;
&#60;p&#62;- it's possible to avoid the load of the woocommerce js? because i don't use it...&#60;br /&#62;
- Can i use CSS sprites? and how?&#60;br /&#62;
- Can i minimize the js and the css? Without crashing anything?&#60;br /&#62;
- How can i improve Remove unused CSS and Use efficient CSS selectors?&#60;/p&#62;
&#60;p&#62;Thank's for you're answers.&#60;/p&#62;
&#60;p&#62;@+&#60;/p&#62;
&#60;p&#62;Anderson69s
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75957</link>
			<pubDate>Fri, 14 Sep 2012 17:04:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad we could help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75888</link>
			<pubDate>Fri, 14 Sep 2012 08:47:52 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">75888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75718</link>
			<pubDate>Thu, 13 Sep 2012 13:13:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Actually the product slider is still using the catalog image size designated on woocommerce-config &#38;gt; config.php &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75719</link>
			<pubDate>Thu, 13 Sep 2012 13:13:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75719@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Actually the product slider is still using the catalog image size designated on woocommerce-config &#38;gt; config.php &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75686</link>
			<pubDate>Thu, 13 Sep 2012 07:10:30 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">75686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya,&#60;/p&#62;
&#60;p&#62;Thank you for your advice, one question though:&#60;/p&#62;
&#60;p&#62;With regards to the product slider, its obviously using images that are 160 x 160, but my product pages are using images that are 300 x 300. Is there any way that I can create the 160 x 160 images for the slider without having to reduce the size of my product page images to the same dimension, I would like to keep them at 300 x 300. Basically I just want to serve the correct image size to the product slider so that I dont waste bandwidth on the home page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75585</link>
			<pubDate>Wed, 12 Sep 2012 15:53:52 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">75585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lawrence,&#60;/p&#62;
&#60;p&#62;Abundance automatically resizes the original image you upload to the size specified in the functions.php file including creating the thumbnail. for the product slider. The largest size is 930 x 930 so you if you wanted you could resize your original images to that instead of 1024 x 1024.&#60;/p&#62;
&#60;p&#62;As far as using smaller thumbnails you could upload a new image to overwrite the one Abundance creates. You'll find the thumbnails in your media folder which is generally /wp-content/uploads/ unless you've changed it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Optimization of Images"</title>
			<link>http://www.kriesi.at/support/topic/optimization-of-images#post-75147</link>
			<pubDate>Mon, 10 Sep 2012 11:43:10 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">75147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am busy optimizing my site, I am busy with the image optimization and I have a couple of questions:&#60;/p&#62;
&#60;p&#62;1 - What are the best pixel dimensions to use for the product images?&#60;br /&#62;
At the moment I have been making the images 1024 x 1024 @ 72DPI&#60;/p&#62;
&#60;p&#62;2 - I ran a test on Googles PageSpeed Insights and it reported the following:&#60;/p&#62;
&#60;p&#62;    &#60;a href=&#34;http://kitticraft.com/.../YooVee-1.png&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../YooVee-1.png&#60;/a&#62; is resized in HTML or CSS from 1,024x1,024 to 160x160. Serving a scaled image could save 970.7KiB (97% reduction).&#60;br /&#62;
    &#60;a href=&#34;http://kitticraft.com/.../Triad-Post_ph.png&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../Triad-Post_ph.png&#60;/a&#62; is resized in HTML or CSS from 1,024x1,024 to 160x160. Serving a scaled image could save 636.3KiB (97% reduction).&#60;br /&#62;
    &#60;a href=&#34;http://kitticraft.com/.../ZuluHut-300x300.png&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../ZuluHut-300x300.png&#60;/a&#62; is resized in HTML or CSS from 300x300 to 160x160. Serving a scaled image could save 83.1KiB (71% reduction).&#60;br /&#62;
    &#60;a href=&#34;http://kitticraft.com/.../Tsuki-300x300.png&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../Tsuki-300x300.png&#60;/a&#62; is resized in HTML or CSS from 300x300 to 160x160. Serving a scaled image could save 66.2KiB (71% reduction).&#60;br /&#62;
    &#60;a href=&#34;http://kitticraft.com/.../X-300x300.png&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../X-300x300.png&#60;/a&#62; is resized in HTML or CSS from 300x300 to 160x160. Serving a scaled image could save 51.8KiB (71% reduction).&#60;br /&#62;
    &#60;a href=&#34;http://kitticraft.com/.../Banner2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.com/.../Banner2.jpg&#60;/a&#62; is resized in HTML or CSS from 958x371 to 930x340. Serving a scaled image could save 29.9KiB (12% reduction).&#60;/p&#62;
&#60;p&#62;I am assuming that this report was generated due to the images being used in the product slider on my home page (and the last one from the slideshow). Is there anyway that I can create smaller images for the slider to use, or will it always automatically take the large product image and scale it down?&#60;/p&#62;
&#60;p&#62;3 - Are there any other Abundance related image optimization issues that I should pay attention to?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
