ProjectCleverWeb / Semantic-UI-WordPress

This project incorporates Semantic UI into a starter (aka developer) theme for WordPress.
Other
275 stars 59 forks source link

Extracting $GLOBALS causing OOM issues #27

Closed JJJ closed 9 years ago

JJJ commented 9 years ago

There are a few places where $GLOBALS is extracted into local scope. This duplicates the data stored in all global variables and causes huge memory spikes resulting in out-of-memory issues.

ProjectCleverWeb commented 9 years ago

Duplicate of #29