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

		<item>
			<title>Nick on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-102255</link>
			<pubDate>Wed, 20 Mar 2013 13:54:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">102255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Right now you got 3 issues you have to deal with to go to the next level of speed, even though you did a fine job of taking out 10 full seconds. &#60;/p&#62;
&#60;p&#62;I think the greyscales can be sped up.  You are displaying the same color thumbnails and greyscale thumbnails but from two different urls. This causes each to load twice , but if you were using the same images that wouldn't be happening. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_061-448x330.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_061-448x330.jpg&#60;/a&#62;
and
&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_06-448x330.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_06-448x330.jpg&#60;/a&#62;

-----------

&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer21-448x330.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer21-448x330.jpg&#60;/a&#62;
and
&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer2-448x330.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer2-448x330.jpg&#60;/a&#62;

-----------

&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer21-448x330-greyscale.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer21-448x330-greyscale.jpg&#60;/a&#62;
and
&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer2-448x330-greyscale.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/zimmer2-448x330-greyscale.jpg&#60;/a&#62;

---------

&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_061-448x330-greyscale.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_061-448x330-greyscale.jpg&#60;/a&#62;
and
&#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_06-448x330-greyscale.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/11/app1_06-448x330-greyscale.jpg&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;*) Time to first byte is waaayyy too long and shows an improperly configured Apache. It should be around a quarter of a second maximum, and not over 1 second. (This will be tough and perhaps should be left for last).&#60;/p&#62;
&#60;p&#62;*) None of your images have an expiration. We can fix that right up with htaccess&#60;/p&#62;
&#60;p&#62;Open up your .htaccess file (make sure you have ftp access to the website first in case a mistake is made). I am not sure what is inside  your .htaccess file , but you will need to add all of this: &#60;a href=&#34;https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess&#34; rel=&#34;nofollow&#34;&#62;https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The real part of that file you need are lines 1 - 280 ; . Just make sure they come before the normal 8-12 lines that Wordpress adds to the htaccess.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xxtita on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-102075</link>
			<pubDate>Tue, 19 Mar 2013 15:09:58 +0000</pubDate>
			<dc:creator>xxtita</dc:creator>
			<guid isPermaLink="false">102075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;br /&#62;
A lot of pics are now optimized. The portfolio-site still opens after click on the grayscale to slow.&#60;br /&#62;
Here is the result of the webpagetest &#60;a href=&#34;http://www.webpagetest.org/result/130319_WB_TJ7/&#34; rel=&#34;nofollow&#34;&#62;http://www.webpagetest.org/result/130319_WB_TJ7/&#60;/a&#62;&#60;br /&#62;
Maybe it would get faster, if i can force the cache options for the provided images? could this be an idea? if yes, do you know how?&#60;br /&#62;
thanks,&#60;br /&#62;
tita
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-101029</link>
			<pubDate>Wed, 13 Mar 2013 06:35:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">101029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are also loading a 1.5meg sized image on the page, which is your #1 problem, and takes 90% of the load time ( &#60;a href=&#34;http://montanara-ramsau.at/wp-content/uploads/2012/10/oBERTAUERN-2009-rAFFALT_138.jpg&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/wp-content/uploads/2012/10/oBERTAUERN-2009-rAFFALT_138.jpg&#60;/a&#62; ) .. Please optimize this image &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.webpagetest.org/result/130313_HB_0d2172c87e07df19d6d87c458d53eaaa/1/details/&#34; rel=&#34;nofollow&#34;&#62;http://www.webpagetest.org/result/130313_HB_0d2172c87e07df19d6d87c458d53eaaa/1/details/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also if you notice there are those 4-5 images for the main slider that look like can also use a bit of optimization. Try using this without resizer &#60;a href=&#34;http://jpeg-optimizer.com/&#34; rel=&#34;nofollow&#34;&#62;http://jpeg-optimizer.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Everything else as you can see by the link looks very tight, fast loading.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100641</link>
			<pubDate>Mon, 11 Mar 2013 16:15:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm getting a huge delay as well when trying to pull up an ajax portfolio item on the homepage. I'm not sure what the cause is here though but you could try creating a very basic portfolio item with just a single small image in it to get a comparison and see if it could be because of the size of the images in that portfolio item or if its something else.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xxtita on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100530</link>
			<pubDate>Mon, 11 Mar 2013 07:48:40 +0000</pubDate>
			<dc:creator>xxtita</dc:creator>
			<guid isPermaLink="false">100530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;br /&#62;
as i told, now with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; 2.7.1 the backend in much faster than it was. Still slow, but ok. What i worry most about is the portfolio site. &#60;a href=&#34;http://montanara-ramsau.at/ferienwohnung/&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/ferienwohnung/&#60;/a&#62;&#60;br /&#62;
When you click on the grayscale pics, it lasts 8000ms to open the portfolio. Other sites without &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; open the portfolio in 2000ms. Please click on the above mentioned portfolio to see what i mean. thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100459</link>
			<pubDate>Sun, 10 Mar 2013 20:06:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">100459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Hate to use a cliche but if you start fresh you will notice it will be a lot faster. I tested Coherence and &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; a week ago and it performed well.   Did you notice at what point things began slowing down? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xxtita on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100330</link>
			<pubDate>Sat, 09 Mar 2013 12:36:30 +0000</pubDate>
			<dc:creator>xxtita</dc:creator>
			<guid isPermaLink="false">100330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;WP 3.4.2, plugins now only &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; and WP-Optimize, mem-limit pushed up to 128MB,&#60;br /&#62;
backend ist now way better, still slow.&#60;br /&#62;
frontend, portfolio site comes up fast, but when you click on a greyscale it lasts too long to open.&#60;br /&#62;
I could live with it, but i want to make some other websites also with coherence and &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;, and i cant do that, if its not getting better, or faster.&#60;br /&#62;
any ideas left?&#60;br /&#62;
thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100296</link>
			<pubDate>Sat, 09 Mar 2013 06:25:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've actually been hearing from a lot of people about somewhat slower backends with wordpress since 3.5.1. It could be a coincidence but it has been something I've now heard from sources outside of here as well.&#60;/p&#62;
&#60;p&#62;Typically, backend slowness is because of low memory availability. Here is a good guide on increase the memory available for wordpress to use: &#60;a href=&#34;http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/&#34; rel=&#34;nofollow&#34;&#62;http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xxtita on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100180</link>
			<pubDate>Fri, 08 Mar 2013 08:07:50 +0000</pubDate>
			<dc:creator>xxtita</dc:creator>
			<guid isPermaLink="false">100180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Devin,&#60;br /&#62;
Frontend is ok, ecxept the portfolio, which is very slow to e.g. other sites with coherence and without &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; &#60;a href=&#34;http://montanara-ramsau.at/ferienwohnung/&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/ferienwohnung/&#60;/a&#62;&#60;br /&#62;
But really slow is the backend. Can i send you PM with access to the site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-100115</link>
			<pubDate>Thu, 07 Mar 2013 20:38:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi xxtita,&#60;/p&#62;
&#60;p&#62;Can you point out some specific examples of items working incorrectly or not slow. I'm not getting any visual errors when I view the site and it seems to be fairly responsive to page navigation and loading content (nothing I would call slow).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xxtita on "Coherence and WPML performancs problem"</title>
			<link>http://www.kriesi.at/support/topic/coherence-and-wpml-performancs-problem#post-99984</link>
			<pubDate>Thu, 07 Mar 2013 08:17:35 +0000</pubDate>
			<dc:creator>xxtita</dc:creator>
			<guid isPermaLink="false">99984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi kriesi,&#60;br /&#62;
it seems that coherence together with  &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; 2.7.1 is pretty slow. the backend works really slow, and in the frontend the portfolio &#60;a href=&#34;http://montanara-ramsau.at/ferienwohnung/&#34; rel=&#34;nofollow&#34;&#62;http://montanara-ramsau.at/ferienwohnung/&#60;/a&#62; is also not working well. please check &#60;a href=&#34;http://www.montanara-ramsau.at&#34; rel=&#34;nofollow&#34;&#62;http://www.montanara-ramsau.at&#60;/a&#62; - thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Sort, Slow Page Load &#38; Optimizing Performance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sort-slow-page-load-optimizing-performance#post-89128</link>
			<pubDate>Thu, 20 Dec 2012 18:23:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oops, sorry about that. I was going to say the biggest performance fix is usually getting images optimized but then I checked the site and they look pretty good on size.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>codaqueen on "Portfolio Sort, Slow Page Load &#38; Optimizing Performance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sort-slow-page-load-optimizing-performance#post-89014</link>
			<pubDate>Wed, 19 Dec 2012 22:48:35 +0000</pubDate>
			<dc:creator>codaqueen</dc:creator>
			<guid isPermaLink="false">89014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI Devin,&#60;/p&#62;
&#60;p&#62;Thanks for the reply, but it looks like there is an incomplete thought...&#60;/p&#62;
&#60;p&#62;The biggest.....   is what?  ;)&#60;/p&#62;
&#60;p&#62;Saludos,&#60;/p&#62;
&#60;p&#62;Melissa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Sort, Slow Page Load &#38; Optimizing Performance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sort-slow-page-load-optimizing-performance#post-88893</link>
			<pubDate>Wed, 19 Dec 2012 04:05:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi codaqueen,&#60;/p&#62;
&#60;p&#62;The site you referenced is using a lazy loaders so the images aren't loaded until the user actually views them (or is just about to view them). &#60;/p&#62;
&#60;p&#62;I can't say one way or another if it would be easily implementable with the theme but I believe there are a number of plugins that do that kind of functionality as a drop in service. The biggest&#60;/p&#62;
&#60;p&#62;You could also look into a caching plugin so that you aren't doing a big database query each load.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>codaqueen on "Portfolio Sort, Slow Page Load &#38; Optimizing Performance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sort-slow-page-load-optimizing-performance#post-88885</link>
			<pubDate>Wed, 19 Dec 2012 03:02:15 +0000</pubDate>
			<dc:creator>codaqueen</dc:creator>
			<guid isPermaLink="false">88885@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi et al!&#60;/p&#62;
&#60;p&#62;My client &#60;a href=&#34;http://bit.ly/V4rm1L&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/V4rm1L&#60;/a&#62; has been loving their site; it's been easy to navigate, manage on their own, and they've needed little support from me until now.  Thank you for that!&#60;/p&#62;
&#60;p&#62;However, they've added too much content to their site and with more than 50 portfolio items showing, it appears like this &#60;a href=&#34;http://bit.ly/ZhlOcJ&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/ZhlOcJ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So I went searching your great forum for some alternatives:&#60;/p&#62;
&#60;p&#62;First I thought Paginating that front page might solve the problem.  But it gives me a new one - no sort across the entire portfolio due to an ajax limitation.&#60;/p&#62;
&#60;p&#62;But seeing as how the sort is crucial to my clients, I guess that's not a great solution.&#60;/p&#62;
&#60;p&#62;If I limit the portfolio load to 52 items, the page loads ok, but means there are a great number of portfolio items that don't make the sort still.&#60;/p&#62;
&#60;p&#62;I know I can add individual portfolio items in my Menu as a drop down, which is what I'll likely do, but isn't there another way?&#60;/p&#62;
&#60;p&#62;How can a site like &#60;a href=&#34;http://www.thestylejunkies.com&#34; rel=&#34;nofollow&#34;&#62;http://www.thestylejunkies.com&#60;/a&#62; get so many images to load without it killing their site?  I know they're based on the theme SizeMttrs:  &#60;a href=&#34;http://themeforest.net/item/size-mttrs-responsive-portfolio/full_screen_preview/1559545&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/size-mttrs-responsive-portfolio/full_screen_preview/1559545&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can't wait to hear what y'all come up with!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-61284</link>
			<pubDate>Wed, 20 Jun 2012 22:25:13 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! We have updated the theme meanwhile and I have modified the javacript several times for performance improvements. please try to keep the theme up to date since I will try to make it faster with every new release :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "500 Internal Server Error - Propulsion theme doesn&#039;t open or is very, very slow"</title>
			<link>http://www.kriesi.at/support/topic/500-internal-server-error-propulsion-theme-doesnt-open-or-is-very-very-slow#post-57206</link>
			<pubDate>Wed, 23 May 2012 14:54:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Florent,&#60;/p&#62;
