Home > Design - Imagery, Banners & Landers > Landing Pages

LP upgrade loading time (5)


12-04-2015 04:31 PM #1 spartanen (Member)
LP upgrade loading time

My friend is a Python Developer and he just tought me something cools and just wanted to share this... Maybe you already know and maybe not...

Loading time is super important for us so compressing your files is important... but how do you do that? and what if you ripp a LP and its compressed and you wanna change it but dont understand @!$ about it...

http://unminify.com/ for making code readable in Javascript, CSS and HTML code
http://cssminifier.com/ for making CSS code quicker so loading time is higher
http://jscompress.com/ for making Javascript code quicker so loading time is higher

Some servers also compress it for you automaticly when you upload your files but for example Beyond hosting server does not...


12-04-2015 05:16 PM #2 EoinF5 (Member)

Thanks for these helpful tools! You might have come across this here already but thought I'd send it your way anyway. Some nice tips on page speed upgrading and testing here:

http://stmforum.com/forum/showthread...-MUST-Be-Using!


12-04-2015 06:34 PM #3 mind_set (Member)

Thanks for the tip man!


12-16-2015 10:22 AM #4 spartanen (Member)

And a other one! Make your pictures in your LP binair so loading time is even quicker!

http://base64.wutils.com/encoding-online/ and press "image to base64". Select a picture and press "convert image to base64 string". Go in your code and change the picture what starts with:

src=" and copy "data:image/png;base64," in it so for example:

src="./files/New-iPhone-6_120.png wil be:
src="data:image/png;base64,

Check if its a PNG or JPEG etc file. and change it if necessary.

After the "," you will enter the code and hoppa you got a picture in binair.


12-21-2015 07:56 PM #5 vortex (Senior Moderator)

Thanks spartanen for all the tips! Bookmarked!


Amy


Home > Design - Imagery, Banners & Landers > Landing Pages