3 Reasons an Inefficient Cache Is Worse Than No Cache at All

Issues can be addressed with proper planning, an understanding of your application and its data needs, and proper caching strategy. At its core, database caching is a simple-enough concept: It is the practice of putting an in-memory datastore in front of (or aside) a database that acts as the system of record. Caching allows organizations… Continue reading 3 Reasons an Inefficient Cache Is Worse Than No Cache at All

Time-based Revalidation in Next Js

Revalidating Data Revalidation is the process of purging the Data Cache and re-fetching the latest data. This is useful when your data changes and you want to ensure you show the latest information. Cached data can be revalidated in two ways: Time-based revalidation: Automatically revalidate data after a certain amount of time has passed. This… Continue reading Time-based Revalidation in Next Js

CDN Caching Times

To ensure that returning customers see updated content, you can consider adjusting the caching settings for the different types of content in your Content Delivery Network (CDN). Here’s how you might update the caching settings based on the provided information: Static Content (Images, CSS): Change the caching duration from 7 days to a shorter period,… Continue reading CDN Caching Times

Passing Values from BeforeSubmit to AfterSubmit in a NetSuite User Event Script

Introduction: NetSuite User Event scripts are powerful tools for automating processes within your NetSuite environment. Sometimes, there’s a need to pass values between different phases of a User Event script, such as from BeforeSubmit to AfterSubmit. This article explores a technique using the Cache module to achieve this seamless data transfer. Using the Cache Module:… Continue reading Passing Values from BeforeSubmit to AfterSubmit in a NetSuite User Event Script

WP Rocket – WordPress caching plugin

WP Rocket is a premium cache plugin for WordPress.  It doesn’t require configuration; as soon as you turn it on, your website will start to gain the following advantages: Static HTML version of your content cached for desktop and mobile devices Browser caching Cross-Origin support for web fonts  Detection and support of various third-party plugins, themes, and hosting environments Combination of inline and 3rd party scripts WooCommerce Refresh Cart Fragments Cache CACHE You… Continue reading WP Rocket – WordPress caching plugin

Clear Browser Cache and Cookies in NetSuite

Some common NetSuite scenarios are:  When users customized a Form (created, moved or deleted new fields) and the changes are not being reflected  When users switched from one role to another and the tabs in Menu are not changing. Let’s say you have Sales Center on one role and Support Center on another role and… Continue reading Clear Browser Cache and Cookies in NetSuite