While Sitecore continues to extend Content Editor functionality to the Experience Editor, Content Editor remains the interface of choice for developers and power users. Its performance can significantly impact the productivity of any development team. With the fairly simple adjustments I outline here, you can optimize Sitecore Content Editor performance and usability. Tweaking the Tree […]
Posts Tagged ‘performance’
Diagnosing Sitecore Performance Problems
Website performance is incredibly important for most companies. This is especially true in situations where a website might be accessed by a huge number of customers within a short period of time (think Black Friday or a utility company with a widespread outage). While performance can mean different things to different people (time to first […]
Think Better Business Intelligence
by jDevaun.Photography Everyone is guilty of falling into a rut and building reports the same way over and over again. This year, don’t just churn out the same old reports, resolve to deliver better business intelligence. Think about what business intelligence means. Resolve, at least in your world, to make business intelligence about helping organizations […]
Cognos TM1 Server – On Start Up!
It is almost always advantageous to be able to “make sure” your Cognos TM1 environment is “ready for use” after a server restart. For example, you may want to: Create a backup Load the latest sales data Initialize security Etc. Hopefully, you know what a TM1 chore is (“a chore is a set of tasks […]
Rounding out Cognos TM1
Currently there are 4 options for rounding numbers in Cognos TM1. They are: Rounding in reports. Rounding during loads. Rounding with the Cube Viewer. Rounding with rules. Rounding in Reports The most popular method to apply rounding in TM1 is in reporting. Cognos TM1 leverages MS Excel for reporting and supports all of the formatting […]
Simple Cognos TM1 Backup Best Practices
How do you create a recoverable backup for a TM1 server instance (TM1 service)? What is best practice? Here is some advice. Note: as with any guideline or recommendation, there will be circumstances that support deviating from accepted best practice. In these instances, it is recommended that all key stakeholders involved agree that: The reason for deviation […]
An Architectural Approach to Cognos TM1 Design
Overtime, I’ve written about keeping your TM1 model design “architecturally pure”. What this means is that you should strive to keep a models “areas of functionality” distinct within your design. Common Components I believe that all TM1 applications, for example, are made of only 4 distinct “areas of functionality”. They are absorption (of key information […]
A Practice Vision
Vision Most organizations today have had successes implementing technology and they are happy to tell you about it. From a tactical perspective, they understand how to install, configure and use whatever software you are interested in. They are “practitioners”. But, how may can bring a “strategic vision” to a project or to your organization in […]
Columnstore Indexes: When Should You Use Them?
When I speak to clients about In-Memory features in SQL Server, I find that Columnstore indexes just haven’t gained much traction as a marquee feature. The functionality itself is quite useful in the BI/DW realm as far as potentially boosting query performance by 1.5 to 10 times. But I think it gets overlooked because the […]
STLUX Recap: Getting Started with Website Performance
Back again with another recap of the STLUX conference sessions! My previous post in this series covered Practical Interaction Design for Developers, a session by David Ortinau. Where that session discussed how developers can educate themselves about user actions and expectations in regards to the design, this session covers another aspect of a user’s expectations […]
Declarative data caching in .NET business layer
One of the most effective ways to improve application performance is to implement data caching. Most of the applications are relatively retrieving the same data from external sources like database of web service and if that source data is never or seldom changes then application is just wasting CPU time and I/O querying the source […]
Cognos TM1 Bulk Data Loading
Bulk Absorption Options From a pure architectural perspective, what is sometimes referred to as “bulk uploading” sometimes is (mistakenly) considered to be part of reporting or included in the data consumption component of a TM1 application design. Loading and/or updating data is part of an applications absorption or configurations components and should be handled with […]