Publishers of technology books, eBooks, and videos for creative people

Home > Articles > Design > Adobe Creative Suite

This chapter is from the book

Image Pipeline, Global Performance Cache, and Render Speed

The render pipeline is the order in which operations happen; by controlling it, you can solve problems and overcome bottlenecks. For the most part, render order is plainly displayed in the timeline and follows consistent rules:

  • 2D layers are calculated from the bottom to the top of the layer stack—the numbered layers in the timeline.
  • Layer properties (masks, effects, transforms, paint, and type) are calculated in strict top-to-bottom order (twirl down the layer to see it).
  • 3D layers are instead calculated based on distance from the camera; coplanar 3D layers respect stacking order and should behave like 2D layers relative to one another.

So to review: In a 2D composition, After Effects starts at the bottom layer and calculates any adjustments to it in the order that properties are shown, top to bottom. Then, it calculates adjustments to the layer above it, composites the two of them together, and moves up the stack in this manner (Figure 4.11). Although effects within a given layer are generally calculated prior to transforms, an adjustment layer guarantees that its effects are rendered after the transforms of all layers below it.

Figure 4.11

Figure 4.11. 2D layers render starting with the bottom layer, rendering and compositing each layer above in order. Layer properties render in the order shown when twirled down; there is no direct way to change the order of these categories.

Track mattes and blending modes are applied last, after all other layer properties (masks, effects, and transforms) have been calculated, and after their own mask, effect, and transform data are applied. Therefore, you don’t generally need to pre-render a track matte simply because you’ve added masks and effects to it.

Global Performance Cache: Way Faster!

We’re over 100 pages into the book and just now getting into the most revolutionary addition to the latest version of After Effects. You don’t technically need a book to experience what can be extraordinary benefits from how After Effects CS6 preserves your work in progress for instant playback; you probably already know and love this feature, but as a reader of a book like this you probably also want to know as much as you can about how it works so you can maximize what it does for you.

The feature name “Global Performance Cache” is a generic term for what is, in fact, a set of interrelated technologies:

  • a Global RAM cache that is smarter about dividing your work to save as many individual processes as possible
  • a persistent disk cache that saves those precalculated processes for continual reuse
  • an updated graphics pipeline that makes greater use of OpenGL to present and stream images onscreen, including the UI overlays that are a constant when working in After Effects

You have to hand it to the After Effects development team here. Engineers too easily assume they need to tear technology apart and rebuild it from scratch in order to modernize it. Global Performance Cache is the result of looking at what modern hardware can deliver that simply was not possible a few years ago, and figuring out how to make use of that hardware:

  • cheap and plentiful RAM, and the ability of a 64-bit operating system to access far more of it (up to 192 GB on Windows 7, and well in excess of the 2 GB per processor core recommended for After Effects)
  • fast attached storage, including SSD drives that routinely double the access speed of even the fastest HDD drive or array
  • high-end graphics cards with GPUs that accelerate performance year after year at rates that way, way outstrip Moore’s Law

In the past, After Effects has rather notoriously failed to take advantage of these advantages. Lots of RAM is no good if your RAM preview disappears each time you make an edit; fast storage doesn’t mean spacebar play of a time-line in real-time; and until CS6, the high-end graphics card that you purchased to work in Maya or CINEMA 4D hardly made a dent in After Effects interactivity.

Each of these areas of performance is directly addressed in After Effects CS6. The result is completely subjective, but can be quantified as a routine 10–20x acceleration of RAM previews. Depending on how often you review playback during your workday, this means either you can keep working that much faster, or the whole way that you work with the application is changed.

Memory Acceleration: Global RAM Cache

After Effects has always loved plenty of RAM, but until CS6 it used it in a much more brute-force way. You have always needed lots of RAM to store and play back a given large-format clip using physical memory and perform operations on that large frame. The brute-force part is that as soon as you made even a teeny change to all of that cached data, it all tended to be blown away, only to be recreated more or less from scratch the next time you previewed a frame or sequence.

