Page 2 of 2

Re: End user feedback on recent website modifications.

Posted: Mon 19 Feb 2018 12:55 pm
by ConligWX
Hi Tony.

I just upgraded my own Webserver with PHP 7.2.2 and have noticed a slight improvement in loading times over PHP 7.1

What version are you running? think i found it... PHP/5.6.33 ???

Take a look at the stats...

https://www.phoronix.com/scan.php?page= ... 7.2-Beta-1

Also gtmetrix is a good place to start for tweaking your website:

https://gtmetrix.com/reports/southfrank ... m/RGMlcQwl

Re: End user feedback on recent website modifications.

Posted: Mon 19 Feb 2018 1:18 pm
by BeaumarisWX
Hi Simon,
I'm still running the old (PHP Version: 5.6.33) as i have many old dependant MySql Scripts which I have not as yet had time to convert.
You can always easily check version using : http://southfranklinweather.com/weather ... w=versions

just a heads up, as mentioned recently in a PM. I still see using http://www.conligwx.org/index.php it results in no images displaying on your site versus using https://www.conligwx.org/index.php which does display images.
Kind regards,

Re: End user feedback on recent website modifications.

Posted: Mon 19 Feb 2018 3:11 pm
by ConligWX
HRVistaWeather wrote:Hi Simon,
I'm still running the old (PHP Version: 5.6.33) as i have many old dependant MySql Scripts which I have not as yet had time to convert.
You can always easily check version using : http://southfranklinweather.com/weather ... w=versions

just a heads up, as mentioned recently in a PM. I still see using http://www.conligwx.org/index.php it results in no images displaying on your site versus using https://www.conligwx.org/index.php which does display images.
Kind regards,
I've redirected http access to https for now.

Re: End user feedback on recent website modifications.

Posted: Wed 21 Feb 2018 6:58 am
by BeaumarisWX
Hi,
Added some further tweaks, minimization and reduction of images and many other script changes.
Still have to tackle Warnings etc... and some additional image changes and then next all the many Mysql/MySqli tweaks, then finally switch to phpv7.2
But for now hopefully index page at least, loads much much better.
Kind regards,

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 7:00 am
by BeaumarisWX
Hi,
More mods (heaps actually, though still weeks away from 7.2(+) migration :cry:
Index Page Speed:
https://southfranklinweather.com/weather/index.php
Kind regards,

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 3:23 pm
by water01
WOW what did you do I am now getting an HTTPS load of 2.97 seconds which is faster than HTTP at 3.5 seconds, but both are now pretty swift. Well Done, add 7.2 PHP and it will be loaded before you have finished pressing Enter!!

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 3:41 pm
by PaulMy
and it will be loaded before you have finished pressing Enter!!
:lol:

It must show my sloow internet speed as it takes a little longer for me than David's experience, but half or less time than it took in my check a few days ago. Well done Tony :clap:

Enjoy,
Paul

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 3:46 pm
by water01
Sat on a Verizon 4G Lite Hotspot that is giving me 35Mbps Download. Not bad for a phone connection!! Will admit I used IE11's Developer Tools to get the timings which is probably faster than realtime with a watch!!

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 4:53 pm
by ConligWX
water01 wrote:WOW what did you do I am now getting an HTTPS load of 2.97 seconds which is faster than HTTP at 3.5 seconds, but both are now pretty swift. Well Done, add 7.2 PHP and it will be loaded before you have finished pressing Enter!!
7.2 does seem faster, my own site from GTMetrix.com (london) was loading about 1.9 seconds, now it loads at 1.2 Seconds. The Webserver storage also has a lot to do with it too. mines sitting on a a Raid1 PCIe m2 SSD, so data reads are instant.

Re: End user feedback on recent website modifications.

Posted: Sat 24 Feb 2018 8:52 pm
by BeaumarisWX
Hi all,
Appreciate the feedback, still have many changes to complete though for now it seems much better.
Good to know it's not just me that can notice it.
Very happy with current speed.
Update: Sorry David forgot to answer your question:
I combined then minified many css and in page java scripts.
Removed a lot of old non required code.
Obtimized many images (not all).
Reworked all my Warnings/Alerts/Advisories/etc.(weather alerts/fire warnings/fire bans/tsunami earthquake bulletins/local Huon River Flood warnings/etc. etc.
Here in Aus/Tas we have to source these from numerous different sources (unlike US/UK).
I already had many crons retrieving these (xml/rss/txt data) storing them in cache files, however then I used many include_*.php scripts to interrogate and display them in the index page.
So I have now created additional crons to do that work, they now create static include_*.php files (already coded for display / html / php / format / images etc). so now all these include_*.php files on the index page just include them (no work needed on load) . Made such a huge difference, been meaning to do it for ages. Then .java scripts refresh them after page load.
Also added new stuff to the ajaxCU.js for use in the modified ajax-dashboard.php
Kind regards,

Re: End user feedback on recent website modifications.

Posted: Sun 25 Feb 2018 4:34 am
by water01
All I can say is the hard work has paid off. Well Done.