Big resolution with small screens is more and more common and we’re facing a problem on fonts visualization as the readability is not optimal. We have a lot of non adapted fonts for retina display, even if most of them are not so bad. The solution to resolve that problem is to install additional fonts to replace the default one. And one of the best one I’ve seen is Infinality fonts !
I’ll be once again happy to participate to Ceph Day ! We’ll see the new version of Ceph, best practices and how to scale it right :-)
This sounds good ! To get more informations: https://www.eventbrite.com/e/ceph-day-frankfurt-tickets-10173269523
Thanks for eNovance to send me there, I’m really happy !
Yesterday a colleague (Dimitri) tested a tool on this blog. He informed me that Varnish was disabled and PageSpeed may be the cause as this is the last modification I’ve made on the server.
After verification he was totally right ! By default, PageSpeed disable cache by serving HTML files with:
Cache-Control: no-cache, max-age=0 After reading the PageSpeed documentation on that topic, it is clear: PageSpeed needs to know how to purge the cache as it rewrites a lot of elements and it has the control instead of the application.
It’s not really common, but here is a tutorial I’ve made to analyze of a crash dump on Windows. I’ve only talked about how to setup the tools and how to use them but do not talk about the analyze itself. May be in another post if I have enough time.
Once again, I hope it could help some of you
Following a previous post, I’ve enabled PageSpeed on both wiki and blog deimos.fr.
What I can say is, it’s very important to take the time to test every optimizations you want to add. I experienced for example issues on silly things like :
# Optimize browser rendering pagespeed EnableFilters lazyload_images; Some images weren’t shown if you didn’t refresh once again your page browser. I only had this problem on the blog and not the wiki.
Don’t miss the Ceph Meetup on Monday ! You will be aware of the new features in Firefly (like tiering or erasure coding) ! And this is the first long time support release !!!
To get more informations: http://www.meetup.com/Ceph-in-Paris/events/158942372/
I’ve first heard of Page Speed last year for Apache. I was really waiting a stable version for Nginx and it’s now done. A few days ago, Nicolargo made a post regarding it and that’s what motivated me to go ahead on Page Speed.
PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.