This topic is locked
[SOLVED]

 Slow page loads due to Java Script issues...

8/21/2019 11:02:22 AM
PHPRunner General questions
D
DealerModules authorDevClub member

Environment: Latest version of PHPRunner running on linux server compiled by a Windows 10 Pro machine.
Any direction on what I can do to better my page loads greatly appreciated.

I am compiling without any modifications to the Java Script but according to three different online page testing sites, it all points to the Java Script loading.

I have attached a screen shot below.
Please note sections titled "Minify JavaScript" and "Defer parsing of JavaScript".
https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=26665&image=1&table=forumtopics
Thanks in advance for feedback.

Paul
p.s.
This report attached is just for my login page without any modification. Straight PHPRunner compile.

Sergey Kornilov admin 8/22/2019

Make sure you have 'Compress Javascript' option turned on.
The page is only 706Kb in size and there are only 17 requests. There is no way it loads 16 seconds unless your web server or your internet connection are terrible. Does it actually load 16 seconds or this is what the tool reports?
If you upload your application to Demo Account - what kind of results you getting there?

D
DealerModules authorDevClub member 8/23/2019

Hi Sergey,
Once again you were spot on!!!!
My 'Compress Javascript' option was not checked.
This made all of the difference in the world. I never noticed this option before you mentioned it.
Thanks again.
Paul
Please mark this as solved.