The content of the RUMU Innovation (如牧創新) website is largely composed of JavaScript code. This includes polyfills for `window.Intl` and `window.Intl.Segmenter`, ensuring compatibility across different browsers. It also contains performance measurement scripts that define `performance.mark`, `performance.measure`, and `performance.now` functions, with a fallback mechanism using `Date.now()` and `performance.timing.navigationStart` if the `performance` object or its `now` method is not natively available.
A significant portion of the code is dedicated to Wix's site configuration, including `fleetConfig` for renderer settings, `mode` configurations for QA and debugging, and `componentsLibrariesTopology` detailing editor element versions and URLs.
The `siteFeaturesConfigs` section indicates settings for a session manager. The `language` configuration specifies 'zh' (Chinese) as the user language, with a locale of 'zh-tw' (Traditional Chinese).
The `siteAssets` configuration outlines various URL paths for media, scripts, modules, and site assets, pointing to `static.parastorage.com` and `static.wixstatic.com`. It also lists page JSON server URLs, including `www.rumuinno.com`.
A comprehensive list of `siteFeatures` is provided, covering aspects like accessibility, app monitoring, business logging, consent policy, dynamic pages, multilingual support, SEO, session management, and various Wix-specific functionalities.
The `site` object includes `externalBaseUrl` set to `https://www.rumuinno.com` and `isSEO` as false. The `media` configuration specifies URLs for static media and video.
The `rollout` configuration relates to site asset versioning and other rollout strategies. The `commonConfig` includes brand information ('wix'), host ('VIEWER'), and language settings.
Finally, the code includes experimental configurations for Thunderbolt, Wix's front-end framework, related to fetch/XHR hardening, security, browser cache reloading, and prerendering adjustments. It also initializes `window.viewerModel` by parsing JSON from a script tag and sets up `window.initialTimestamps` for performance tracking, incorporating prerender activation times.
FACT BOX
- Source: PR Times
- Category: News