Concern performance

Recommend this page to a friend!

      JavaScript CSS Generator  >  All threads  >  Concern performance  >  (Un) Subscribe thread alerts  
Subject:Concern performance
Summary:should reconsider when performance is a matter
Messages:2
Author:jino
Date:2014-11-12 05:23:28
 

  1. Concern performance   Reply   Report abuse  
Picture of jino jino - 2014-11-12 05:23:28
Obviously this is a nice concept , if seriously concerned about the performance (rendreing time on page load) should reconsider using this type of concept in web pages because always css is a blocker according to browsers, it will block rendering the pages unless until it gets all the required css... so we should consider providing the css ASAP... but will be useful in crm like non performance type of applications.

Regards,
Jino

  2. Re: Concern performance   Reply   Report abuse  
Picture of JImmy Bo JImmy Bo - 2014-11-12 19:27:25 - In reply to message 1 from jino
Hi Jino,

Thanks for the post. I'm still working on cleaning the source up a bit, but will definitely take your arguments into consideration. I'm not sure fully what you mean by providing the CSS asap. Do you mean the initial page load CSS where it reads the input box values and updates the displays? eg) myFont.process.all(); in (class.css-generator.global.init.js)