Pesquisar neste blogue

segunda-feira, 14 de março de 2016

On "New MIT Code Makes Web Pages Load 34 Percent Faster in Any Browser"

I would like to share some server side solutions that can speed up page and resource loading

https://github.com/galan/packtag - Have used this in Struts before and it does make a big difference
https://jawr.java.net/ -  Has Spring integration and seems really nice. A good starting point is showned on : http://memorynotfound.com/jawr-combine-minify-compress-javascript-css/

For .Net



With Apache/NGINX it is possible to develop a similar approach

https://www.nginx.com/resources/wiki/modules/concat/

RPCS3 + Ubuntu

This weekend i had some time to play around with a emulator ( RPCS3)  on my Ubuntu box.
After installing bison and libedit-dev and fiddling around with LD_LIBRARY_PATH i got it to build


What i don't understand is why i had to do"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/" considering on "/etc/ld.so.conf.d/"   when there was already a conf file with that path. Permissions issue perhaps? Can someone with more Ubuntu experience shed some light?
Now to the fun part of fidding with Asmjit and LLVM.