by Balakishore Tumma | May 26, 2022 | Blog, Testing
Introduction: What is Non-Functional Testing? Non-functional testing is a type of software testing that is not related to the functionality of the software. It focuses on the performance, scalability, reliability, usability, and security of the software. Performance...
by Ben Kinsey | Sep 24, 2021 | Applications, Blog, Digital Experience
All code for this blog post can be found at https://github.com/bkinsey808/nx-graphql-fullstack. Why care about bundle size? Bundle size, especially initial bundle size, is an important metric which determines not only how fast your web app will load, but even,...
by Tori Aubé | Jun 23, 2015 | Blog, Databases
Are you noticing a drop in performance? Are you seeing a large percentage of index fragmentation? If your data page fill factor value set to a high number, page splits could be the culprit. We have helped many of our VDBA customers with these problems. What are Page...
by XTIVIA | Mar 4, 2015 | Blog, Data Management, Databases
This article is part 5 in a series on the top 10 most common mistakes that I have seen impacting SQL Server Performance and Resiliency. This post is not all inclusive. Most common mistake #5: Not Setting a Maximum Memory Default configurations are not always the best...
by Matt Wolinski | Feb 25, 2015 | Blog, Databases, Enterprise Infrastructure
I was recently working on a client’s site and ran into the following warning: WARNING: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl –interleave=all mongod [other options] This warning shows...
by Matt Wolinski | Jan 22, 2015 | Blog, Portals
Liferay themes are an easy way to transform the look and feel of your portal. Theme development is not difficult and can be done with Velocity or FreeMarker templates. You can also create a JSP-based theme but that’s less common. We can talk for quite a while...
by Kathleen Long | Dec 15, 2014 | Blog, Data Management, Databases
A while back, I was tasked with using extended events to see what information could be captured to help a customer out with troubleshooting a performance issue. My first step was to see which SQL Server extended events were available on the server. With each version...
by Barrie Shaw | Aug 4, 2014 | Blog, Databases
When tuning performance for an IBM Informix instance, one important issue to look for is the presence of tables and indexes containing a large number of extents. Today’s high speed disks and SSD drives can mask some of the performance hit, making this an area...
by Matt Wolinski | Jul 30, 2014 | Blog, Portals
I recently came across a unique issue with a client. I was working on some performance optimizations due to latency on page load. I found an interesting issue around caching and this inspired my blog. Without giving any specific details, the client...
by XTIVIA | Feb 6, 2013 | Blog, Data Warehousing, Databases
We all worry about the performance of our servers. It is what separates the DBA’s from the pretenders. You just never know just what setting will be the one that makes the big difference. The worst part is, the setting that works today may...