Forums / General / Performance Loss

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Performance Loss

Author Message

Noicokuna Niemoge

Friday 17 April 2009 3:10:33 am

Hi there;

I'm using import_data extensions to import objects through csv files. The amount of data I imported in eZ 4.0.1 successfully causes internal server errors in version 4.0.3 (script timeout I suppose).

How can I prevent this? I suppose that it's because of generating cache for new objects? Can it be turned off for the time of import and then re-generated on a cron basis, or manually?

Shiki soku ze ku...

Łukasz Serwatka

Monday 04 May 2009 2:44:30 pm

Best way to use import script is command line as PHP does not respect execution time limits. However memory limits are taken in to account.

Exponential view cache is generated on demand (as long as pre-view cache is disabled, by default it is), thus as long as you don't access the node the view cache won't be generated.

Check error logs to get some info what wrong happened. I bet is was memory limit either you have reached maximum execution time.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog