mario22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP so slow !!! GOT IT !!
It was the wp_version_check call. My server doesn’t have access to the outside world. I understand there is a plugin to disable this call, but for now a // in front of line 90 in update.php works fine.
.. phew ..
Forum: Fixing WordPress
In reply to: WP so slow !Hi Shane, thanks for your input.
Actually php.ini memory limit is 128M. I raised it to 256 with no effect on page load time.
Forum: Fixing WordPress
In reply to: WP so slow !I installed WP tuner extension.
It shows 3 seconds of time spent in widgets_init.
I disabled every widgets from my site but it did not change anything.
I mainly use event calendar 3 and next gen gallery. (and I don’t use any widget from next gen, only the inline galleries in posts).How could I investigate further ?
I tried to comment out all unneeded calls to widgets_init from the plugins, no success.
Please help, I’m almost there !Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] insert an anchor before galleryI kind of found a workaround:
- added a galleryID parameter to create_navigation (core.php and nggfunctions.php)
- added an id element to ngg-navigation div (ngg-navigation-$galleryID)
- added a #ngg-navigation-$galleryID to the A elements associated with page numbers
No time left today to add an anchor to help with scolling down to the gallery when you click from an album view.
Forum: Fixing WordPress
In reply to: WP so slow !Thanks for your inputs, but my server and I are on a local private network, I mean 100Mbs …
Actually if I navigate the wordpress from a local firefox (ie firefox running on the same machine as the server) I get the same low performance ..