Skipping looong urls
-
Urls longer than 255 characters will not be fetched, and increase the footprint of a generation run drasticly.
Simply by changing the page model classes field length of url and file_path from 255 to 1020 solved the issue. I needed also to remove the index.
I totally understand that it makes sense to keep the columns small and indexed.
At least a message should be shown, when an url could not be properly stored in the database IMO.Thank you for this great module BTW!
The topic ‘Skipping looong urls’ is closed to new replies.