I have a drupal 7 install with hundreds of fields. The site is working great with no issues, except, when I try to create new views. When I need to add a new field to a view by pressing the 'add' button in Views UI, it takes close to 25 seconds to open the add field prompt. The same happens when I try to add filters. I'm very convinced that this is happening because I have very field intensive site.

Is there any way that I can speed this up? Or should I just except this and live with it?

My biggest concern right now is, if I were to add more fields to this site, would it at some point completely break views ui?

Comments

MrVee created an issue. See original summary.

MrVee’s picture

It would seem to be JavaScript related. If I tick 'Disable JavaScript with Views' the functions in work nice and fast, just not as pretty.

Could it be a server setting causing JavaScript to run slower?

renatog’s picture

Hi @MrVee, how are you?

I check here and using the last version of stable and works with approximately 1, 2 seconds.

Please follow this step for solves it:

Update your views for the last version: 7.x-3.18

Update your ctools project.

Make backup of database

Run update.php

Access: admin/config/development/performance and enable Aggregate and Compress for JavaScript and CSS.

If you use jQuery Update, update it to the last version.

Follow this steps will works good for you.

renatog’s picture

Status: Active » Fixed

Any question feels free to comment okay?!

Thank you very much.

Best,

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.