&#60;p&#62;You may need to have your host increase the amount of memory your site has access to on the server. Its usually the case when you run into  this kind of thing with the backend and avia framework.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Florent on "500 Internal Server Error - Propulsion theme doesn&#039;t open or is very, very slow"</title>
			<link>http://www.kriesi.at/support/topic/500-internal-server-error-propulsion-theme-doesnt-open-or-is-very-very-slow#post-57203</link>
			<pubDate>Wed, 23 May 2012 14:02:52 +0000</pubDate>
			<dc:creator>Florent</dc:creator>
			<guid isPermaLink="false">57203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My website is also very slow. I used wordpress with other themes but never had a so slow website.&#60;/p&#62;
&#60;p&#62;I install cache plugin to speed the front office but tne back office remain so slow that I can't do my job.&#60;/p&#62;
&#60;p&#62;Is there a way to speed up this theme  ? &#60;/p&#62;
&#60;p&#62;Please it's urgent !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-56376</link>
			<pubDate>Thu, 17 May 2012 08:21:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this post for Kriesi's attention. Just to be - did you try to deactivate ALL plugins - maybe one causes the performance issues. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aj71785 on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55878</link>
			<pubDate>Sun, 13 May 2012 00:54:13 +0000</pubDate>
			<dc:creator>aj71785</dc:creator>
			<guid isPermaLink="false">55878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;would be nice if Kriesi would have a look at this since it drives me crazy. Also I would like to know if this is an problem that linked to Angular and if there would be a difference to swap to Coherence???&#60;/p&#62;
&#60;p&#62;Thanks &#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aj71785 on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55874</link>
			<pubDate>Sat, 12 May 2012 22:10:58 +0000</pubDate>
			<dc:creator>aj71785</dc:creator>
			<guid isPermaLink="false">55874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Wizart, &#60;/p&#62;
&#60;p&#62;thanks for the support but I don't have this plugin anymore. I tested it a while but I was not satisfied with the result so I removed it a long time ago.&#60;/p&#62;
&#60;p&#62;Thanks anyway&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wizart on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55854</link>
			<pubDate>Sat, 12 May 2012 11:35:30 +0000</pubDate>
			<dc:creator>wizart</dc:creator>
			<guid isPermaLink="false">55854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alex! I had same problem with that theme. Try to disable plugin called &#34;Hyper Cache&#34; it helped in my case. Plugin is enabled by default in wp installation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aj71785 on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55811</link>
			<pubDate>Fri, 11 May 2012 22:29:18 +0000</pubDate>
			<dc:creator>aj71785</dc:creator>
			<guid isPermaLink="false">55811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, &#60;/p&#62;
&#60;p&#62;I tried several things to nail it down or get a better understanding of what is causing this. The problem appears on the front page and on the portfolio since these are the two pages which have the image loader/slider&#60;/p&#62;
&#60;p&#62;But first the details.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rightcolours.com&#34; rel=&#34;nofollow&#34;&#62;http://www.rightcolours.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tested the website from several systems including an&#60;br /&#62;
-iMac latest generation with 12GB RAM&#60;br /&#62;
-2011 MacBook Pro 13&#34; (weakest processor)&#60;br /&#62;
-Windows Desktop running XP on a really old Pentium&#60;br /&#62;
-iPad Generation 1 + 3&#60;/p&#62;
&#60;p&#62;On these system I have used various versions of Safari,FF, IE to check for the above mentioned issue. Almost all showed an identical clunky loading of the website. FF was a little better on the Macs but not on the older PC... Safari showed always bad performance with this image loading slider in Angular.&#60;/p&#62;
&#60;p&#62;The images have all been resized to match the specified size (in the supporting documentation file)  for the long vertical image and the portfolio images. They are all between 20-40 KB, exported via Illustrator as jpeg and then again improved with WP SMUSH.IT.&#60;/p&#62;
&#60;p&#62;SInce I use some plugin-widgets in the footer i installed a lazy-load plugin to load all &#34;external&#34; footer widgets after the main site. This brought no change to the performance issue of the image loading slider. &#60;/p&#62;
&#60;p&#62;Then I wanted to know if the performance is improved if there are less images to load... After I removed the portfolio section from the frontpage, the main long vertical slider with the green image loads smooth again.. of course the performance decreases with every portfolio entry I add on the frontpage. The same applies for the portfolio page. Showing all 4 images = clunky, showing only 1 = smooth...&#60;/p&#62;
&#60;p&#62;I use usual webhosting but that shouldn't be a problem given the small size of the images. To check if the image slider is the problem I also added the images as &#34;sole&#34; pictures to the frontpage and as expected they loaded immediately while the slider was loading clunky and making the website also &#34;freeze&#34; for half a second several times...&#60;/p&#62;
&#60;p&#62;Please, any help or workaround on this would really be appreciated!&#60;/p&#62;
&#60;p&#62;If there is any way to use some other technology for the slider/image loader from any other theme of Kriesi, please help me get this solved.&#60;/p&#62;
&#60;p&#62;Best wishes&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55791</link>
			<pubDate>Fri, 11 May 2012 20:41:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi aj71785,&#60;/p&#62;
&#60;p&#62;Can we get a link to your site? The thread you linked has an eventual end as Kriesi released an update with several performance tweaks which should have fixed most of the issues.&#60;/p&#62;
&#60;p&#62;Performance is very hard to pin down as an issue. It could be the theme, wordpress, the host, image size, plugins or even computer/internet speed which makes diagnosing a description like not smooth and slow very difficult.&#60;/p&#62;
&#60;p&#62;If you have any other details on your hosting set up and can provide a link we'll try and help as best we can.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aj71785 on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55490</link>
			<pubDate>Thu, 10 May 2012 08:31:21 +0000</pubDate>
			<dc:creator>aj71785</dc:creator>
			<guid isPermaLink="false">55490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, whats going on? Could someone please answer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aj71785 on "Javascript frontpage problems: Portfolio animation is clunky"</title>
			<link>http://www.kriesi.at/support/topic/javascript-frontpage-problems-portfolio-animation-is-clunky#post-55284</link>
			<pubDate>Wed, 09 May 2012 06:40:44 +0000</pubDate>
			<dc:creator>aj71785</dc:creator>
			<guid isPermaLink="false">55284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I checked in the forum and this issues has been posted 3months ago. &#60;a href=&#34;http://www.kriesi.at/support/topic/slow-portfolio-performance&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/slow-portfolio-performance&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; Although I have the latest update, my animations for the slideshows/portfolio page are really clunky and not smooth at all. This really drives me nuts since this issue seems to be out there for long...&#60;/p&#62;
&#60;p&#62;The bigger my portfolio get, the slower my website, thus lower Page Speed. That is horrible considering that a Portfolio Website should be able to present great smooth animated portfolios...&#60;/p&#62;
&#60;p&#62;Regards &#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "500 Internal Server Error - Propulsion theme doesn&#039;t open or is very, very slow"</title>
			<link>http://www.kriesi.at/support/topic/500-internal-server-error-propulsion-theme-doesnt-open-or-is-very-very-slow#post-52591</link>
			<pubDate>Fri, 20 Apr 2012 16:43:02 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">52591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi stephanusdekock,&#60;/p&#62;
&#60;p&#62;Sorry you're having trouble. As of right now though I'm able to access the website. Did you resolve the issue on your own?&#60;/p&#62;
&#60;p&#62;If it occurs again, GoDaddy has outline the steps you can take. Disable all plugins. Install W3 Total Cache or WP-Super-Cache - both plugins you download via Plugins &#38;gt; Add New. &#60;/p&#62;
&#60;p&#62;Also remember Propulsion is designed to work with the plugins WooCommerce and bbPress. If you're not planing to start your own store or run your own forum then you do not have to install these.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephanusdekock on "500 Internal Server Error - Propulsion theme doesn&#039;t open or is very, very slow"</title>
			<link>http://www.kriesi.at/support/topic/500-internal-server-error-propulsion-theme-doesnt-open-or-is-very-very-slow#post-52394</link>
			<pubDate>Thu, 19 Apr 2012 18:44:04 +0000</pubDate>
			<dc:creator>stephanusdekock</dc:creator>
			<guid isPermaLink="false">52394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I installed WordPress.org today (no problem) and then I installed the Propulsion WordPress theme (still no problem). I started editing the theme and everything worked well. However, all of a sudden my site became unresponsive and very, very slow (both in the front-end and in the back-end). I don't recall installing any plugin or doing anything out of the ordinary before this happened. Nevertheless, it became so bad that sometimes (like now) I would try to log in and all I would get is the following error message:&#60;/p&#62;
&#60;p&#62;QUOTE&#60;/p&#62;
&#60;p&#62;500 Internal Server Error&#60;/p&#62;
&#60;p&#62;The server encountered an internal error or misconfiguration and was unable to complete your request.&#60;/p&#62;
&#60;p&#62;Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.&#60;/p&#62;
&#60;p&#62;More information about this error may be available in the server error log.&#60;/p&#62;
&#60;p&#62;Apache Server at analytics-business-intelligence.com Port 80&#60;/p&#62;
&#60;p&#62;END QUOTE&#60;/p&#62;
&#60;p&#62;It's gotten so bad that usually I can't even log in any more (and even if I do, everything is SO, SO SLOW), which means I can't even access my WordPress.org Dashboard in the back-end to try figure out a way to fix it. I initially suspected it might be a server issue, but judging from GoDaddy's response (see below), it seems like the problem is on my WordPress theme's side. Also, even if I wanted to follow their advice, I couldn't, because I'm not a techie and can't access my dashboard the normal way. If there's another workaround, please give me very clear step-by-step instructions.&#60;/p&#62;
&#60;p&#62;Please help! This is urgent. I can't afford to have a site that (a) doesn't always open or (b) opens, but is so slow that no-one will bother to use it. Thanks.&#60;/p&#62;
&#60;p&#62;SUPPORT STAFF RESPONSE (FROM GODADDY.COM)&#60;/p&#62;
&#60;p&#62;Dear Stephanus, &#60;/p&#62;
&#60;p&#62;Thank you for contacting Online Support. During our review of your account, we did not see any issue with the operational status of your hosting account. There do appear to be some plugins installed that may be causing the issues you have described. &#60;/p&#62;
&#60;p&#62;Every time a visitor goes to your WordPress® blog, the server processes PHP scripts and establishes a database connection—in laymen's terms, it's doing a lot of work. The busier your site is, the slower this process becomes.&#60;/p&#62;
&#60;p&#62;Slow page loads are problematic as they discourage visitors from visiting your site. The usual culprits are improperly configured or misbehaving plugins or using images that are hosted on other, slower servers.&#60;/p&#62;
&#60;p&#62;To speed up your site, try these solutions:&#60;/p&#62;
&#60;p&#62;Consider installing plug-ins like the Performance Profiler Plugin, W3 Total Cache, WP-Super-Cache, and WP-DBManager.&#60;/p&#62;
&#60;p&#62;Replace links to external images with images uploaded to your WordPress site.&#60;/p&#62;
&#60;p&#62;Disable all plugins, and then re-enable plugins one-by-one to see which causes the slowness.&#60;/p&#62;
&#60;p&#62;NOTE: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products.&#60;/p&#62;
&#60;p&#62;Please let us know if we can assist you in any other way.&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;/p&#62;
&#60;p&#62;Stan P.&#60;br /&#62;
Online Support Team&#60;br /&#62;
Customer Inquiry&#60;br /&#62;
Name : Stephanus&#60;br /&#62;
Domain Name : &#60;a href=&#34;http://www.analytics-business-intelligence.com&#34; rel=&#34;nofollow&#34;&#62;http://www.analytics-business-intelligence.com&#60;/a&#62;&#60;br /&#62;
Shopper Validated : Yes&#60;br /&#62;
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.163 Safari/535.19
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalartcore on "problems with gallery function!"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-gallery-function#post-16577</link>
			<pubDate>Fri, 08 Apr 2011 11:03:47 +0000</pubDate>
			<dc:creator>digitalartcore</dc:creator>
			<guid isPermaLink="false">16577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;br /&#62;
O.K. I should give nextgen a chance!&#60;/p&#62;
&#60;p&#62;Frank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "problems with gallery function!"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-gallery-function#post-16556</link>
			<pubDate>Fri, 08 Apr 2011 06:02:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sounds like a WP bug to be honest. We just use the standard gallery function and the rss widget is provided by wp too. I think that's something we can't solve on the theme level but which is a core problem/bug. I can only recommend using nextgen gallery - it' offers more features and is more flexible nevertheless.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
