<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ember app and opera tv]]></title><description><![CDATA[<p dir="auto">Hello,<br />
we are porting our web app as an operatv application. Besides the tweaking needed for the spatial navigation we are facing major performance issues when testing the app on real hardware (TV and blueray player). The web app is built with the emberjs framework. Are there any known issues regarding performance degradation for emberjs apps on operatv? Also, is there any standard way for debugging remotely the app that runs on the hardware?<br />
Any help would be valuable.</p>
]]></description><link>https://forums.opera.com/topic/14529/ember-app-and-opera-tv</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 03:37:24 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/14529.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Apr 2016 10:06:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ember app and opera tv on Fri, 08 Apr 2016 11:43:43 GMT]]></title><description><![CDATA[<p dir="auto">Hello, in order to improve performance, follow below guidelines:</p>
<ul>
<li>keep things simple</li>
<li>do not use box-shadow</li>
<li>do not use text-shadow</li>
<li>use opacity as little as possible</li>
<li>use jQuery or other JS libraries as little as possible</li>
<li>do not use CSS: animations and transitions and transforms</li>
<li>do not use JS animations and fancy transitions</li>
<li>limit number of AJAX calls</li>
<li>decrease number of DOM elements</li>
<li>remove unused code</li>
<li>make sure your graphics are optimized for screen resolution (do not download big images and resize them in CSS / HTML)</li>
</ul>
<p dir="auto">Unfortunately, there is no standard way of debugging on devices.</p>
]]></description><link>https://forums.opera.com/post/96980</link><guid isPermaLink="true">https://forums.opera.com/post/96980</guid><dc:creator><![CDATA[kpotocki]]></dc:creator><pubDate>Fri, 08 Apr 2016 11:43:43 GMT</pubDate></item></channel></rss>