CloudFlare has quite a ground-breaking technology called Rocket Loader (both on free and paid accounts). But how does it actually work?
They have a couple of pages that describe the technology, but not a lot of technical details. One key feature…
If website load time is a concern, which is generally better to use when referencing a JavaScript or CSS file? Would using a CDN be better or would that just add more HTTP requests?
Are there any ways in which I can improve the loading speed of a website?
I know that Google is really pushing loading speeds and with the popularity of mobile websites it's now imperative that sites load quickly.
I've got a huge CSS file and an HTML file. I'd like to find out which rules are not used while displaying a HTML file. Are there tools for this?
The CSS file has evolved over few years and from what I know no one has ever removed anything from…
What are some common optimizations performed to reduce HTML or XHTML page size? Some that come to mind are:
removing comments,
removing extraneous whitespace,
moving repetitive inline styles to a CSS stylesheet,
etc.
What are some others? Which…
Working with some wordpress themes I've been modifying some of the image files and noticed that my edited versions are sometimes 3-4x larger than the original (saved using the same format). I don't want to degrade quality - what are some of the ways…
I know very little about Search engine optimization however from discussions with other I am now unsure where to start.
Are there any books or do these date so quickly that they are obsolete?
Do all website give you misinformation or are there any…
I am working on a client's website. It currently runs on WordPress and has a ton of pages which are badly created keyword stuffed, and not user friendly at all.
Our plan is to completely overhaul the website and delete all pages on the domain.
We…
I have been tasked to update a site to make it responsive and appear correctly on smart phones. Unfortunately, the site in its current form isn't very easy to work with - I can't just change the CSS.
Is it considered bad to detect the browser size…
I tested my website with Google PageSpeed Insights.
I did cache optimization in my .htaccess, but it didn't affect resource files that are from Facebook and Google+
Leverage browser caching
http://connect.facebook.net/fr_FR/all.js (20…
Both YSlow and Google's Page Speed add-ons recommend combining script (and style) files into a single file each to reduce the number of HTTP requests, and I can certainly see the point of this when the script files are consistent across the entire…
Are there any sites to test the speed of your hosting? I know there are sites that will tell you why your site is slow, e.g. - YSlow, etc., but how about the speed of bandwidth you get from your hosting provider?