Re: [Cppcms-users] cppcms & embdedded & google page speed
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-06-06 07:31:12
|
----- Original Message ----- > From: Christian Gmeiner <chr...@gm...> > To: cpp...@li... > Cc: > Sent: Tuesday, June 5, 2012 2:18 PM > Subject: [Cppcms-users] cppcms & embdedded & google page speed > > Hi all, > > I am developing a system administration webapp for a linux based > system and I am in the stage of profiling and > optimizing. As I am on a quite slow system (500 MHz with 512 MB Ram) I > am using the embedded http > service to serve the webapp. Now it is possible t run the webapp > directly on the device, which has a touch > screen. Atm I am using google chrome, but loading of a page takes > about 1.5 seconds, which is quite slow. - How does much it takes to downlaod the page? (you can check with time wget URL) - How big is the page? > So I started Googles Page Speed on the device to see what could be improved: > > - activate compression > - activate Keep-Alive > - use Browser-Caching > - use Cache-Validators These are mostly irrelevant for localhost communication > - reduce JavaScript If the page uses heavy JS it may slow down the browser. > What could be done on cppcms side? Depends on what the bottle neck... Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > Thanks > -- > Christian Gmeiner, MSc > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |