Anyone interested in cleaning up our code?

The site is http://webhost.pro

We can do $10 a page, there is about 30-40 total.

Please send me a message and I will get back to you.

I could do some stuff to improve server performance, and make best use of the browser cache but your biggest headache on the homepage is downloading 5MB of video.

http://www.webpagetest.org/result/160504_47_1C8S/1/details/ surfaces several items for you to fix.

  1. Fix the massive video which is downloading. I’d say remove it or serve it after page load. This video will kill mobile visits.

  2. Looking at items like 2, 10, 15, 19 you’ll notice connection time is fairly long, followed by long time serving each asset. Since these are all small text files (.js + .css + minified) this suggests you’re running an old or untuned LAMP stack. LAMP - Linux + Apache + MariaDB/MySQL + PHP.

Best you start with a recent distro like latest Ubuntu LTS + hire a server savant to tune your system.

Tuning usually begins on an hourly basis, then when nothing changes move to daily/weekly/monthly, again based on stability of thinks like Apache + Database + PHP log data.

Nmap suggests you’re running a Linux 2.6.x kernel, which means you’re running Apache-2.2 + old Database + PHP code.

Running latest Apache + MariaDB + PHP-7 + latest Opcache will likely give you a massive performance increase.