Speed up your pages.
In searching for ways to make pages download faster I found this method.
On one of my pages it decreased download time by 35% !!!
This works with FireFox, I have not researched using this with IE but I think there is a version that will work.
Download/install Firebug (http://getfirebug.com/)
Open the web page to be analyzed.
In the FF browser Tools/Firebug/Open Firebug
A window will open on the lower part of the page.
Select Page Speed/Performance/Analyze Performance
Open “Minify HTML”
Select "Save As"
Save to your BV folder. I suggest a new folder “Optimised Pages”
After saving, right click and choose “open with Notepad”
Save as “index.html or php whichever the correct extension and/or page name.
Close the page
Open the FTP Manager in the BV web builder.
Drag your new page to your public_html folder or the correct addon domain folder.
I had to do a very minor bit a re-arranging but it is worth it for the speed increase.
You can do this with every page on your site.
In searching for ways to make pages download faster I found this method.
On one of my pages it decreased download time by 35% !!!
This works with FireFox, I have not researched using this with IE but I think there is a version that will work.
Download/install Firebug (http://getfirebug.com/)
Open the web page to be analyzed.
In the FF browser Tools/Firebug/Open Firebug
A window will open on the lower part of the page.
Select Page Speed/Performance/Analyze Performance
Open “Minify HTML”
Select "Save As"
Save to your BV folder. I suggest a new folder “Optimised Pages”
After saving, right click and choose “open with Notepad”
Save as “index.html or php whichever the correct extension and/or page name.
Close the page
Open the FTP Manager in the BV web builder.
Drag your new page to your public_html folder or the correct addon domain folder.
I had to do a very minor bit a re-arranging but it is worth it for the speed increase.
You can do this with every page on your site.
Comment