optimization - remove redundant css rules from dynamic website -


i'm trying reduce size of css file. template css & js heavy. cssmin css file size 250kb.

whilst use alot of css - know dont use all. i'm trying work out styles can removed. i'm aware of dust-me selector - takes static @ website. html5 , css3 - websites dynamic, , of css occurs dynamic events, or 'responsive' events i.e. bootstrap.

question: there tool 'records' css use on website perioid of time, can go , click/hover/move on each element , interact site. @ end let me know styles & not used?

250kb such big figure css files.
templates have css required pages in single file.
suggest:

do not cut css code, might needed point of time.

instead suggest, break css file number of small files different page stylings, such different css login page, different css file home page, etc.
read own css , html code vigorously find out which significant part of css code used in html section.

update:
may try removed unused css - css optimizer.
did not use hope works you.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -