Hi! > have strange performance problems since updating from 1.8.2.2 to 1.8.3. on a > debian stable server. When I request a normal PHP page, everything works > fine, but when I request a Midgard page, it takes something like 30 seconds > to load and the system load as reported by uptime jumps from 0.01 to > something like 5.00.
Sounds strange, I haven't noticed any mentionable performance differences between 1.8.2 and 1.8.3. I'd first check whether the Midgard extension is loaded at Apache when starting (by php.ini), or per-request from midgard-root.php. Registering all the Midgard classes and legacy API functions for each request could be causing this kind of slowness. /Henri _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
