Help
Suggest features for the ArrowChat software

Implement this suggestion?

Yes
3
100%
No
0
No votes
 
Total votes : 3
User avatar
JWard
Customer
 
Posts: 7
Joined: 22 Jun 2010, 03:41

 

by JWard 03 Sep 2010, 06:36

Just curious if there's a reason why you regenerate a large chunk of javascript on each page load (i.e. a dynamic file of javascript that gets pushed out to the browser on each page load). Is it for convenience / ease of development only?

The reason that I ask is that the dynamic file is set to never cache, and is fairly large in size and pushing that each time a page loads is a waste of bandwidth and a performance. Have you considered splitting this into two files, one long-term cachable (libraries, jquery plugins, etc) and the other much smaller file could continue to be dynamic? This would end up allowing the browser to cache the majority of the javascript and not request it from the server each time, plus would save on PHP generation time.

Just a thought.
User avatar
TSilva
Customer
 
Posts: 35
Joined: 04 Jun 2010, 05:58

 

by TSilva 07 Sep 2010, 06:35

Sounds interesting... and maybe helps making it faster.
User avatar
Jason
Customer
 
Posts: 2336
Joined: 12 Dec 2009, 16:06

 

by Jason 09 Sep 2010, 08:37

Coming next version. (v0.2.03+)
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.