<?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: speed - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/speed</link>
		<description>Support Forum - Tag: speed - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:17:25 +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/speed" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do I slow down the home page slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-slow-down-the-home-page-slider#post-94274</link>
			<pubDate>Thu, 31 Jan 2013 07:57:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Not all themes have this option. This forum is for the Upscale theme. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larronde on "How do I slow down the home page slider?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-slow-down-the-home-page-slider#post-94220</link>
			<pubDate>Wed, 30 Jan 2013 21:52:54 +0000</pubDate>
			<dc:creator>larronde</dc:creator>
			<guid isPermaLink="false">94220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-91839</link>
			<pubDate>Wed, 16 Jan 2013 11:24:04 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">91839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much for the help!!!&#60;/p&#62;
&#60;p&#62;Inna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-91120</link>
			<pubDate>Fri, 11 Jan 2013 09:54:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Navigate to the flashlight/js folder and rename avia_fullscreen_slider.js to avia_fullscreen_slider.js_bak.&#60;/p&#62;
&#60;p&#62;2) Then rename avia_fullscreen_slider-not-minified.js to avia_fullscreen_slider.js&#60;/p&#62;
&#60;p&#62;3) Now open up avia_fullscreen_slider.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;data.options 		= $.extend(defaults, options);
data.slides  		= slider.find(data.options.slides).css({display:&#38;#39;none&#38;#39;});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;data.options 		= $.extend(defaults, options);
if(jQuery(&#38;#39;body&#38;#39;).hasClass(&#38;#39;home&#38;#39;)) data.options.animationSpeed = 1500;
data.slides  		= slider.find(data.options.slides).css({display:&#38;#39;none&#38;#39;});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; You can use any other value and you're not limited to 1500. The value needs to be in ms - so 1500 converts to 1,5 seconds.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90949</link>
			<pubDate>Thu, 10 Jan 2013 11:48:23 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">90949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! but it's not exactly what I need. The problem is I want the fading longer.So I need the picture changing prosses longer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90934</link>
			<pubDate>Thu, 10 Jan 2013 10:59:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi fameless,&#60;/p&#62;
&#60;p&#62;You can edit the page you have set as the Frontpage and below the content, you can see the Slideshow Options, and change the &#60;strong&#62;Slidehsow autorotation duration&#60;/strong&#62; (the numbers are represented in seconds).&#60;br /&#62;
Also change &#60;strong&#62;Background Gallery Transition&#60;/strong&#62; from &#60;strong&#62;slide&#60;/strong&#62; to &#60;strong&#62;Fade&#60;/strong&#62;&#60;br /&#62;
Save it and it should be good to go. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fameless on "animation speed"</title>
			<link>http://www.kriesi.at/support/topic/animation-speed#post-90902</link>
			<pubDate>Thu, 10 Jan 2013 08:53:20 +0000</pubDate>
			<dc:creator>fameless</dc:creator>
			<guid isPermaLink="false">90902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
At first, the perfect theme! very nice and easy!!! Thank you!&#60;/p&#62;
&#60;p&#62;İs there any way to change animationSpeed using fading gallery but only at the homepage? So it should stay the same on the inside galleries but be slower at the main page&#60;/p&#62;
&#60;p&#62;Thank you in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Batch add portfolio entries"</title>
			<link>http://www.kriesi.at/support/topic/batch-add-portfolio-entries#post-87062</link>
			<pubDate>Sat, 08 Dec 2012 08:44:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We do not offer an importer plugin and it's not possible to eg import data from csv files. However if you want to convert existing posts/pages to portfolio entries you can probably find a plugin here: &#60;a href=&#34;http://wordpress.org/extend/plugins/search.php?q=convert+post+type&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search.php?q=convert+post+type&#60;/a&#62;&#60;br /&#62;
You can also try to &#34;hijack&#34; Kriesi's dummy data importer - I'm not sure if it works out but you can try to modify flagship\includes\admin\dummy.xml to import your custom post content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Berza on "Batch add portfolio entries"</title>
			<link>http://www.kriesi.at/support/topic/batch-add-portfolio-entries#post-86912</link>
			<pubDate>Fri, 07 Dec 2012 07:50:29 +0000</pubDate>
			<dc:creator>Berza</dc:creator>
			<guid isPermaLink="false">86912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I'm looking for a way to quickly enter lots of different portfolio items at once.&#60;br /&#62;
I am trying to use the Portfolio to display my products, and there are a lot of them, to be divided into categories and provided with theme-specific &#34;Meta Information&#34;.&#60;/p&#62;
&#60;p&#62;I just started digging into the database, but I'm pretty sure this is a bad approach :)&#60;/p&#62;
&#60;p&#62;What would you suggest to speed up things?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-79209</link>
			<pubDate>Wed, 10 Oct 2012 09:10:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">79209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;aviapoly.js loads in the footer &#60;a href=&#34;http://i.imgur.com/s9qIe.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/s9qIe.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>regkapur on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-79006</link>
			<pubDate>Mon, 08 Oct 2012 17:44:08 +0000</pubDate>
			<dc:creator>regkapur</dc:creator>
			<guid isPermaLink="false">79006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, seems the Aviapoly isn't loading in the header. I have removed the initial url and replaced with XXXX as the site is still testing :)&#60;/p&#62;
&#60;p&#62;See below:&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- plugin and theme output with wp_head() --&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript' src='XXXXX/wp-includes/js/jquery/jquery.js?ver=1.7.2'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript' src='XXXXX/wp-content/themes/angular/js/mediaelement/mediaelement-and-player.min.js?ver=1'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript' src='XXXXX/wp-content/themes/angular/js/avia.js?ver=2'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type='text/javascript' src='XXXXX/wp-includes/js/comment-reply.js?ver=3.4.2'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;EditURI&#34; type=&#34;application/rsd+xml&#34; title=&#34;RSD&#34; href=&#34;XXXXX/xmlrpc.php?rsd&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;wlwmanifest&#34; type=&#34;application/wlwmanifest+xml&#34; href=&#34;XXXXX/wp-includes/wlwmanifest.xml&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel='prev' title='XXXXX' href='XXXXX' /&#38;gt;&#60;br /&#62;
&#38;lt;link rel='next' title='XXXXX' href='XXXXX/' /&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress 3.4.2&#34; /&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-78655</link>
			<pubDate>Fri, 05 Oct 2012 12:09:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open aviapoly.js and set&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;betweenBlockDelay:100,transitionSpeed:600&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;betweenBlockDelay:5000,transitionSpeed:6000&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then when the page loads , and if nothing is happening would you directly load the aviapoly.js file straight from your browser as a url (click view source and check the header to locate the url, then copy and paste it into a new browser window) and verify visually that the the file on the server shows your modification, in case you are reading a cache (server or yours). Please let us know how it went.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>regkapur on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-78358</link>
			<pubDate>Wed, 03 Oct 2012 08:50:36 +0000</pubDate>
			<dc:creator>regkapur</dc:creator>
			<guid isPermaLink="false">78358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude. I have changed these and nothing happens. Cleared cache files just in case and still the same. What I am looking for is to slow the transition time between each slide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-78332</link>
			<pubDate>Wed, 03 Oct 2012 06:21:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Open up angular\js\aviapoly_nomin.js and search for following two lines at the top:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;betweenBlockDelay: 100,
				transitionSpeed:600,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change the transition speed value - eg set it to 1000 or 1200.  Afterwards rename angular\js\aviapoly.js to angular\js\aviapoly_bak.js and angular\js\aviapoly_nomin.js to angular\js\aviapoly.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>regkapur on "Slow down transition speed"</title>
			<link>http://www.kriesi.at/support/topic/slow-down-transition-speed#post-78281</link>
			<pubDate>Tue, 02 Oct 2012 19:43:54 +0000</pubDate>
			<dc:creator>regkapur</dc:creator>
			<guid isPermaLink="false">78281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to slow down the transition speed of the fade between slides. Can you advise?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Ken Burns Speed"</title>
			<link>http://www.kriesi.at/support/topic/ken-burns-speed#post-70850</link>
			<pubDate>Mon, 13 Aug 2012 20:11:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Ken Burns Speed"</title>
			<link>http://www.kriesi.at/support/topic/ken-burns-speed#post-70470</link>
			<pubDate>Fri, 10 Aug 2012 12:17:11 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">70470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Ken Burns Speed"</title>
			<link>http://www.kriesi.at/support/topic/ken-burns-speed#post-70443</link>
			<pubDate>Fri, 10 Aug 2012 06:47:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The default settings can be found in js/aviationslider.js - search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;defaults =
			{
				autorotation: 		false,				// autorotation true or false?
				autorotationSpeed:	6,					// duration between autorotation switch in Seconds
				slides: 			&#38;#39;li&#38;#39;,				// wich element inside the container should serve as slide
				animationSpeed: 	2000,				// animation duration
				appendControlls: 	true,				// should slidecontrolls be appended or should we use none/predefined,
				externalControlls:	[&#38;#39;.thumbnails_container&#38;#39;,&#38;#39;li&#38;#39;], //check for external controlls and apply click binding
				appendCaption: 		false,				// should a caption be created by using the slideshow images alt tag?,
				captionOpacity:		0.7,				// caption opacity
				captionClass:		&#38;#39;slideshow_caption&#38;#39;	// caption class
			};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The autorotation speed and the animation speed affect the kenburns transition time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Ken Burns Speed"</title>
			<link>http://www.kriesi.at/support/topic/ken-burns-speed#post-70372</link>
			<pubDate>Thu, 09 Aug 2012 23:13:45 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">70372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;and where can I change the transition speed of the Ken Burns Slider in Velvet?&#60;br /&#62;
I don't mean the speed of the rotation of all images, but the speed of a single Ken Burns zooming.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Shutter speed in EXIF"</title>
			<link>http://www.kriesi.at/support/topic/shutter-speed-in-exif#post-68343</link>
			<pubDate>Mon, 30 Jul 2012 12:02:03 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">68343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi xGSTQ,&#60;/p&#62;
&#60;p&#62;It's possible the MOD you tried conflicts now since Flashlight has been updated. If you will start a new thread with your problem and we'll try to help you solve.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Shutter speed in EXIF"</title>
			<link>http://www.kriesi.at/support/topic/shutter-speed-in-exif#post-68080</link>
			<pubDate>Sat, 28 Jul 2012 14:04:54 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">68080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried this MOD and I get an error in the function decimal2fraction &#60;/p&#62;
&#60;p&#62;this is the error&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: Division by zero in /home/themes/flashlight/includes/helper-slideshow.php on line 742&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;this is line 742&#60;/p&#62;
&#60;p&#62;&#60;code&#62;return sprintf ('1/%d', round($denominator/$numerator));&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slider crossfade speed &#38; menu color"</title>
			<link>http://www.kriesi.at/support/topic/slider-crossfade-speed-menu-color#post-57454</link>
			<pubDate>Thu, 24 May 2012 21:01:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DonLaddo,&#60;/p&#62;
&#60;p&#62;If you have a link to the page showing the category menu, we can give the css to target it.&#60;/p&#62;
&#60;p&#62;As for the slider speed, do you mean the main image slider (like on the front page of the demo) or the content slider you insert with shortcode?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DonLaddo on "Slider crossfade speed &#38; menu color"</title>
			<link>http://www.kriesi.at/support/topic/slider-crossfade-speed-menu-color#post-56885</link>
			<pubDate>Mon, 21 May 2012 18:42:07 +0000</pubDate>
			<dc:creator>DonLaddo</dc:creator>
			<guid isPermaLink="false">56885@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for a marvelous theme. I recently got going on putting together a clean and static website (no blog, no portfolio) – just a couple of pages/categories...so far its been pretty neat to work with but I havent been able to change the transition speed on the slider - pictures crossfade way too fast. I have been trying to fix through similar postings on the forum but no go.&#60;br /&#62;
And also need a tip on how to get rid of the red color on the category-menu (HEM) I fixed the widget titles from red to blue but cant seem to get the menu right.Please, help needed – Don.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-54704</link>
			<pubDate>Fri, 04 May 2012 17:23:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Probably not. The big thing with Angular is that it is an excellent visual portfolio. The ajax and all of the nice effects just take extra time to load in and process. Although the google web developer tools are great, they really shouldn't be taken as the ultimate test of a complete site. &#60;/p&#62;
&#60;p&#62;With portfolio site in particular you almost always end up making sacrifices with loading time to achieve a better visual result. Usually this is with larger images and secondary to that is the presentation. Start taking away the presentation (grayscale effects, fancy sorting etc) and you'll get better load time/performance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamtherock03 on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-54396</link>
			<pubDate>Wed, 02 May 2012 19:22:08 +0000</pubDate>
			<dc:creator>iamtherock03</dc:creator>
			<guid isPermaLink="false">54396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I thought I'd add a comment on this issue. I installed the W3 Total Cache plugin too as a friend recommended it. My site was getting a speed rating of 15 which is very poor. The issues I had were with the 'minify' as mentioned above and had to do a trial and error manually with all the JS and CSS files. Eventually, it worked and improved the speed up to 38. I like this theme but the speed is pretty poor compared to some free themes which get to 80+. But I only use page, database, object and browser cache along with manual minify settings. I guess if I use CDN and Cloudflare I would see an improvement. If I sent a link to my site, would you be able to see if I can make any further improvements?&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-54368</link>
			<pubDate>Wed, 02 May 2012 18:01:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey DanaD,&#60;/p&#62;
&#60;p&#62;Its more an issue of there are so many factors that contribute to page speed that its not feasible to give detailed support past general recommendations. &#60;/p&#62;
&#60;p&#62;You could compress your images further, change your permalink settings to decrease the database calls, use a plugin like you already are and then there are the hosting settings and configurations.&#60;/p&#62;
&#60;p&#62;If you really want to get into optimizing speed, you could get your own CDN to load in your images. Not very practical with a portfolio site but its an option. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DanaD on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-53984</link>
			<pubDate>Mon, 30 Apr 2012 17:01:59 +0000</pubDate>
			<dc:creator>DanaD</dc:creator>
			<guid isPermaLink="false">53984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin. I have tried W3TC variations, different plugins, reloading smaller images....nothing is working to speed it up. Its down to 41, the W3TC minify keeps breaking.&#60;/p&#62;
&#60;p&#62;It is the theme that takes the longest to load.  Its not a problem with the server, images, plugins or anything else.  The problem is the premium theme.  So, how do you speed it up?  Am I really asking too much?&#60;/p&#62;
&#60;p&#62;Speed is an issue for those of us that want to provide a good, if not great, online experience.  It's really odd that I have to say that, but then again makes sense that the theme is slow if usability is not a factor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-53933</link>
			<pubDate>Mon, 30 Apr 2012 13:55:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">53933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DanaD,&#60;/p&#62;
&#60;p&#62;We aren't able to offer detailed plugin support unfortunately. However, I believe there is a help button in the minify settings tab of W3TC that will auto discover all the css and scripts the site is using. From there, you can select a script to minify and see if it causes any issues. &#60;/p&#62;
&#60;p&#62;If speed is a vital issue, you might want to also see if your host has a server package a bit higher than what you are already using. Wordpress in some basic configurations (like named permalinks) can make an outrageous amount of DB calls when not optimized well and that can definitely cause performance issues on basic hosting packages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DanaD on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-53813</link>
			<pubDate>Sat, 28 Apr 2012 10:23:56 +0000</pubDate>
			<dc:creator>DanaD</dc:creator>
			<guid isPermaLink="false">53813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,  Still here and still have a problem with speed.  Dude, I don't know which scripts..., a use wordpress I don't know which or what code, I was really hoping you guys would know that. &#60;/p&#62;
&#60;p&#62;W3TC does not work, speed is still at 50.  I need specific HELP, like so many others I see on this forum have received. &#60;/p&#62;
&#60;p&#62;Can anyone help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DanaD on "angular speed"</title>
			<link>http://www.kriesi.at/support/topic/please-help-angular-is-very-very-slow#post-53740</link>
			<pubDate>Fri, 27 Apr 2012 18:13:16 +0000</pubDate>
			<dc:creator>DanaD</dc:creator>
			<guid isPermaLink="false">53740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude.&#60;br /&#62;
d
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
