Languages

Menu
Sites
Language
Very slow build. How to fix it?

Hello,

We are developing Tizen SDK web application on Samsung TV 5 series.
The firmware is the last. Tizen IDE 1.1

The problem is too slow build time - ~20-30 minuts. My JS bundle size ~1.4mb.

What should we have to do to speed up it? Or may be exist another way?

Thanks

Responses

9 Replies
André Reus

Does it happen every time you build your app ?  Did you try with clean the app? 

You can post TV related problem in Samsung Forum with Smart TV tag => http://developer.samsung.com/forum/?topCtgy=06

Nibisz

Use CLI instead of Tizen Studio. 

Marco Buettner
Buy better PC
Nibisz

Really? It's not the computer fault, the problem is with Tizen Studio which is buggy as hell. It cannot handle bigger javascript solutions, especially when they are bundled in one big JS file.

Marco Buettner

I have an laptop with AMD A6-3400 (4 Core, 1,6GHz) and I never need more than 2minutes to build a fuckin app... And I have larger JS bundle...

Nibisz

I have a powerful desktop computer and I had the same problem as Andrey. I was able to build and deploy my app in a few seconds using CLI. The same app was builiding like 1h in Tizen Studio.

Wayne Mao

any update here?

we met the same issue.

the compressed files took a long time to build.

any way we can skip the build before launch to emulator or tv?

Wayne Mao

any update here?

we met the same issue here, the compressed files took a long time to build.

is it possible to skip code validation before launch?

André Reus