Landing Page Optimization

acidie

A=A
May 27, 2008
1,063
33
0
So I'm getting close to my 1000 post and in WF tradition I was going to make a post and drop some knowledge about webpage optimization.

But I decided instead of writing a post I would write some code.



Landing Pages Optimizer

What is it?

It will optimize you landing pages by compressing images, html, javascript and css.

Generally in my tests it will reduce the size of your lander by about 50%.

How does it work?

Basically you zip up your landing page and upload it to the site, then the site will compress all the assets and send you back an optimized version of your lander.

How much does it cost?

Nothing, it fucking free!​
 
  • Like
Reactions: BlogHue


And thus all our landing pages are belong to you

If I really wanted to steal peoples shit I would use whatrunswhere, that would give me traffic sources, flight time, country, etc.

A lander wouldn't give me any of that data.

But if people are paranoid, I would suggest using the following;

HTML
HTML Minifier

JavaScript
Minify Javascript Online / Online JavaScript Packer

CSS
CSS Minifier

Images
https://compressor.io/

My site does all of this automatically and sends it back to you as one handy zip file, but for the ultra paranoid, there are other options.

Landing Pages Optimizer is just me giving something back to the WF community in the tradition of 1000 post.

Use Landing Pages Optimizer or the sites above, because if you're not compressing and minimizing you landing page you're wasting and time money.
 
or you can set up your domain on Cloudflare for free which automatically minifies CSS, javascript and HTML behind the scenes and serves it to your visitors without you lifting a finger. and if you have an upgraded plan it compresses and optimises image loading too. Also automatically does asynchronous javascript loading so it doesn't hold up your page. Not to mention loading everything faster overall anyway because they cache it on their worldwide CDN.

Get on it you freaks.
 
or you can set up your domain on Cloudflare for free which automatically minifies CSS, javascript and HTML behind the scenes and serves it to your visitors without you lifting a finger. and if you have an upgraded plan it compresses and optimises image loading too. Also automatically does asynchronous javascript loading so it doesn't hold up your page. Not to mention loading everything faster overall anyway because they cache it on their worldwide CDN.

Get on it you freaks.

Cloudflare is cheap and easy solution.

The compression of images is definitely a must since images on a page are going to be, in most cases, the largest asset.

No matter what technology one uses to optimize, optimization is a must.