By slicing a clip with its many selections and effects into discrete chunks and storing each of those render steps individually, After Effects CS6 greatly reduces the amount of re-rendering of cached footage. You can change a given effect setting or range of keyframes without disrupting other parts of the image and clip that are unrelated to that change.

Reusable frames are recognized anywhere on the timeline: when you use loop expressions (Chapters 8 and 10), remap time, or copy and paste keyframes. Duplicated layers or whole duplicated comps are also recognized.

The net result is that you can try something, preview the result without rendering from scratch, and undo the change without penalty. Since this, in essence, is how you spend your working day as an After Effects artist, the resulting 5–15x speed increase ripples throughout the process, allowing you not only to get to a result more quickly but to try more options without worrying about the time cost.

This tends to work a lot better with 2D layers than with a ray-traced 3D comp. It is easy to consider an effect or setting in a 2D layer to be an island unto itself, but in 3D, light, reflection, shadows, refraction, and translucency are all considered to be influenced by the adjustment of a single element such as a light or the position of a layer.

Continuous Access: Persistent Disk Cache

Data in the RAM cache is now much less fragile because it is constantly backed up in a persistent disk cache. If you run out of RAM, increment and save to a new version of the project, or even quit the application and reopen the project. Its cache is available for instant playback and immediate rendering (Figure 4.12b).

Figure 4.12

Figure 4.12. With Layer Cache Indicators on, you begin to see how After Effects breaks down the RAM cache into individual layers and even effects (a). With fast attached storage, you will see those green lines turn blue as they move from RAM to the disk (b).

Persistent disk cache is also the most tweakable of the Global Performance Cache options, and the one for which your choice of hardware may make the greatest difference. Here’s a list of the most effective tweaks, followed by a breakdown:

  • dedicate fast attached storage to the After Effects cache
  • use the Cache Work Area in Background command as you work
  • incorporate Dynamic Link with Premiere Pro
  • render locally

Before drawing out the first three points in more detail, note that the persistent disk cache cannot be considered sharable or portable. Place the cache on a shared drive and point two systems to it and all you do is introduce the likelihood of instability; the two systems will not recognize those cached files in the same way and will simply continue to generate their own cache data. This data is designed to be accessed instantly and is cleverly designed to track a given comp and layers even as project versions change on a given system (Figure 4.13).

Figure 4.13

Figure 4.13. If you were thinking the disk cache is a bunch of easily recognized files you can share and edit, think again!

This is not to say that I haven’t tried and succeeded at replacing the disk cache on a given system with one that’s already preloaded with a bunch of rendered frames and effects, but I wouldn’t make that standard practice. The disk cache is designed to be local to a given system. The benefit is that a cached comp may render faster locally than it will even on a large render network. The downside, if you want to think of it that way, is that the render network has essentially no opportunity to take advantage of a disk cache, at least not on the first pass.

Disk Cache Boost 1: Get Fast Attached Storage

The permanent disk cache can be a little like a huge RAM extension providing much longer memory and far greater capacity. As such, it’s in your interest to maximize its performance and, if possible, capacity. Why? Not only because faster is better; After Effects actively evaluates whether it’s in the application’s best interests to commit a given process to disk. The greater the difference between processor and cache speed, the more likely a frame gets the blue cache indicator, ready to turn green at any time (and the faster it turns green, ready for real-time).

Let’s start at the low end, with you laptop people. I know, I know, you are the cutting edge. But your single, slow hard disk drive will make you long for something better—something like a dedicated solid state drive, which at this writing is sparking a laptop evolution in which nearly useless DVD drives are replaced with a sled holding a high-capacity SSD. Yes, there is a cost involved. It will also set you free.

At the other end—the high one—the release of After Effects CS6 coincided neatly with the debut of Fusion ioFX (Figure 4.14). It’s not easy to quantify, but it’s being regarded in After Effects circles as something like a half-terabyte extension to SDRAM, with the disk cache ready to fill it with your inspirations and missteps alike. It’s all part of the process, and way less hard on your body than amphetamines, which never let you get out of the studio in time for a dinner date.

Figure 4.14

Figure 4.14. The revolutionary power of fast attached storage.

And in the middle, that striped RAID array you have attached to your system is still going to help you a bunch. Any drive other than the internal boot drive will work better, and if you edit footage professionally, you already have just such a dedicated drive available.

Bottom line? Everyone wins. Even on a laptop you can see 10–15x speed increases that will make you hungry to feed the disk cache more and faster storage space.

Disk Cache Boost 2: Commit a Comp

Disk caching in After Effects need not be a passive response, like Aslan, only appearing when not expected and most needed. It’s true, you get all of the subcomps associated with the comp that you cache committed to disk as well (assuming After Effects judges them faster to render if committed to storage), so caching a master comp gets you a lot of free material to work with. But sometimes, for whatever reason, that master comp doesn’t commit to disk when previewed, or more often, it needs way longer to render than you want to wait watching it draw frames.

I just realized as I typed the last sentence that the days of waiting and watching a RAM preview progress frame by frame could, in fact, be completely over if you want them to be. Composition > Cache Work Area in Background (Ctrl/Cmd+Return) renders a comp into the disk cache while you continue to work.

If you really hate waiting for a comp to preview, and have a half-decent system and something better to do with your time, you can select a whole set of comps in the Project panel and cache them. Yes, if you’re on a non-CUDA-enabled Macbook Pro and those comps are all full of HD ray-traced 3D animations, your system is going to sound like a jet preparing for takeoff and your laptop will scorch your lap. On the other hand, if you’re on one of those systems that has more processor cores than you can count when you open up their little capacity meters in the system, well, you are finally going to get your money’s worth.

Caveats? Downsides? You gotta pay to play. This is where gobs of low-latency storage is going to be your new best friend, other than the actual best friend that you get to spend time with when you are done for the day and not already burning the midnight oil. But there’s always that CBB.

Disk Cache Boost 3: Rethink Dynamic Link

Odds are better than even that, alongside After Effects, sit a number of other apps (or programs as you Windows people and characters in Tron apparently call them) that also begin with the word “Adobe.” Go ahead, take a look, I’ll wait.

Oh, you’re back! And you have just discovered that fully half the contents of the applications (programs) begin with A? Welcome to the world of video, in which company names start with A. While you wonder why you installed Flash Builder with no plans to build anything in Flash, go back, scroll down, and note the little nonlinear editor that could. I’m talking about Premiere Pro.

No longer solely the favorite among wedding videographers (and I say that with no disrespect, but let’s face it, After Effects is not big with that group), Premiere Pro CS6 has become many people’s favorite NLE, mine included. Like many others, I treated Premiere Pro as a utility, not a place I wanted to spend time working, and for me the CS6 version changes that. I find that I actually like working in it.

Premiere Pro has a unique ability to link directly to an After Effects comp. Dynamic Link is a feature that allows Adobe Premiere Pro to actually look inside an After Effects project for an existing comp that it can import (Figure 4.15), or designate a clip in a sequence as the basis for a new After Effects comp.

Figure 4.15

Figure 4.15. If you’ve never witnessed the power of Dynamic Link to peer inside an After Effects Project from Adobe Premiere Pro or Adobe Media Encoder, it may seem like magic.

With either approach, there is an actual, live After Effects comp sitting in a Premiere Pro sequence. After Effects invisibly provides the ability to render it, headlessly, in the background. As any change is made to the comp on the After Effects side, it remains up to date in the Premiere edit.

In the past, the difficulty with this approach has been that Premiere Pro has no real concept of render management, and the steps that you take for granted to make a preview render faster in After Effects, working at half or quarter resolution, aren’t available. Imagine that every time you wanted to play something back, you had to render it at full resolution.

If you’re thinking that Global Performance Cache helps in such a case, you are correct. Suppose you have a heavy comp that requires 10 seconds to render each frame at full resolution. If you cache the comp at full, Premiere Pro has access to those cached frames even if After Effects isn’t open. Render the sequence and that clip is ready for real-time playback in seconds, not minutes or hours.

Note that you do, however, still have to render to get rid of the red line above that clip, even if it’s completely cached at full resolution. And, when you do so, it doesn’t add to the After Effects cache. The way to make this work is to generate a preview in After Effects. This still requires you to perform an edit, but once you do so, it helps speed up the Premiere Pro timeline just as it does in After Effects.

Proxies, Previews, and Network Renders

Previous editions of this book advocated the use of proxies and previews as ways to accelerate the previewing and rendering process. This is exactly where Global Performance Cache changes the game, but only as long as you work on the “one artist, one project, one system” model, given that the cache is neither portable nor sharable.

For this reason, the old ways are still valid in any case where a project needs to be moved or shared, even if only for rendering purposes. The good news is that the cached data helps even this process to happen much more efficiently, because it is also used to render on the system that generated it.

Post-Render Options

Tucked away in the Render Queue panel, but easily visible if you twirl down the arrow next to Output Module, is a menu of three post-render actions to incorporate a render into a project. After the render is complete, you can use

  • Import simply to bring the result back into the project
  • Import & Replace Usage to replace the usage of the source comp in the project without blowing it away
  • Set Proxy to add a proxy to the source (the most elegant solution, but the most high-maintenance)

The latter two options even let you use the pick whip icon adjacent to the menu to connect whatever item in the Project panel needs replacement. If you’ve already created a pre-render or proxy, you can target that (Figure 4.16).

Figure 4.16

Figure 4.16. Virtually any project item can be the target for replacement or a proxy; click and drag the pick whip icon to choose the item to be replaced by the render.

Proxies and Pre-Renders

Let’s face it, dutifully rendering proxies is boring and will seem completely unnecessary with all of the new cache features—right up until the moment when you’re in a rush and no longer have access to that cache, either when rendering remotely or handing off the project. Are you willing to buy some insurance on that cache? If so, this section is for you.

Any image or clip in your Project panel can be set with a proxy, which is an imported image or sequence that stands in for that item. Its pixel dimensions, color space, compression, even its length and frame rate, can differ from the item it replaces. You can have a quick-and-dirty still or lowres, compressed, low-frame-rate clip stand in for a render-heavy comp.

To create a proxy, context-click an item in the Project panel and choose Create Proxy > Movie (or Still). A render queue item is created and, by default, renders at Draft quality and half-resolution; the Output Module settings create a video file with alpha, so that transparency is preserved and Post-Render Action uses the Set Proxy setting.

Figure 4.17 shows how a proxy appears in the Project panel. Although the scale of the proxy differs from that of the source item, it is scaled automatically so that transform settings remain consistent. This is what proxies were designed to do: allow a low-resolution file to stand in, temporarily and nondestructively, for the high-resolution final.

Figure 4.17

Figure 4.17. The black square icon to the left of an item in the Project panel indicates that a proxy is enabled; a hollow square indicates that a proxy is assigned but not currently active. Both items are listed atop the Project panel, the active one in bold.

There’s another use for proxies. Instead of creating low-res temp versions, you can instead generate final quality pre-rendered elements. With a composition selected, choose Composition > Pre-render and change the settings to Best for Quality and Full for Resolution, making certain that Import and Replace Usage is set for Output Module.

Here’s the key. By default, the source file or composition is used to render unless specifically set otherwise in Render Settings > Proxy Use. Choose Use Comp Proxies Only, Use All Proxies, or Current Settings (Figure 4.18) and proxies can be used in the final render.

Figure 4.18

Figure 4.18. I typically set Proxy Use to Current Settings, but Use Comp Proxies Only lets you set low-res stand-ins for footage and full-resolution pre-renders for comps, saving gobs of time.

Background Renders

Rendering from the render queue ties up the application and much of the machine’s processing power, which used to mean that renders were left until lunchtime or off-hours. On a modern system with multiple processors, you can do much better than that (but take breaks anyway, they’re good for you).

Adobe Media Encoder

It is easily overlooked that Adobe provides a background rendering application. Adobe Media Encoder (AME) has, for a couple of versions, been the best option to render certain video formats optimally—including Flash video (FLV and F4V), H.264, and MPEG-2—that don’t work well with the frame-by-frame rendering model of After Effects. H.264, for example, is a “long GOP” format that relies on keyframes with lots of image data surrounded by in-between frames containing only shorthand for the changes for those keyframes, and it requires all of the frames to be rendered before it can work its magic. Only Adobe Media Encoder collects frames to compress them, and offers the option to render an After Effects comp on two passes.

Drag and drop an After Effects project into Adobe Media Encoder and you are able to look inside the project for renderable comps (Figure 4.19). You then choose render settings by either selecting them from the Preset Browser or customizing the settings by clicking on the Preset for the render item and specifying your own (which you can then save as a preset).

Figure 4.19

Figure 4.19. Dynamic Link allows other Adobe applications to see your Project panel; Adobe Media Encoder uses this to let you render comps for heavily compressed video formats directly from the project.

Figure 4.20

Figure 4.20. BG Renderer uses ScriptUI, which means that it looks like it’s part of the interface and can remain in an open panel as you work. When you’re ready to render, you can specify priority and number of processors; click the button and a terminal window opens that shows the render progress, line by line. You may miss the progress bar of the render queue, but if you can live without that, the benefit is that you can keep working while your machine renders.

The best thing about Adobe Media Encoder, in addition to multipass rendering, is that it provides the option to render in the background while you continue to work in After Effects, which a regular render doesn’t permit. The challenge to AME is that it has a lot of presets without a lot of clues to which is the best for your situation. Worst of all, the layout for these settings is unfamiliar if you are accustomed to After Effects, and that alone stops a lot of people.

Aerender

Background rendering allows a render to occur without the user interface, allowing you to continue working with it. The aerender application is found alongside the After Effects CS6 application on your system but runs via a command line (in Terminal Unix shell on Mac OS, or the command shell in Windows). You can drag it into the shell window to run it, or press Enter (Return) to reveal its Unix manual pages. This lists the arguments that can be added in quotes to the command aerender, and the location string of the project file.

But that’s all such geeky gobbledygook when you have the BG Render script, which gives you access to all of these options via a panel in the After Effects UI, with no need to type any code.

Network Rendering

The aerender command is also used by third-party rendering solutions that work a lot like BG Renderer but are distributed across multiple machines on a network. These programs can manage renders on multiple machines and do tricky stuff like pause a render until an updated element from 3D is done, or automatically re-queue failed renders. Because these third-party rendering options—Rush Render Queue, Pipeline’s Qube!, Überware’s Smedge, or Muster by Virtual Vertex, to name a few—also support other terminal-friendly applications such as Maya and Nuke, it’s an investment facilities that are large enough to have a render farm don’t have to think twice about making.

These are not one-click installs and they’re generally justified only by dedicated machines and a dedicated nerd to manage it all. If that’s beyond your facility at this point, you can still take advantage of all of this technology via the Cloud, or via a service such as Render Rocket. You upload your source files and get back rendered output. The downside for compositors is that we generally require a lot of source data to produce final shots, compared with 3D artists who can sometimes create a final cinematic image with virtually no source.

Watch Folder

The myopic and slightly dotty granddaddy of network rendering on After Effects is Watch Folder (File > Watch Folder). Watch Folder looks in a given folder for projects ready to be rendered; these are set up using the Collect Files option. The Adobe Help topic “Network rendering with watch folders and render engines” includes every-thing you need to know.

Watch Folder is kind of okay on small, intimate networks, but it requires much more hands-on effort than dedicated render management software, and it breaks easily, at which point it requires human intervention. Since individual systems have become so powerful, it’s easy to become lazy about taking the trouble required to set up a Watch Folder render, but if you’re up against a deadline, don’t have the dedicated software, and want to maximize multiple machines, it will do the trick.

Peachpit Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Peachpit and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Peachpit products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email ask@peachpit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.peachpit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020