Marco Barisione
February 02, 2015
Reading time:
Today the Raspberry Pi Foundation announced a new model of the Raspberry Pi!
While the new Raspberry Pi looks almost identical to the previous one, it’s much more powerful (and with four cores instead of one) and costs just $35.
Here at Collabora we have worked together with the Raspberry Pi Foundation on optimising WebKit for the first Raspberry Pi, achieving a good browsing experience (notwithstanding hardware limitations) with smooth 720 videos, good responsivity, etc.
Despite this work, a lot of web sites are just incredibly heavy and don’t run too well on the RPi1, so the extra CPU power is very useful. Just look at this video to see the difference in performances between the two Pis.
Comparison between the RPi1 and RPi2 (mp4 video file)
Our optimised WebKit-based web browser (i.e. GNOME Web, AKA Epiphany) is already available in Raspbian images, so you will get this out of the box.
25/06/2025
In collaboration with Inria, the French Institute for Research in Computer Science and Automation, Tathagata Roy shares the progress made…
23/06/2025
Last month in Nice, active media developers came together for the annual Linux Media Summit to exchange insights and tackle ongoing challenges…
09/06/2025
In this final article based on Matt Godbolt's talk on making APIs easy to use and hard to misuse, I will discuss locking, an area where…
21/05/2025
In this second article of a three-part series, I look at how Matt Godbolt uses modern C++ features to try to protect against misusing an…
12/05/2025
Powerful video analytics pipelines are easy to make when you're well-equipped. Combining GStreamer and Machine Learning frameworks are the…
06/05/2025
Gustavo Noronha helps break down C++ and shows how that knowledge can open up new possibilities with Rust.
Comments (8)
Peter Johansson:
Mar 10, 2015 at 05:29 PM
Hi,
Good to see the great progress of optimization, just curious since reading the article from Sjoerd (https://www.collabora.com/about-us/blog/2015/02/03/debian-jessie-on-raspberry-pi-2), is it possible to get this version on Epiphany running on the Jessie release? repo/src code for this?
Thank and keep up the work!
Reply to this comment
Reply to this comment
Marco Barisione:
Mar 12, 2015 at 11:35 AM
Due to dependencies, it's quite tricky to get the current Epiphany/WebKit to run on Debian Jessie. We plan on upgrading the current browser to Raspbian Jessie in the next month or so and, when it's done, running it on Debian will be much easier.
We also have longer term plans on updating our WebKit to WebKit2 (i.e. the multiprocess Chrome-like WebKit).
Reply to this comment
Reply to this comment
Tim Davis:
Apr 08, 2015 at 01:12 AM
It would be great to see epiphany browser running on jessie. I am presently running mate on Jessie (on RPi2) and it is great... just need the final piece of the puzzle (multi-threaded epiphany).
Reply to this comment
Reply to this comment
Emanuele Aina:
Apr 10, 2015 at 10:06 AM
We don't have any date set yet, but moving our branch to Rasbpian Jessie is definitely in the plans, which should make running the patched version on Debian much easier. We'll keep you posted!
Reply to this comment
Reply to this comment
osol:
May 23, 2015 at 07:40 AM
Epiphany that comes with the Raspian image always crashes/stops when i perform a "save as" of a web-page. That is a big turn off, I use iceweasel instead......
Reply to this comment
Reply to this comment
Emanuele Aina:
May 25, 2015 at 06:24 PM
@osol, I just tried "Save As" on http://www.bbc.com/news with epiphany-browser 3.8.2.0-0rpi22rpi1 and libwebkitgtk-3.0-0 2.4.1-1rpi41rpi1 but I've not been able to reproduce your issue.
Can you provide me some more info, like the output of `dpkg -l epiphany-browser && dpkg -l libwebkitgtk-3.0-0` and the URL of the page you tried to save?
Feel free to mail me directly: emanuele.aina@collabora.com
Reply to this comment
Reply to this comment
Peter Strong:
Dec 13, 2015 at 06:07 AM
I understand the new 'Web' browser for Pi2 Raspbian has Javascript disabled by default. Try as I may for several hours today on Google, RaspberryPi and Gnome web site searches I cannot find any info on how to enable Javascript on this new browser - Web 3.8.2
Reply to this comment
Reply to this comment
Emanuele Aina:
Dec 14, 2015 at 01:25 AM
@Peter Strong, JavaScript is enabled by default, only some optimizations are turned off (ie. the JIT). This means that JavaScript is still quite slow on the Raspebrry Pi (even on the Pi 2), but it runs fine nonetheless.
Reply to this comment
Reply to this comment
Add a Comment