Created
March 31, 2020 10:14
-
-
Save kdichev/2f6f2bc8fd061bd2342d003fc022e9f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dfds-kd:bench-app kdichev$ yarn run build | |
yarn run v1.17.3 | |
$ gatsby build | |
success open and validate gatsby-configs - 0.038s | |
success load plugins - 0.682s | |
Loaded gatsby-source-contentful | |
Loaded gatsby-starter-plugin | |
success onPreInit - 0.022s | |
success delete html and css files from previous builds - 0.733s | |
success initialize cache - 0.019s | |
success copy gatsby files - 0.151s | |
success onPreBootstrap - 0.012s | |
success createSchemaCustomization - 0.010s | |
--max_old_space_size=4096 | |
Starting to fetch data from Contentful | |
Will use `./` as the cache folder to read from if available, or write to after fetching | |
default locale is : en | |
Should have loaded data from `sync_data` | |
Should have loaded types from `content_types` | |
contentTypes fetched 178 | |
Updated entries 117787 | |
Deleted entries 0 | |
Updated assets 7754 | |
Deleted assets 0 | |
Fetch Contentful data: 14731.417ms | |
success source and transform nodes - 1145.581s | |
success building schema - 29.205s | |
success createPages - 2.130s | |
success createPagesStatefully - 0.101s | |
success onPreExtractQueries - 0.002s | |
success update schema - 0.191s | |
success extract queries from components - 0.563s | |
success write out requires - 0.043s | |
success write out redirect data - 0.005s | |
success Build manifest and related icons - 0.215s | |
success onPostBootstrap - 0.226s | |
⠀ | |
info bootstrap finished - 1185.569 s | |
⠀ | |
success Building production JavaScript and CSS bundles - 7.736s | |
success run queries - 10.119s - 2013/2013 198.93/s | |
success Building static HTML for pages - 8.504s - 2013/2013 236.70/s | |
success onPostBuild - 0.002s | |
info Done building in 1214.948362327 sec | |
✨ Done in 1217.10s. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment