{"version":3,"file":"component---src-pages-us-construction-productivity-tsx-4b28b4ea39a76f8fad0d.js","mappings":"8TACWA,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLC,EAII,EAJJA,UACAC,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAC,EACI,EADJA,SAEA,OACE,mCACEH,UAAWI,GAAAA,CAAGC,EAAWH,GAAWG,EAAE,MAAMH,GAAYF,GACxDC,GAAIA,GAEHE,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLG,EAEI,EAFJA,KACAH,EACI,EADJA,SAEA,OACE,wBAACI,EAAA,EAAD,CAASP,UCdQ,2CDef,wBAACQ,EAAA,EAAD,KACGF,GAAQ,+BAAKN,UCfJ,wCDewBM,GACjCH,M,+FEwJT,UAlK2C,WACzC,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,0DACNC,YAAY,2HAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,uDAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,+aASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mLAKA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,8CAGA,+BAAKZ,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,MAAO,IACPC,IAAI,mEACJC,IAAI,sCACJP,MAAM,sCACNQ,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,mHAE6C,IAC3C,gGAHF,KAQA,8BAAIX,UAAcK,EAAAA,GAAL,IAAoBA,EAAAA,IAC/B,kCACE,wBAAC,IAAD,CAAYM,QAAQ,SAClB,wDAEF,wBAAC,IAAD,CAAYA,QAAQ,SAApB,yYAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8HAKF,kCACE,wBAAC,IAAD,CAAYA,QAAQ,SAClB,4EAEF,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oXASF,kCACE,wBAAC,IAAD,CAAYA,QAAQ,SAClB,kEAEF,wBAAC,IAAD,CAAYA,QAAQ,SAApB,iCACiC,IAC/B,kGAFF,wdAeF,kCACE,wBAAC,IAAD,CAAYA,QAAQ,SAClB,8DAEF,wBAAC,IAAD,CAAYA,QAAQ,SAApB,gJAOJ,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,6CAGA,+BAAKZ,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEE,IAAI,kEACJC,IAAI,oCACJP,MAAM,oCACNQ,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYN,QAAQ,SAApB,oBACmB,6EAAqD,IADxE,4IAKA,8BAAIX,UAAcK,EAAAA,GAAL,IAAoBA,EAAAA,IAC/B,kCACE,sDADF,oLAMA,kCACE,sDADF,+MAMA,kCACE,2DADF,+BACiE,IAC/D,2FAFF,oKAOA,kCACE,2DADF,MACwC,IACtC,yFAAiE,IAFnE,uOASF,wBAAC,IAAD,CAAYM,QAAQ,SAApB,kR,qYC9JD,IAIIO,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/construction-productivity.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ConstructionProductivity: React.FC = () => {\n return (\n <>\n \n \n \n Improving and calculating construction productivity\n \n \n Running a construction business is a complicated job. Getting the\n construction project done on schedule and completing everything on\n time is easier said than done. There are lots of variables involved\n and it can be hard to make sure everything is under control at all\n times. Measuring construction productivity can be challenging and\n maybe sometimes even impossible. This can stop a construction business\n from being profitable.\n \n \n Understanding how to improve and calculate construction productivity\n is crucial to the success of any construction company and so this\n article will explain how to go about it.\n \n \n How to Calculate Construction Productivity\n \n
\n \n
\n \n There are a few ways in which to make this happen. The idea is to use\n technology in a way so that you understand{' '}\n \n how to calculate the productivity rate in construction\n \n .\n \n
    \n
  1. \n \n Accurate Data\n \n \n The first thing to do is to make sure that the data you have is\n adequate and accurate. It is crucial to measure the productivity\n rate accurately and consistently. But the problem in construction\n businesses is that there is little to no access to accurate data.\n You can get vague information mostly which will be difficult to\n work with. That is where the use of technology comes in to help.\n \n \n Such technology can help accumulate correct data which will be\n useful in coming up with projections in the proper manner.\n \n
  2. \n
  3. \n \n Labour Per Hour and Cost Per Hour\n \n \n A simple way to answer the question of how to calculate\n productivity in construction is by comparing and contrasting the\n labor per hour and cost per hour against the actual figures. The\n best way to go about finding these numbers is to go to the local\n labor board and ask. Also, someone who has been in the business\n for a long time will be able to help in this regard.\n \n
  4. \n
  5. \n \n Reducing Material Waste\n \n \n When it comes to understanding{' '}\n \n how to calculate labor productivity rate in construction\n \n , do note that material waste can influence the productivity and\n cost of the said construction project. A professional working in\n the construction industry who cuts slabs of metal more efficiently\n is likely to decrease material waste. This will add to the saved\n costs. When you compare this kind of labor to someone who is not\n as efficient in cutting metal slabs, you will find that the former\n is much more likely to be profitable, both in the short and the\n long run.\n \n
  6. \n
  7. \n \n Tracking Technology\n \n \n There is also a need for software that allows one to track\n everything: the work that is happening as well as the workers who\n are doing it.\n \n
  8. \n
\n \n How to Improve Construction Productivity?\n \n
\n \n
\n \n Having a plan to calculate construction productivity{' '}\n will not be enough. There needs to be a plan to improve productivity\n in construction as well. Here are some tips on how to do just that.\n \n
    \n
  1. \n Communicate: The most important point to remember\n is to do with communicate the expectations clearly. This will help\n team members of any construction team to know what is expected of\n them.\n
  2. \n
  3. \n Clear Goals: It is also a crucial part of the job\n to have clear goals and objectives in place. In fact, it is good to\n have clear goals set for each and every day for a team so that they\n can better manage their time.\n
  4. \n
  5. \n Regular Feedback: When it comes to one of the{' '}\n best ways to improve productivity in construction,\n it has to give team members regular feedback about what they are\n doing and how well they are performing, it keeps them on their toes\n and helps them do better.\n
  6. \n
  7. \n Being an Example: On{' '}\n how to improve productivity in the construction{' '}\n industry, it is impertinent for managers to expect everyone does\n well if they don’t do the same thing themselves. So every manager\n will have to be a shining example to work in a way that makes their\n teams want to be like them.\n
  8. \n
\n \n Construction productivity is closely connected with using digital\n tools nowadays. SIGNAX provides a set of digital services. Nothing is\n more expensive in construction than lost time. SIGNAX products will\n help you reduce the time needed to make a management decision.\n \n
\n \n )\n}\n\nexport default ConstructionProductivity\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","width","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}