Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

Extremely slow with Oracle

posted by dalegribble 7 years ago

I'm getting 12-15 second page loads any time I touch ORM. I don't have a good way of profiling everything, but it looks like part of the problem is in fSchema->fetchOracleKeys()

When I don't need ORM, the page loads are .05 seconds. It works fine except it is unusable because of speed.

Any ideas?

I finally came across fORM::enableSchemaCaching() which completely solved this problem!

posted by dalegribble 7 years ago