Skip to main content
greg25001783
Participant
September 6, 2023
Question

Lightroom Classic Web Gallery: index.html is very slow to open from local hard drive.

  • September 6, 2023
  • 1 reply
  • 139 views

Steps to reproduce:

1) Select some images, and build a web gallery

2) Fill in the information, I tried both Track and Class galleries.

3) Export to the local hard dirve

4) With a web browser, open the index.html page directly from the hardrive, and wait several minutes for the first page to load.

 

Epxected results: This page should load immedatily.

 

Workaround: Open the index.html page in a text edittor, and change this line towards the bottom, from this:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

to this:

<script src="assets/js/libs/jquery/1.10.2/jquery.min.js"></script>

so that this files also loads from the local hard drive.

 

Version: 12.5 Release, Build [202308091523-68a7abd6]

-- Gregory Eakin

This topic has been closed for replies.

1 reply

greg25001783
Participant
September 6, 2023

The following line in the index.html doesn't look like JavaScript either. Could it be the DSL that generated this file is malformed? 

<script>window.jQuery || document.write('<script src="assets/js/libs/jquery-1.10.2.min.js"><\/script>')</script>